h5i v0.1.9
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.1.9/h5i-v0.1.9-<TARGET>.tar.gz | tar -xz
sudo mv h5i /usr/local/bin/Windows: download the .zip, extract h5i.exe, and add it to your PATH.
Available targets
| Target | Platform |
|---|---|
x86_64-unknown-linux-musl |
Linux x86_64 (static, glibc-free) |
aarch64-unknown-linux-musl |
Linux arm64 (static, glibc-free) |
aarch64-apple-darwin |
macOS (Apple Silicon + Rosetta) |
x86_64-pc-windows-msvc |
Windows x86_64 |
Each archive is accompanied by a .sha256 checksum file.
What's Changed
- Add new feature announcement for v0.1.8 by @Koukyosyumei in #135
- Add files via upload by @Koukyosyumei in #136
- Update README with new h5i env commands and profiles by @Koukyosyumei in #137
- Update README with blog post link by @Koukyosyumei in #138
- docs: migrate legacy h5i commands to noun-verb API forms by @Koukyosyumei in #139
- msg watch: hint at --tui in the normal-mode banner by @Koukyosyumei in #140
- Add audit-all env capture policy by @Koukyosyumei in #141
- Add sandbox worktree experiment by @Koukyosyumei in #142
- bump to v0.1.9 by @Koukyosyumei in #143
Full Changelog: v0.1.8...v0.1.9