Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.1.0] - 2026-05-26

### Added
- `zcli upgrade` command to update the CLI binary to the latest or a specific version; supports `--check` (report without installing), `--version` (pin target), `--pick-version` (interactive TUI picker), `--include-pre-release` (include pre-releases in the picker), `--no-cache` (skip cached check), and `--download-timeout`
- Background version-available warning shown on any command invocation when a newer version exists, with the result cached on disk to avoid per-invocation latency
- npm package now ships prebuilt per-platform binaries as optional dependencies, reducing install size

### Changed
- `upgrade --check` exits non-zero when an update is available, enabling use in scripts

## [v1.0.64] - 2026-04-06

### Fixed
Expand Down