diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-05 20:15:26 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-05 20:15:26 +0200 |
| commit | 29c64e4e093ee0f8c1bd2ee4ab56dc58238dd410 (patch) | |
| tree | e939d54975010b1ce145efd52d9cdbca70d7ae87 /CHANGELOG.md | |
| parent | dbe2cec5a6d49839725d65aa5fcf4806c54ee4af (diff) | |
| download | mkhintfile-29c64e4e093ee0f8c1bd2ee4ab56dc58238dd410.tar.gz mkhintfile-29c64e4e093ee0f8c1bd2ee4ab56dc58238dd410.zip | |
docs: config file and slackrepo build-vs-update
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 231c836..3d6c605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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/). +## [Unreleased] + +### 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, |
