aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-10 12:04:30 +0200
committerDanilo M. <danix@danix.xyz>2026-07-10 12:04:30 +0200
commit7c37592b66cd64de0734e26eac27e04054f761d5 (patch)
treea84f3ffbb6313898202b54f88c03528e814e8514 /CHANGELOG.md
parent8c2b5e0194ea9be0eb6176976eb7bac1b979c667 (diff)
downloadmkhintfile-7c37592b66cd64de0734e26eac27e04054f761d5.tar.gz
mkhintfile-7c37592b66cd64de0734e26eac27e04054f761d5.zip
feat: add NoDL column to --list
-l now shows a NoDL column (✓ when the hint has NODOWNLOAD=yes) next to the existing DelReq column. Detected via grep -qi '^NODOWNLOAD=yes', padded with _pad_glyph for multibyte alignment. Tests T68/T69 cover populated and blank NoDL. Docs (CLAUDE.md, README, man page) updated and mkhint.1.gz rebuilt. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b9add7..49e30c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@ All notable changes to this project are documented here. The format is based on
## [Unreleased]
+### Added
+- `--list`/`-l`: new `NoDL` column showing `✓` when a hint carries
+ `NODOWNLOAD=yes`, alongside the existing `DelReq` column.
+- Bash completion: `-V`/`--set-version` now completes from the SBo `.info`
+ VERSION when `-n`/`--new <pkg>` is on the line (previously only from the
+ hint's VERSION via `-f`/`--hintfile`).
+
### Changed
- `nvtake` timing: nvchecker's `oldver` is now synced (via `nvtake`) only when
you confirm the slackrepo prompt, per package, just before slackrepo runs —