diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:51:33 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:51:33 +0200 |
| commit | 1f1a303c617057f149b4f0d748ee0a195484642c (patch) | |
| tree | 1e42ca0f53af3a5e39e31f0bc3475979a3a589dd /CHANGELOG.md | |
| parent | 1bb5097986558ee7dd3aeaf8e7defefdf91ae4b6 (diff) | |
| download | krino-1f1a303c617057f149b4f0d748ee0a195484642c.tar.gz krino-1f1a303c617057f149b4f0d748ee0a195484642c.zip | |
output: wrap by terminal columns, names cannot fake step lines, -v lists unscanned destinations
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba1419..39ab7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ 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. +- `-v` lists the rule destinations inside a directory that were not + scanned, so files there are no longer invisible. +- Plan and table widths count terminal columns: a name in a wide script + (CJK) no longer runs past the terminal or misaligns its column. A long + name's continuation lines start at the value column, so a name cannot + pass for a step line. - Duplicate warnings share one form, `duplicate: PATH: cause`, with the path shortened to `~` and not repeated inside the cause. - `--json` says which exclude set a file aside, carries the warnings raised |
