blob: 2d812dd921c171b2000f838152b979ecb2863fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
- 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.
- Detect UTF-16 surrogates (which are not valid Unicode/UTF-8).
20241216 v0.2.0
- Add command-line options and environment variables.
20241213 v0.1.0
- Initial release. Fully functional but not flexible.
|