Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.34 KB

File metadata and controls

28 lines (21 loc) · 1.34 KB

Release Notes - v1.0.15

Release Date: 2025-12-07

Highlights

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.

New Features

  • 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

Bug Fixes

  • 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

Improvements

  • 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

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.14...v1.0.15