Beta release v0.1.1
Yesterday's release is out: v0.1.1. It is a practical polish release with
a lot of "make installs boring and predictable" energy.
Changelog
-
Cross-platform installers:
scripts/install.sh(Linux/macOS) andscripts/install.ps1(Windows) with checksum verification, version pinning, custom install dir support, and forced replace mode for upgrades. -
Release workflow now publishes platform archives (
.tar.gz/.zip),.sha256checksum files, and artifact metadata JSON; smoke tests install from built artifacts and validate basic CLI commands. - Fixed release packaging status handling so archive creation failures are not masked by cleanup.
-
Fixed macOS smoke checksum verification by using portable SHA256 hashing (supports
sha256sumorshasum). -
Fixed
scripts/install.shsocurlis only required for remote downloads (local--from-fileinstalls work without it).
Translation: the release process is now harder to trick, installers are more
cross-platform friendly, and local install flows no longer panic just because
curl took the day off.
Full release details: github.com/mochizerodev/mochi-sticky/releases/tag/v0.1.1.