Releases: tomcur/termsnap
Releases · tomcur/termsnap
termsnap-v0.4.0
termsnap-lib-v0.4.0
chore: Release package termsnap-lib version 0.4.0
termsnap-v0.3.0
Features
- 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)
Documentation
- use xterm-256color in example for better compatibility across systems
(d685f20) - use full lines/columns argument name in examples
(b30e27b)
Refactor
termsnap-lib-v0.3.0
chore: Release package termsnap-lib version 0.3.0
termsnap-v0.2.1
termsnap-v0.2.0
termsnap-lib-v0.2.1
chore: Release package termsnap-lib version 0.2.1
termsnap-lib-v0.2.0
chore: Release package termsnap-lib version 0.2.0
termsnap-v0.1.3
Bug Fixes
- correctly calculate NoHash
(84d60bf)
Documentation
- (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)
Other
- generate examples
(8300931)
termsnap-v0.1.2
Features
- 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
Documentation
- Remove unused example
Refactor
- Explicitly forbid unsafe code
Other
- Generate examples