ekzhang/sshx
 Watch   
 Star   
 Fork   
2025-02-13 04:39:39
sshx

v0.4.1

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

What's Changed

Full Changelog: https://github.com/ekzhang/sshx/compare/v0.4.0...v0.4.1

2025-02-12 01:21:16
sshx

v0.4.0

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

New Contributors

Full Changelog: https://github.com/ekzhang/sshx/compare/v0.3.1...v0.4.0

2024-12-30 10:54:09
sshx

v0.3.1

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

Full Changelog: https://github.com/ekzhang/sshx/compare/v0.3.0...v0.3.1

2024-12-30 10:17:59
sshx

v0.3.0

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: https://github.com/ekzhang/sshx/compare/v0.2.5...v0.3.0

2024-09-24 08:58:01
sshx

v0.2.5

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: https://github.com/ekzhang/sshx/compare/v0.2.4...v0.2.5

2024-05-05 10:37:06
sshx

v0.2.4

What's Changed

Full Changelog: https://github.com/ekzhang/sshx/compare/v0.2.3...v0.2.4

2024-04-07 05:15:10
sshx

v0.2.3

What's Changed