v1.0.1 — package-manager distribution + multi-OS binaries
sshm v1.0.1
A distribution-focused release. sshm is now installable from package managers, and every tagged release ships prebuilt binaries for Windows, Linux, and macOS (Intel + Apple Silicon), each with a .sha256 checksum.
No application behavior changes from v1.0.0 — this release is packaging only.
Install
Cargo — any platform with a Rust toolchain:
cargo install sshm-tui # installs the `sshm` commandThe crate is published as sshm-tui (the bare sshm name was already taken on crates.io); the installed binary is still sshm.
Scoop — Windows:
scoop install https://raw.githubusercontent.com/nakaba-lab/ssh-manager-tui/main/packaging/scoop/sshm.jsonwinget — Windows (rolling out to winget-pkgs):
winget install NakabaLab.sshmOr download one of the archives below and put sshm/sshm.exe on your PATH.
What's new
- Multi-OS release CI — tagging
v*builds and attaches archives forx86_64-pc-windows-msvc(zip),x86_64-unknown-linux-gnu,aarch64-apple-darwin, andx86_64-apple-darwin(tar.gz), each with a SHA256 sidecar. - Scoop manifest with
checkver+ auto-update. - winget manifests (portable-in-zip,
NakabaLab.sshm). - Crate renamed to
sshm-tuifor crates.io; binary name unchanged (sshm).