Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 923 Bytes

File metadata and controls

23 lines (16 loc) · 923 Bytes

Release Notes - v1.0.68

Release Date: 2026-01-03

Highlights

This release introduces SSH URL support with automatic terminal tab creation for SSH connections, along with comprehensive testing and documentation improvements.

New Features

  • 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

Improvements

  • SelectionEngine Tests: Added comprehensive tests for the selection system as part of SSH URL support implementation
  • Documentation: Added migration guide for onLinkClick breaking change

Bug Fixes

  • Display Density: Fixed font metrics recalculation when display density changes (#206)

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.67...v1.0.68