aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ed90ea4..814b71b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ ChangeLog for uxd
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
+20241224 v1.0.0
- Add -A (ASCII output) option.
- Add -a option (don't dump lines that are ASCII-only).
- Enable reverse video highlighting for multibyte characters by default;
@@ -13,7 +13,8 @@ For the full log, see the git history.
- Add -d option (dump an argument rather than a file).
- Add -t/-T options (to put the terminal into UTF-8 mode).
- Add -j/-p/-w options (to control what's considered bad UTF-8).
-- Accept k/m/g/K/M/G suffixes for numeric arguments.
+- Accept k/m/g/t/K/M/G/T suffixes for numeric arguments.
+- Allow floating point for numeric arguments.
- Fix highlighting of DEL (0x7f); it's special (purple), not invalid (red).
- Detect overlong UTF-8 sequences.
- Detect UTF-16 surrogates (which are not valid Unicode/UTF-8).