diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-10 18:50:12 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-10 18:50:12 +0200 |
| commit | 0187a394d5c289d556d412a11bfcda2e665601c9 (patch) | |
| tree | 5f47df16019873f9a55031905924835556fc1e3a /CHANGELOG.md | |
| parent | d69d5537e79cb53b5c91894cbccb3bbdd37c616e (diff) | |
| download | mkhintfile-0187a394d5c289d556d412a11bfcda2e665601c9.tar.gz mkhintfile-0187a394d5c289d556d412a11bfcda2e665601c9.zip | |
release: v1.4.0 — RepoVer --list columnv1.4.0
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 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
