| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-12-30 | 798 Bytes | |
| v0.3.0 source code.tar.gz | 2024-12-30 | 374.6 kB | |
| v0.3.0 source code.zip | 2024-12-30 | 404.5 kB | |
| Totals: 3 Items | 779.9 kB | 0 | |
This release adds read-only mode, which was a very requested feature (issue [#72]). If you run
:::bash
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 https://github.com/ekzhang/sshx/pull/104
New Contributors
- @ChetanXpro made their first contribution in https://github.com/ekzhang/sshx/pull/104
Full Changelog: https://github.com/ekzhang/sshx/compare/v0.2.5...v0.3.0