aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 1804c6ce6967336ac3cc12d213dbac255a2589fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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).
- Add -j/-p/-w options (to control what's considered bad UTF-8).
- 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.