diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:40:56 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:40:56 +0200 |
| commit | bb8b547023b0867f31d7452faceef5769a45b94b (patch) | |
| tree | 9daf9efd0ac5336747483557976a83ac5725b956 /CHANGELOG.md | |
| parent | c09020c2fb01da24d5befbed78ce3b73b5efbe4c (diff) | |
| download | krino-bb8b547023b0867f31d7452faceef5769a45b94b.tar.gz krino-bb8b547023b0867f31d7452faceef5769a45b94b.zip | |
explain: shows a duplicate's skipped delete, leaves the cache alone, walks only for duplicate tests
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4c0bd..392d933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ could change its answer; `explain` shows `?`. A document read only in part answers the keywords found in what was read, and leaves the others unknown. +- `krino explain` says when a duplicate's delete would be skipped, no longer + removes a directory's unused keyword cache (it holds no lock), and walks + the directory only when a duplicate test needs it. - `{1}` … `{9}` keep the name's diacritics: a folded `name` test still matches `Lodz`, but `Łódź-faktura.pdf` now files under `Łódź`, not `Lodz`. - A tool's error message is shown even when it writes more than the |
