Release Date: 2025-12-28
This release enhances terminal customization with per-instance settings overrides and improves the context menu with a new close pane option, along with a bug fix for scroll behavior.
- Settings Override Parameter (#187): Added per-instance settings customization for
TabbedTerminalandEmbeddableTerminal- New
TerminalSettingsOverridedata class allows selective override of any setting settingsOverrideparameter available in both terminal components- Enables different terminal instances to have different configurations (e.g., sidebar terminals with persistent tab bars)
- Merges with base settings via
TerminalSettings.withOverrides()extension
- New
- Close Pane Context Menu Option: Added "Close Pane" option to the right-click context menu for easier pane management
- Scroll Behavior (#183): Fixed
scrollToBottomOnTypingsetting not being respected properly
None
None
https://github.com/kshivang/BossTerm/compare/v1.0.58...v1.0.59