Releases: zeropsio/zcli
Releases · zeropsio/zcli
v1.1.0
This release introduces zcli upgrade — a self-updater that can check for new versions, pick a specific release through an interactive picker, and install over the existing binary. zcli now also surfaces a non-blocking warning when a newer version is available, and the npm package ships prebuilt per-platform binaries as optional dependencies.
Added
zcli upgradeto update the CLI binary to the latest version, with--check(report without installing),--version(target a specific release),--pick-version(interactive TUI release picker),--include-pre-release(include pre-releases in the picker),--no-cache(bypass the cached version lookup), and--download-timeout(#259, #262)- Background version-available warning shown on any command invocation when a newer version is available, with the result cached on disk so repeated invocations stay fast (#259)
- npm package now ships prebuilt per-platform binaries as optional dependencies, reducing install size and removing the post-install download step (#261)
Changed
upgrade --checkexits with a non-zero code when an update is available, so scripts can react without parsing output (#262)
Full Changelog: v1.0.67...v1.1.0
v1.1.0-rc0
Pre-release for testing the zcli upgrade self-updater and npm distribution overhaul before stable.
Added
- Self-update command:
zcli upgradeupgrades the CLI in-place, with--checkto preview current/target/latest versions,--pick-versionfor an interactive TUI release picker,--include-pre-releaseto opt into rcs, and--no-cacheto bypass the cached version check (#259, #262) - Distribute
@zerops/zclion npm as prebuilt per-platform binaries via optional packages, with smoke-test CI across OS/arch combinations and package managers (#261)
Full Changelog: v1.0.67...v1.1.0-rc0
v1.0.68-rc0
What's Changed
- feat(version): zcli upgrade self-updater + version checks by @l-hellmann in #259
Full Changelog: v1.0.67...v1.0.68-rc0
v1.0.67
What's Changed
- Add integration test harness, push/deploy + TUI tests, document two production bugs by @l-hellmann in #252
- ci, build: modernize toolchain — goreleaser, golangci-lint v2, Makefile-only tooling by @l-hellmann in #254
Full Changelog: v1.0.66...v1.0.67
v1.0.67-rc2
Full Changelog: v1.0.67-rc1...v1.0.67-rc2
v1.0.67-rc1
Full Changelog: v1.0.67-rc0...v1.0.67-rc1
v1.0.67-rc0
What's Changed
- Add integration test harness, push/deploy + TUI tests, document two production bugs by @l-hellmann in #252
Full Changelog: v1.0.66...v1.0.67-rc0