diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 20:16:38 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 20:16:38 +0200 |
| commit | 7b2c020a08b3b9f291ba14c71b5fbb5693b6cf6f (patch) | |
| tree | 51dd0d05a7a7d14bcf344adf67bc418d061e92c2 /CHANGELOG.md | |
| parent | 754f362da077b06420ab8350dfb62bd2d8d89d75 (diff) | |
| download | krino-7b2c020a08b3b9f291ba14c71b5fbb5693b6cf6f.tar.gz krino-7b2c020a08b3b9f291ba14c71b5fbb5693b6cf6f.zip | |
plan 8: generated apply and undo round trip; undo reverses chains within one file
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 b856f3e..10c49ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +- Undo reverses a file its run renamed and then moved, moved twice, or + moved and then sent to the Trash. Before, undo judged the first step + against the disk as it is now, found its destination empty (the later + step had moved the file on) and refused the whole file as "missing". Found + by the new generated apply-and-undo test. + - Folding maps the capital sharp s (ẞ) to "SS", as the other capitals already were: "STRAẞE" in a document now matches the keyword "straße". - Folding replaces invalid UTF-8 with U+FFFD first, so a stray invalid byte |
