-
ssh-portfolio v0.1.1 Stable
released this
2025-09-03 10:43:27 +01:00 | 79 commits to main since this releaseAdded
- Add missing
license
anddescription
fields in cargo package manifest - Add
cargo-deny
configs - Added launch button on website to launch in any installed SSH clients on the website
- Speed up typing animation animation on the website
- Make the cursor blink animation on the website smoother and more fluid
- Link back to the source-code repository on the website
- Use TypeScript for all web tooling config files
Changed
- Relicense project to AGPL v3 from MIT
- Eliminate dependence on
patch-crate
in favor of in-housecargo-rustc-patch.sh
compiler hook - Use
nightly-2025-06-20
of the Rust toolchain, corresponding to stable v1.91 - Update cargo & npm dependencies
- Optimize dependency tree by no longer relying on unnecessary depdencies (such as
awc-lc-rs
,openssl
, etc.)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add missing