Skip to content

v1.0.1 — package-manager distribution + multi-OS binaries

Choose a tag to compare

@github-actions github-actions released this 08 Jun 13:34
· 8 commits to main since this release
d31ad7d

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` command

The 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.json

winget — Windows (rolling out to winget-pkgs):

winget install NakabaLab.sshm

Or 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 for x86_64-pc-windows-msvc (zip), x86_64-unknown-linux-gnu, aarch64-apple-darwin, and x86_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-tui for crates.io; binary name unchanged (sshm).