diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-24 17:52:21 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-24 17:52:21 -0500 |
commit | a9ffd2cbe383ef4fa0ce350c55cd6ba29c83f0aa (patch) | |
tree | c1d95bdde53b15298da1b765cdadeac28a4a1e57 | |
parent | 939e19707ad1a78ead8c26c340cfd9c18d49c82a (diff) | |
download | uxd-a9ffd2cbe383ef4fa0ce350c55cd6ba29c83f0aa.tar.gz |
update ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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). |