Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 709 Bytes

File metadata and controls

18 lines (12 loc) · 709 Bytes

Release Notes - v1.0.50

Release Date: 2025-12-25

Highlights

This release adds a new API for custom link handling and improves version detection when BossTerm is used as a Maven dependency.

New Features

  • Custom Link Handling API: Added onLinkClick API that allows custom handling of hyperlink clicks in the terminal, enabling integration with external browsers or custom link processing logic

Bug Fixes

  • Maven Dependency Version: Fixed version reading to use JAR manifest when BossTerm is included as a Maven dependency, ensuring correct version information is displayed

Breaking Changes

None

Full Changelog

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