Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.33 KB

File metadata and controls

27 lines (20 loc) · 1.33 KB

Release Notes - v1.0.45

Release Date: 2025-12-20

Highlights

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.

New Features

  • Tabbed Example Module: Added new tabbed-example module with comprehensive documentation demonstrating how to integrate BossTerm with multiple tabs
  • Embedding Guide: Added detailed documentation for embedding BossTerm, including context menu API documentation

Bug Fixes

  • 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

Improvements

  • Module Refactor: Moved main application to separate bossterm-app module for better code organization
  • Example UI: Improved tabbed-example with proper background color handling using Surface and settings

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.42...v1.0.45