diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index acb32c1..43ab3e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## Unreleased +## 0.0.4 — 2026-09-14 + +- `max-size` setting: files larger than it are skipped as "too big", in + `(defaults ...)` or a directory file. +- `(exclude COND...)` sets files aside before any rule sees them, by type or + extension, name regex, content, or any other condition; all conditions in + one form must hold. In `krino.conf` it applies to every directory, in a + directory file to that directory. Excluded files are counted in the plan + and listed with the form that matched under `-v`; `explain` traces every + exclusion and `check` lists them. +- `--min-age DURATION` overrides every directory's `min-age` for one run, + e.g. `krino -n --min-age 0` to include files written a moment ago. +- `krino init` and `krino new` write commented examples of all three. + ## 0.0.3 — 2026-09-14 - The plan is shown as one block per file instead of a table: the file's |
