| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | fix: reconcile backup, versioned change report, no double reportv1.2.0 | Danilo M. | 1 | -9/+14 |
| 3 days | docs: document bundled-dep reconcile + --force; release v1.2.0 | Danilo M. | 1 | -1/+3 |
| 3 days | feat: --hintfile -V reconciles bundled deps for listed packages | Danilo M. | 1 | -0/+19 |
| 3 days | fix: primary manifest entry no longer flagged as missing in reconcile FYI | Danilo M. | 1 | -0/+6 |
| 3 days | feat: --check Phase 2 reconciles bundled deps for listed packages | Danilo M. | 1 | -34/+59 |
| 3 days | feat: add --force flag (check-only, mutually exclusive elsewhere) | Danilo M. | 1 | -1/+11 |
| 3 days | feat: --new prints a manifest reconcile report for listed packages | Danilo M. | 1 | -0/+12 |
| 3 days | feat: reconcile_bundle_deps core (report/apply) | Danilo M. | 1 | -1/+107 |
| 3 days | feat: fetch_manifest + fake-wget manifest fixture support | Danilo M. | 1 | -0/+12 |
| 3 days | feat: load_bundle_manifests + manifest_url_for | Danilo M. | 1 | -0/+28 |
| 3 days | feat: match_dep_url maps a hint download line to a manifest URL | Danilo M. | 1 | -0/+49 |
| 3 days | feat: parse_manifest reads NAME_URL entries from a deps manifest | Danilo M. | 1 | -0/+13 |
| 3 days | feat: add BUNDLE_MANIFEST_FILE config var | Danilo M. | 1 | -0/+6 |
| 4 days | fix: bump dash-form dated URLs on version changev1.1.3 | Danilo M. | 1 | -2/+12 |
| 5 days | chore: release v1.1.2v1.1.2 | Danilo M. | 1 | -1/+1 |
| 5 days | chore: release v1.1.1v1.1.1 | Danilo M. | 1 | -1/+1 |
| 5 days | feat: compact --help, move reference to man page | Danilo M. | 1 | -23/+2 |
| 5 days | feat: show config-file presence in --help | Danilo M. | 1 | -0/+1 |
| 5 days | chore: release v1.1.0v1.1.0 | Danilo M. | 1 | -1/+1 |
| 5 days | feat: slackrepo build for new packages, update for existing | Danilo M. | 1 | -11/+37 |
| 6 days | docs: show version in --help, rename version flag in help text | Danilo M. | 1 | -8/+9 |
| 6 days | feat!: -v/--version prints tool version; hint version moves to -V/--set-version | Danilo M. | 1 | -4/+10 |
| 6 days | feat: -l colors newer version cell green, adds DelReq column | Danilo M. | 1 | -9/+32 |
| 7 days | feat: -l <pkg...> shows side-by-side hint vs .info | Danilo M. | 1 | -9/+35 |
| 7 days | feat: -l skips versionless hints, widen version columns | Danilo M. | 1 | -2/+4 |
| 7 days | Add phantom-dep stripping for slackware-current | Danilo M. | 1 | -2/+113 |
| 7 days | feat: treat dashed upstream version as equivalent to packaged underscore form | Danilo M. | 1 | -4/+13 |
| 8 days | style: split local decl/assign and quote path vars | Danilo M. | 1 | -10/+10 |
| 14 days | docs: document -R <pkg...> named-hint review | Danilo M. | 1 | -1/+2 |
| 14 days | feat: review named hints via -R <pkg...> regardless of version match | Danilo M. | 1 | -5/+15 |
| 14 days | refactor: extract _review_one_hint, drive review loop from a list | Danilo M. | 1 | -35/+60 |
| 2026-06-19 | perf: scan single nvchecker entry with -e for single-package checks | Danilo M. | 1 | -4/+10 |
| 2026-06-19 | fix: strip trailing slash in review hint path for consistent output | Danilo M. | 1 | -1/+1 |
| 2026-06-19 | feat: add -R/--review loop with side-by-side diff and keep/delete prompt | Danilo M. | 1 | -6/+67 |
| 2026-06-19 | feat: highlight hint rows whose version matches SBo .info in -l | Danilo M. | 1 | -2/+25 |
| 2026-06-18 | refactor: extract _remove_hint helper for reuse in review loop | Danilo M. | 1 | -8/+14 |
| 2026-06-13 | fix: resolve relative nvchecker keyfile path against config dir | Danilo M. | 1 | -0/+5 |
| 2026-06-13 | fix: quote nvchecker section names containing non-bare-key chars | Danilo M. | 1 | -7/+24 |
| 2026-06-13 | feat: --check offers to populate missing nvchecker sections | Danilo M. | 1 | -1/+33 |
| 2026-06-13 | refactor: extract _has_nvchecker_section helper | Danilo M. | 1 | -2/+10 |
| 2026-06-13 | feat: add --check/-C bulk update command | Danilo M. | 1 | -2/+101 |
| 2026-06-13 | feat: suggest nvchecker version on --hintfile without -v | Danilo M. | 1 | -1/+39 |
| 2026-06-13 | feat: write nvchecker section on --new from .info | Danilo M. | 1 | -0/+1 |
| 2026-06-13 | feat: add add_nvchecker_section with github/pypi autodetect | Danilo M. | 1 | -0/+61 |
| 2026-06-13 | feat: add nvchecker_latest keyfile reader | Danilo M. | 1 | -0/+28 |
| 2026-06-13 | feat: add check_nvchecker tool-availability guard | Danilo M. | 1 | -0/+17 |
| 2026-06-13 | feat: add NVCHECKER_CONFIG constant and help text for nvchecker features | Danilo M. | 1 | -1/+5 |
| 2026-06-05 | feat: prompt to run slackrepo after --hintfile update | Danilo M. | 1 | -0/+12 |
| 2026-05-18 | feat: multiline DOWNLOAD support, test suite, updated docs | Danilo M. | 1 | -13/+135 |
| 2026-05-18 | refactor: extract update_checksums, apply version/md5 on --new | Danilo M. | 1 | -18/+35 |