Release Date: 2026-01-06
This release adds two new callback APIs for better integration and fixes arrow key navigation in terminal applications like htop and less.
- Initial Command Completion Callback: Added
onInitialCommandCompletecallback to track when the initial command finishes execution (#216) - Context Menu Callback: Added
onContextMenuOpencallback to bothTabbedTerminalandEmbeddableTerminalfor custom context menu handling
- Arrow Key Navigation: Fixed arrow key navigation not working properly in interactive applications like htop and less (#213)
- Shell Integration: Fixed shell integration injection in
EmbeddableTerminalto ensure proper command tracking - Command Completion Timing: Fixed race condition by registering completion listener before sending initial command
- Enhanced robustness of
onInitialCommandCompletecallback - Added comprehensive KDoc documentation for
onInitialCommandCompleteandonContextMenuOpencallbacks - Added demonstration examples for new callbacks in embedded and tabbed examples
- Added
initialCommandparameter to tabbed-example for better testing
None
https://github.com/kshivang/BossTerm/compare/v1.0.71...v1.0.72