From 9b57db37b6dca87247e30b1e5e2259094c7157b5 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 8 Jul 2026 11:51:26 +0200 Subject: fix: skip bundled-dep apply prompt when nothing changed; release v1.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the version-aware reconcile, a --force run on an up-to-date bundle package still asked "Apply bundled-dep updates?" with nothing to apply. reconcile_bundle_deps report mode now signals whether there is anything to apply via its exit code: 2 = changes present, 0 = all current / no deps / fetch fail. The --check and --hintfile -V callers prompt only on exit 2. apply mode still returns 0. Adds T-BM24 (all-current → no prompt); 183 passed. Bump MKHINT_VERSION and man title to 1.2.3, rebuild mkhint.1.gz. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a501e8..8bad93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [1.2.3] - 2026-07-08 + +### Fixed +- The bundled-dep reconcile no longer prompts `Apply bundled-dep updates?` + when nothing changed. Report mode now signals whether there is anything to + apply (exit 2 = changes, 0 = all current / no deps / fetch fail), and the + `--check` and `--hintfile -V` callers only prompt when there is. Previously a + `--force` run on an up-to-date bundle package always asked, with nothing to + do. + ## [1.2.2] - 2026-07-08 ### Fixed -- cgit v1.2.3