Skip to content

Releases: quantumsheep/sshs

4.5.1

15 Aug 08:08
70e5fc1
Compare
Choose a tag to compare

Full Changelog: 4.5.0...4.5.1

4.5.0

14 Aug 14:02
c9c7e5f
Compare
Choose a tag to compare

✨ 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

30 Jun 16:37
dc34c29
Compare
Choose a tag to compare

Full Changelog: 4.4.0...4.4.1

4.4.0

30 Jun 14:19
0454dc9
Compare
Choose a tag to compare

✨ 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

12 Mar 19:19
116cb8d
Compare
Choose a tag to compare

✨ 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

04 Mar 16:05
e927668
Compare
Choose a tag to compare

πŸ› 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

29 Feb 10:00
Compare
Choose a tag to compare

✨ 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

23 Feb 13:16
fda77ff
Compare
Choose a tag to compare

πŸ› 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 🀝

See All the Changes: Here's the full list of updates from version 4.1.0 to 4.1.1

4.1.0

22 Feb 11:17
c742bde
Compare
Choose a tag to compare

✨ 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

22 Feb 08:33
3a07f91
Compare
Choose a tag to compare

πŸ› 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