diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 11:27:00 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 11:27:00 +0200 |
| commit | 0e56395aaa46359974a5eb21acaab32b2ea02a0f (patch) | |
| tree | a245b641d3ff6deeabe411fa052d6b22b635726f /README.md | |
| parent | 48d1781fed3f9ea5cfd2b270bd92fd2826605636 (diff) | |
| download | krino-0e56395aaa46359974a5eb21acaab32b2ea02a0f.tar.gz krino-0e56395aaa46359974a5eb21acaab32b2ea02a0f.zip | |
gui: an exclude is not a rule - the form no longer assumes onev0.0.11
Selecting the exclude row in Forms panicked: newFormEditor read the
form's rule for its when, name, action and stop, and an exclude has
only the when. The editor now takes the conditions from whichever of
the two the form holds and leaves out the fields an exclude has not
got. Checklist item 49 covers it.
Also the 0.0.11 changelog and README, and header floors wide enough
that the age heading is not clipped.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ shows the plan before touching anything, lets you approve all of it or file by file, logs every step, and can undo a run. Version 0.0.9 is the engine and this command-line interface: per-directory rule files, placeholders in destinations and new names, a keyword cache that makes a rerun fast, and -builds for Linux, FreeBSD and OpenBSD. Version 0.0.10 adds `krino-gui`, an +builds for Linux, FreeBSD and OpenBSD. Version 0.0.11 has `krino-gui`, an optional GTK 4 window onto the same engine (see below). It is not a watch mode, OCR, EXIF dates, macOS or Windows support, a shell-command action, or a way to look inside archives. @@ -260,7 +260,7 @@ release that changes it. ## Status -**0.0.10, local only.** The module path is `krino`; `go install` only +**0.0.11, local only.** The module path is `krino`; `go install` only works once a remote is chosen and the imports are renamed to match (`docs/design.md`, §18). Until then, build from a clone. `krino -n --json`'s output shape is unstable before krino 1.0 — don't |
