Release Date: 2026-01-03
This release introduces SSH URL support with automatic terminal tab creation for SSH connections, along with comprehensive testing and documentation improvements.
- SSH URL Support: SSH links (ssh://user@host) now automatically open a new terminal tab with an SSH connection (#204)
- SSH URL Parsing: Added robust SshUrlParser with comprehensive unit tests for parsing SSH URLs with various formats
- SelectionEngine Tests: Added comprehensive tests for the selection system as part of SSH URL support implementation
- Documentation: Added migration guide for onLinkClick breaking change
- Display Density: Fixed font metrics recalculation when display density changes (#206)
None
https://github.com/kshivang/BossTerm/compare/v1.0.67...v1.0.68