Releases: quantumsheep/sshs
Releases Β· quantumsheep/sshs
4.5.1
Full Changelog: 4.5.0...4.5.1
4.5.0
β¨ What's New β¨
- Running commands before and after an ssh session runs is now possible with
--on-session-start-template
and--on-session-end-template
options - Build with
x86_64-unknown-linux-musl
target by @cirolosapio in #100
See All the Changes: Here's the full list of updates from version 4.4.1 to 4.5.0
4.4.1
Full Changelog: 4.4.0...4.4.1
4.4.0
β¨ What's New β¨
- The search bar now also searches for hosts destination
- Support for CTRL+J and CTRL+K key binds
- This release and the future ones now contains a .deb of sshs
See All the Changes: Here's the full list of updates from version 4.3.0 to 4.4.0
4.3.0
β¨ What's New β¨
- Support multiple config paths and add
/etc/ssh/ssh_config
as a default one
π Bug fixes π
- Fixed cargo patch version and update dependencies by @chenrui333 in #79
- Don't restore the terminal two times which fixes restoring issues (Fixes #80)
See All the Changes: Here's the full list of updates from version 4.2.1 to 4.3.0
4.2.1
π Bug fixes π
- Changed the template's default value to let ssh decide which port to use
- Hosts without an
Hostname
directive will show as if the hostname was the host's name (Fixes #77)
See All the Changes: Here's the full list of updates from version 4.2.0 to 4.2.1
4.2.0
β¨ What's New β¨
- Support for Page Down, Page Up, Home, and End keys: Managing a long list of servers? Navigate quickly in sshs v4 just as you could in v3, now with support for these keyboard shortcuts!
π Bug fixes π
- Changed the template's default value to connect using the host's name, not the hostname (Fixes #74)
- Updated Windows builds SHA-256 checksums
See All the Changes: Here's the full list of updates from version 4.1.1 to 4.2.0
4.1.1
π Bug fixes π
\t
and spaces are now valid key and value separators (Fixes #70)- Patterns will be applied to previous hosts instead of just future one (Fixes #71)
π€ New Contributors π€
- @chenrui333 made their first contribution in #69
See All the Changes: Here's the full list of updates from version 4.1.0 to 4.1.1
4.1.0
β¨ What's New β¨
Include
glob paths: It's a feature of OpenSSH and is now handled in sshs ssh config parser, you can now use glob patterns to include your configurations!
π Bug fixes π
Include
directives will not impact including file's host blocks scope (Fixes #67)
See All the Changes: Here's the full list of updates from version 4.0.1 to 4.1.0
4.0.1
π Bug fixes π
- Comments would prevent the rest of the config files to be read.
- Checksums wasn't computed well during releases.
See All the Changes: Here's the full list of updates from version 4.0.0 to 4.0.1