From 07c24054cab965800983ef40f53a05c2db131ede Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 14 Sep 2026 13:26:51 +0200 Subject: krino: 0.0.3 — the plan as one block per file, wrapped, and -P MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Each file shows its steps, then the rule and the reason it matched, one field per line; on a terminal every line wraps to its width with continuation lines under their own column, and piped output is never wrapped. Choosing per file shows the same block. -P / --no-pager prints the plan without the pager. A duplicate's original is shown with ~. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index c36467f..acb32c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## Unreleased +## 0.0.3 — 2026-09-14 + +- The plan is shown as one block per file instead of a table: the file's + name, each step, then the rule and the reason it matched. On a terminal + every line wraps to its width, with continuation lines indented under + their own column; piped output is never wrapped. +- Choosing per file (`c`) shows that same full block for each file, not only + its steps. +- `-P` / `--no-pager` prints the plan straight out instead of through the + pager. +- A duplicate's original is shown with `~` for the home directory. + ## 0.0.2 — 2026-09-14 - Duplicates are found, never deleted. A rule combining `(duplicate)` with -- cgit v1.3