From 0187a394d5c289d556d412a11bfcda2e665601c9 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 10 Jul 2026 18:50:12 +0200 Subject: release: v1.4.0 — RepoVer --list column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a RepoVer column to --list showing the newest version built in PACKAGES_DIR (repo_version / repo_has_packages helpers). The column is auto opt-in: shown only when at least one package is built, hidden otherwise. It turns magenta when the built version lags the newer of the hint/.info version, a colour kept distinct from the green newer-source cell so the two comparisons don't blur. In a matched (yellow) row the RepoVer cell keeps its own colour. Tests T70-T74. Bump MKHINT_VERSION to 1.4.0 and cut the CHANGELOG section (also covering install.sh and the expanded dependency docs shipped since v1.3.1). Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f5acfdf..3a17d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.4.0] - 2026-07-10 + +### Added +- `--list`/`-l`: new `RepoVer` column showing the newest version actually built + in `PACKAGES_DIR`. Auto opt-in: the column appears only when at least one + package is built, and is hidden entirely otherwise. It is coloured magenta + when the built version lags the newer of the hint/`.info` version, so you can + spot hints that have been bumped but not yet rebuilt. +- `install.sh`: install or uninstall the binary, bash completion, and man page. + Runs system-wide as root or user-only (XDG `~/.local`) as a normal user; + detects the bash-completion dir and warns when the install dir is off `PATH`. + ## [1.3.1] - 2026-07-10 ### Added -- cgit v1.2.3