1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
2.7:
* pipetty: pass terminal size (or 80×24) to the program being run
* ansi2*: parse and ignore some more codes
2.6:
* ansi2html: fix crash on invalid options
* ansi2html: make OSC 8 hyperlinks clickable
2.5:
* pipetty: write an obituary for child killed by a signal
* lesstty: pipetty redirected to "less -R"
2.4:
* ansi2html: -l (--no-wrap), --style, -c (--contrast)
* allow testing installed binaries
2.3:
* pipetty: hard-code PAGER=cat
2.2:
* ttyrec2ansi: use cached stdio, for >4× speedup
2.1:
* bugfix: infinite loop on 0xFF on unsigned-char architectures
2.0:
* split out of KBtin
* migrate from autotools to CMake
* relicense to MIT
* use a much darker palette in on-white mode, especially for brown and yellow
|