Releases: ovh/ovh-ttyrec
Releases · ovh/ovh-ttyrec
v1.1.7.1
v1.1.7.0
v1.1.6.7
v1.1.6.6
v1.1.6.5
v1.1.6.4
v1.1.6.3
v1.1.6.2
v1.1.6.0
- feat(zstd): on-the-fly zstd (de)compression
- added generic fread/fwrite/fclose wrappers as a framework to support several (de)compression algorithms
- ttyrec: add -Z option to enable on-the-fly compression when available
- ttyrec: add --zstd option to force zstd on-the-fly compression
- ttyrec: add -l option to fine-tune the zstd compression ratio (between 1 and 19, default 3)
- ttyrec: add --max-flush-time to specify a number of seconds after which we force zstd to flush
its output buffers to ensure somewhat idle sessions still get flushed to disk regularly - ttyplay: zstd decompression is automatically enabled if the file suffix is ".zst"
- ttyplay: add -Z option to force on-the-fly zstd decompression regardless of the file suffix
- ttytime: add a warning if timing a .zst file is attempted (not supported)
- feat: implement long-options
- feat: implement --name-format (-F) to specify a custom file name
- feat: --warn-before-lock and --warn-before-kill
- enh: nicify termios debug output
- fix: abort if doinput() can't write to master
- chore: get rid of help2man requirement
- chore: portability fixes
First public release of ovh-ttyrec (v1.1.5.0)
First public release of ovh-ttyrec