← Back to Home
Changelog
Track CoilPad's evolution with detailed release notes for every version.
Version 1.1.1 (2026-01-03)
- ⚙️ Python Interpreter Configuration - configure custom Python interpreter paths
- 🎨 UI improvements and enhanced documentation
Version 1.1.0 (2026-01-02)
- ✨ AI-Powered Code Explanations - select code and get instant AI explanations (Simple or Deep Dive modes)
- 🔍 Code Execution Stack Trace - right-click on output to see variable history and execution flow
- ⌨️ Keyboard Shortcuts Reference - new Help menu item with all shortcuts
Version 1.0.4 (2026-01-01)
- ✨ Variable History Tracker - right-click on output to see how variables evolved
- 🐛 Fixed output reload logic - tabs now preserve output when switching
- 🐛 Fixed Map serialization error on app restart
Version 1.0.3 (2025-12-31)
- ✅ Process timeout protection (prevents infinite loops)
- ✅ Output limit safeguards for better performance
- ✅ Fixed UI issues in output pane and tab switching
- ✅ Rebranded "Learning Center" to "🔬 Coil Lab"
Version 1.0.2 (2025-12-28)
- ✅ Added "Update" button for easier access to latest versions
- ✅ Improved startup with silent update checks
Version 1.0.1 (2025-12-27)
- ✅ File system integration (open, save, and manage .py files)
- ✅ Enhanced learning topics with more comprehensive examples
- ✅ UI improvements for better file management
Version 1.0.0 (2025-12-27)
🎉 Public release!
Version 0.0.2 (2025-12-21)
- ✅ Learning progress tracking with visual indicators
- ✅ Enhanced console-style output with line numbers
- ✅ Keyboard shortcuts (Cmd+Z, Cmd+D, etc.)
- ✅ Python environment and package management
- ✅ Pro licensing system
- ✅ UI improvements and better error handling
Version 0.0.1 (Initial Release)
- ✅ Monaco code editor with Python syntax highlighting
- ✅ Real-time code execution
- ✅ Tab management for multiple files
- ✅ Theme selection and customization
- ✅ Built-in learning center with Python topics