diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-18 06:14:04 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-18 06:14:04 -0500 |
commit | c6ed5c95a56e55a2bb33c9dca819ddf377f05575 (patch) | |
tree | 1c54aef3e0ed3aa48f1fad953f70cef0e12120cc | |
parent | f381da6760b6beec1f875f1a982719c1b6be55a3 (diff) | |
download | uxd-c6ed5c95a56e55a2bb33c9dca819ddf377f05575.tar.gz |
update ChangeLog
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |