blob: 3c6479cc288cc32a50cfce6b85c8ad1dd1112d6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# Changelog
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.1.1] - 2026-07-05
### Added
- `mkhint.1` man page (gzipped, built from `mkhint.1.md` with pandoc) as the
full reference.
- `--help` now reports whether `~/.config/mkhint/config` is present and sourced.
### Changed
- `--help` is now a compact summary; usage examples, the variable-order note,
and the exit-code table moved to the man page.
- Reference the current slackrepo home at github.com/aclemons/slackrepo (Andrew
Clemons), crediting David Spencer (idlemoor) as the original creator.
## [1.1.0] - 2026-07-05
### Added
- Sourced config file `~/.config/mkhint/config` for all path constants
(`REPO_DIR`, `HINT_DIR`, new `PACKAGES_DIR`, etc.); the completion script
sources it too. Missing file keeps previous defaults.
### Changed
- `--check` and `--hintfile` now run `slackrepo build` for packages not yet
built in `PACKAGES_DIR` and `slackrepo update` for existing ones, instead of
always `update`.
## [1.0.0] - 2026-07-04
First tagged release. mkhint manages slackrepo hint files: create/update hints,
nvchecker-driven update checks, phantom-dep stripping for -current, and a
listing/review workflow.
### Changed
- **Breaking:** the hint-version flag is now `-V` / `--set-version`. `-v` /
`--version` now prints the tool's own version and exits.
### Added
- `-v` / `--version` prints `mkhint X.Y.Z`.
- The `--help` header shows the version.
- `-l` colors the newer version cell green and adds a `DelReq` column.
|