- [breaking] render SVG based on font metrics (3d1d52c)
- Add Menlo to default font stack (7fb1fb1)
- regenerate examples (0719c1a)
- allow rendering terminal screens just prior to clearing (59c3bef)
- allow specifying child's TERM environment variable (22da2c1)
- (lib) allow inspecting Term just prior to applying some ANSI signals (7012f8d)
- use xterm-256color in example for better compatibility across systems (d685f20)
- use full lines/columns argument name in examples (b30e27b)
- escape ampersands in text (daba56b)
- (lib) add usage example (9befca8)
- (lib) [breaking] rename cols -> columns (c0fe244)
- (lib) add methods to access terminal grid cells to Screen (a1883d7)
- implement rendering from ANSI-escaped data on stdin (e603f97)
- separate main logic and CLI arguments consistency checks (501e629)
- correctly calculate NoHash (84d60bf)
- (README) add headings to examples (739f43e)
- (README) remove -o switch (f43df9d)
- (README) add Tokei example (1259a74)
- (README) improve wording (4850b72)
- (README) add note about sleep (57006ce)
- (README) put the nvim example before the colors example (a9b421b)
- (README) add command to examples (12680d7)
- (README) improve cowsay example margins (a5121c4)
- (README) simplify cowsay example (0488ffb)
- (README) simplify nvim example (1b7a664)
- (README) fix link to examples.sh (cd3ee63)
- (CHANGELOG) add links to generated changelog (9c88dd2)
- generate examples (8300931)
- Print new lines after and in generated SVG
- Only use non-breaking space if prev char was a regular space
- Reduce number of elements in generated SVG
- Reduce number of background color rectangles in generated svg
- Remove unused example
- Explicitly forbid unsafe code
- Generate examples
- Correctly handle terminal resizing
- (CHANGELOG) Track all packages in a single changelog
- (README) Remove unnecessary badge
- Add release-plz
- Add rust build