diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 14:08:36 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 14:08:36 +0200 |
| commit | 1d3f2d1e4c59867024470d3444e12698b7ebb22e (patch) | |
| tree | 4fa14f455c72f9b206a680dcc1b0f4c1f3708158 /CHANGELOG.md | |
| parent | 07c24054cab965800983ef40f53a05c2db131ede (diff) | |
| download | krino-0.0.4.tar.gz krino-0.0.4.zip | |
0.0.4: max-size, exclude forms, --min-agev0.0.4
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 |
