Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.11 KB

File metadata and controls

25 lines (18 loc) · 1.11 KB

Release Notes - v1.0.66

Release Date: 2026-01-02

Highlights

This release introduces iTerm2-style text selection with content-anchored tracking, ensuring selections remain visually stable as terminal content scrolls or updates.

New Features

  • iTerm2-style Text Selection: Implemented content-anchored tracking that maintains selection position relative to the text content rather than screen coordinates (#201)
  • Selection Tracker Architecture: Migrated to tracker-only pattern for cleaner state management

Improvements

  • Selection Rendering: Selection highlighting now renders before text to ensure selected text remains visible
  • Selection Coordinates: Standardized to inclusive end coordinates for consistent behavior
  • Visual Theme: Matched selection color with BossEditor VS Code Dark theme for better visual consistency

Bug Fixes

  • Fixed selection coordinate handling based on code review feedback (#201)
  • Improved selection rendering order to prevent text visibility issues

Breaking Changes

None

Full Changelog

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