| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-02-11 | 1.2 kB | |
| v0.4.0 source code.tar.gz | 2025-02-11 | 375.8 kB | |
| v0.4.0 source code.zip | 2025-02-11 | 405.8 kB | |
| Totals: 3 Items | 782.8 kB | 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
- Fix flash of "read-only" badge on initial page load by @ekzhang in https://github.com/ekzhang/sshx/pull/106
- Match casing of FROM and AS by @ekzhang in https://github.com/ekzhang/sshx/pull/108
- Document homebrew installation by @canac in https://github.com/ekzhang/sshx/pull/110
- Remove argon2 dependency on esm.sh by @ekzhang in https://github.com/ekzhang/sshx/pull/113
- In quiet mode, print writable link if available by @ivoire in https://github.com/ekzhang/sshx/pull/115
- Fix build by upgrading dependencies (incl hyper 1.0) by @ekzhang in https://github.com/ekzhang/sshx/pull/118
- Add support for arm64 windows builds by @ekzhang in https://github.com/ekzhang/sshx/pull/120
New Contributors
- @canac made their first contribution in https://github.com/ekzhang/sshx/pull/110
- @ivoire made their first contribution in https://github.com/ekzhang/sshx/pull/115
Full Changelog: https://github.com/ekzhang/sshx/compare/v0.3.1...v0.4.0