Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 861 Bytes

File metadata and controls

21 lines (15 loc) · 861 Bytes

Release Notes - v1.0.65

Release Date: 2025-12-30

Highlights

This release improves hyperlink detection and rendering with better support for wrapped URLs across multiple terminal lines and enhanced performance through hyperlink caching.

Improvements

  • Enhanced Wrapped Hyperlink Detection: URLs that wrap across multiple terminal lines are now properly detected and clickable (#199)
  • Hyperlink Performance Optimization: Added version-based caching for hyperlinks to reduce redundant processing
  • Wide Character Padding Fix: Improved rendering of wide characters adjacent to hyperlinks

Bug Fixes

  • Fixed wrapped hyperlink detection issues based on code review feedback
  • Improved hyperlink detection across line boundaries

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.64...v1.0.65