From 79b75ae345e7df2ad19eff82048d639fb9580afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hellmann?= Date: Tue, 26 May 2026 21:30:20 +0200 Subject: [PATCH] docs(changelog): v1.1.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf37b3b..319ff18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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