From 7c37592b66cd64de0734e26eac27e04054f761d5 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 10 Jul 2026 12:04:30 +0200 Subject: feat: add NoDL column to --list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -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 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.md') 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 ` 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 — -- cgit v1.2.3