Release Date: 2025-12-20
This release focuses on architectural improvements and bug fixes, including a major refactor to move the main application to a separate module and fixes for context menu focus handling and text selection copying.
- Tabbed Example Module: Added new
tabbed-examplemodule with comprehensive documentation demonstrating how to integrate BossTerm with multiple tabs - Embedding Guide: Added detailed documentation for embedding BossTerm, including context menu API documentation
- Context Menu Focus: Fixed terminal focus restoration after context menu dismissal (#126)
- Text Selection: Fixed copying selected text to properly respect soft-wrapped lines
- UI Fixes: Removed duplicate separator before section menu items in context menu
- CI/CD: Updated workflows to support the new bossterm-app module structure
- PTY4J Signing: Added PTY4J signing task to bossterm-app for notarization
- Module Refactor: Moved main application to separate
bossterm-appmodule for better code organization - Example UI: Improved tabbed-example with proper background color handling using Surface and settings
None
https://github.com/kshivang/BossTerm/compare/v1.0.42...v1.0.45