Release Date: 2026-01-02
This release introduces iTerm2-style text selection with content-anchored tracking, ensuring selections remain visually stable as terminal content scrolls or updates.
- 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
- 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
- Fixed selection coordinate handling based on code review feedback (#201)
- Improved selection rendering order to prevent text visibility issues
None
https://github.com/kshivang/BossTerm/compare/v1.0.65...v1.0.66