From 93190858380c533f9b7564c42bdfb5dbea03f144 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 9 Jul 2026 11:05:40 +0200 Subject: feat: nvchecker autodetect expansion, -n stanza echo, --info/-i; release v1.2.5 Documents the Task 1-6 additions that shipped without doc updates: expanded nvchecker source autodetection (gitlab, bitbucket, gitea, codeberg, pagure, npm, gems, crates.io, cpan, hackage, packagist, cran, in addition to github and pypi), the fenced stanza echo on --new/-n, and the --info/-i command (category/program header plus paged README). Updates show_help, bash completion, mkhint.1.md (rebuilds mkhint.1.gz), CLAUDE.md, and CHANGELOG.md. Bumps MKHINT_VERSION to 1.2.5. No program logic changed; 224/224 tests still pass. --- mkhint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mkhint') diff --git a/mkhint b/mkhint index bbbce55..5bb3a69 100755 --- a/mkhint +++ b/mkhint @@ -45,7 +45,7 @@ if [[ ! -d $TMP_DIR ]]; then mkdir $TMP_DIR fi -readonly MKHINT_VERSION="1.2.4" +readonly MKHINT_VERSION="1.2.5" # Variables VERSION="" @@ -81,6 +81,7 @@ Options: --fix-current, -F Add/merge DELREQUIRES for -current phantom deps across the whole repo --delete, -d FILE Delete a hint file (and .bak if present) --no-dl, -N Skip downloads; add NODOWNLOAD=yes to hint file (use with -f or -n) + --info, -i FILE Show category/program path and README for a package --force With --check: reconcile bundled deps even if the primary version is unchanged --help, -h Show this help message -- cgit v1.2.3