Release Date: 2025-12-07
This release introduces a comprehensive Settings Panel with a graphical interface for configuring all terminal settings, along with improved window management for both Settings and Debug panels.
- Settings Panel: Added GUI-based Settings Panel with visual controls for all terminal configuration options, including color pickers, toggles, and sliders
- Context Menu Integration: Added Settings option to the terminal context menu for quick access
- Color Picker: Fixed color values to save in proper 0x format
- Dialog Layout: Increased color picker dialog height and Cancel button width for better visibility
- Debug Panel: Fixed debug collector initialization to ensure settings toggle works reliably
- Icon Deprecation: Replaced deprecated Icons.Default.List with Menu icon
- Git Configuration: Fixed .gitignore pattern for JVM crash logs
- Window Management: Made Settings and Debug windows non-modal for better multitasking workflow
- UI Architecture: Moved Debug Panel to separate window for cleaner interface
- Code Organization: Extracted UI color constants to shared SettingsTheme.kt for consistency
None
https://github.com/kshivang/BossTerm/compare/v1.0.14...v1.0.15