Releases: ekzhang/sshx
Releases · ekzhang/sshx
v0.3.1
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
- feat: Add read-only mode for terminal sessions by @ChetanXpro in #104
New Contributors
- @ChetanXpro made their first contribution in #104
Full Changelog: v0.2.5...v0.3.0
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
- Change the default zoom from 0.9 to 1.0 by @ekzhang in #97
- Update Rust dependencies by @ekzhang in #98
- feat: add FreeBSD enhancement by @aokblast in #67
- Windows support for sshx by @ekzhang in #99
New Contributors
Full Changelog: v0.2.4...v0.2.5