aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5971daa..2d812dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,11 +4,13 @@ This is just a list of the user-visible changes in each release of uxd.
For the full log, see the git history.
202412?? v0.3.0
-- Add -d option.
+- Fix bug: missing continuation bytes were throwing off the -i byte count.
+- Add -d option (dump an argument rather than a file).
+- Add -t/-T options (to put the terminal into UTF-8 mode).
- Accept k/m/g/K/M/G suffixes for numeric arguments.
- Fix highlighting of DEL (0x7f); it's special (purple), not invalid (red).
- Detect overlong UTF-8 sequences.
-- Fix bug: missing continuation bytes were throwing off the -i byte count.
+- Detect UTF-16 surrogates (which are not valid Unicode/UTF-8).
20241216 v0.2.0
- Add command-line options and environment variables.