Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.1 KB

File metadata and controls

26 lines (19 loc) · 1.1 KB

Release Notes - v1.0.59

Release Date: 2025-12-28

Highlights

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.

New Features

  • Settings Override Parameter (#187): Added per-instance settings customization for TabbedTerminal and EmbeddableTerminal
    • New TerminalSettingsOverride data class allows selective override of any setting
    • settingsOverride parameter 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
  • Close Pane Context Menu Option: Added "Close Pane" option to the right-click context menu for easier pane management

Bug Fixes

  • Scroll Behavior (#183): Fixed scrollToBottomOnTyping setting not being respected properly

Improvements

None

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.58...v1.0.59