Skip to content

V2.2.0

Choose a tag to compare

@jandebleser jandebleser released this 09 Jan 11:08
· 104 commits to main since this release

Features/improvements:

  • Added --ws flag to use websockets to connect instead of ssh. (Use in combination with --no-ssl to create an unencrypted tunnel).
  • improved help messages.
  • adding the hostname to the ssh keys when creating new keys.
  • added "rm" command to remove sessions from the local database.
  • "register", "restartsessions", "link" are now also valid commands
  • Added an improved windows service.
  • Smaller binaries by removing debug flags from compilation.
  • Using static linking to improve portability.

Bugfixes:

  • Fixed "(no such table: sessions)" error
  • Flagging sessions as automatically restarted when they are started from "restart-sessions"
  • Fixed database issues.

Various:

  • Upgraded to golang version 1.21.5
  • Also releasing the raw binaries
  • The armv7 binary have been tested on an openwrt router.