Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.09 KB

File metadata and controls

31 lines (18 loc) · 1.09 KB

Release Notes - v1.0.91

Release Date: 2026-02-19

Highlights

Introduces the T6 Split Pane and T7 Reactive State plugin APIs, giving plugin authors the ability to split terminal panes and subscribe to reactive terminal state. Several bug fixes address edge cases in split pane handling and the ReactiveStatusBar component.

New Features

  • T6 Split Pane API: Plugin API for splitting terminal panes, including a demo showing usage
  • T7 Reactive State API: Plugin API for subscribing to reactive terminal state changes, with demo

Bug Fixes

  • Fixed closeFocusedPane crash on tabs that have never been split
  • Fixed fail-fast cast in performSplit that caused incorrect behavior under certain conditions
  • Fixed documentation gaps and CWD overflow rendering in ReactiveStatusBar
  • Addressed code review feedback improving correctness of T6/T7 plugin API implementations

Improvements

  • Added comprehensive documentation for T6 Split Pane and T7 Reactive State plugin APIs

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.90...v1.0.91