Release Date: 2025-12-25
This release introduces a new tab bar visibility setting and context menu customization API, along with important bug fixes for pane management and improved documentation.
- Always Show Tab Bar Setting: Added
alwaysShowTabBarconfiguration option to Settings UI and API, allowing users to control tab bar visibility even with a single tab (#164) - Context Menu Customization API: Added
contextMenuItemsAPI to TabbedTerminal, enabling custom context menu items with full demo examples
- Pane Management: Fixed issue where moving the first pane to a new tab was not handled correctly
- Documentation: Clarified
replaceTabAtIndex()lifecycle semantics to better explain tab replacement behavior - Examples: Added contextMenuItems demo to tabbed-example for easier API adoption
None
https://github.com/kshivang/BossTerm/compare/v1.0.50...v1.0.52