Skip to content

Releases: ekzhang/sshx

v0.4.1

12 Feb 20:40
Compare
Choose a tag to compare

This release fixes a really tricky bug. Ahh, software engineering will never get easier.

What's Changed

  • Fix RFC 8441 (WebSocket over HTTP/2) issue by @ekzhang in #123

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Feb 17:22
Compare
Choose a tag to compare

This release adds support for Windows ARM64, modernizes Rust dependencies to fix the build (Hyper 1.0 et al), and bundles a previously third-party CDN link from the frontend.

You can download Windows builds on the website. https://sshx.io

What's Changed

  • Fix flash of "read-only" badge on initial page load by @ekzhang in #106
  • Match casing of FROM and AS by @ekzhang in #108
  • Document homebrew installation by @canac in #110
  • Remove argon2 dependency on esm.sh by @ekzhang in #113
  • In quiet mode, print writable link if available by @ivoire in #115
  • Fix build by upgrading dependencies (incl hyper 1.0) by @ekzhang in #118
  • Add support for arm64 windows builds by @ekzhang in #120

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

30 Dec 02:57
Compare
Choose a tag to compare

This release fixes the cross-compilation build on FreeBSD and fixes a minor display regression in #104.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Dec 02:20
Compare
Choose a tag to compare

This release adds read-only mode, which was a very requested feature (issue #72). If you run

sshx --enable-readers

Then you'll now get two links to sshx.io. The read-only link can be securelyed share with people who you want to view your session, but they will not be able to type or open/close any terminals. This is backwards-compatible, and sshx.io will continue to work with CLI clients on version 0.2.0.

Thanks to @ChetanXpro for taking this on.

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.3.0

v0.2.5

24 Sep 01:00
Compare
Choose a tag to compare

This release adds support for Windows (through @zhiburt's ConPTY library) and FreeBSD. Also see adjustments to the default zoom level, improving clarity on some displays.

You can install binaries on the site, https://sshx.io

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

05 May 02:37
c1b3556
Compare
Choose a tag to compare

What's Changed

  • Add --name option, default user@hostname by @ekzhang in #91

Full Changelog: v0.2.3...v0.2.4

v0.2.3

06 Apr 21:17
Compare
Choose a tag to compare

What's Changed

  • Add run and download options to the installation script, which don't require /usr/local/bin access
  • Add support for armv6 / armv7 with musleabihf by @ekzhang in #79
  • Add a 60-second client reconnect by @ekzhang in #80
  • Basic palette selector by @Cveinnt in #81
  • Design updates by @ekzhang in #82