Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1 KB

File metadata and controls

23 lines (16 loc) · 1 KB

Release Notes - v1.0.52

Release Date: 2025-12-25

Highlights

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.

New Features

  • Always Show Tab Bar Setting: Added alwaysShowTabBar configuration option to Settings UI and API, allowing users to control tab bar visibility even with a single tab (#164)
  • Context Menu Customization API: Added contextMenuItems API to TabbedTerminal, enabling custom context menu items with full demo examples

Bug Fixes

  • Pane Management: Fixed issue where moving the first pane to a new tab was not handled correctly

Improvements

  • Documentation: Clarified replaceTabAtIndex() lifecycle semantics to better explain tab replacement behavior
  • Examples: Added contextMenuItems demo to tabbed-example for easier API adoption

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.50...v1.0.52