Terminal Recorder - t-rec Versions Save

Blazingly fast terminal recorder that generates animated gif images for the web written in rust

v0.5.0

3 years ago

Added

  • Video output feature: (--video or -m) now additionally generates a (H.256) .mp4 file parallel to the .gif. pull/49, issues/45, [fd600e0]
  • Release ci pipeline now produces a debian package file and attaches it to the release [7e8ca49]
  • t-rec has now an own pixel art logo [e511731]
  • more installation hints for linux [7a1b152]

Changed

  • set default bg value to transparent, closes issues/46, pull/47, [24c3049]
  • updated dependencies

Removed

  • snap: remove unsupported i386 architecture [41178ea]

v0.4.3

3 years ago

Added

  • Quiet (-q|--quiet) mode to suppress Ctrl+D banner: 'Press Ctrl+D to end recording' pull/39, thanks to @Daviey

v0.4.2

3 years ago

Added

  • ArcoLinux 5.4 on Xfwm4 to the list of tested distros

demo-arco

Fixed

  • fixed issues on terminals with transparency (or where the compositor caused transparency) on Linux see issue/26 / pull/38

v0.4.1

3 years ago

Added

Fixed

  • reduced crate size from 4.8MB to 34kB [pull/32], thanks to @Byron
  • fixed a panic when the active window cannot be identified on Linux [pull/31] / [issue/30]
  • fixed t-rec -l did not show any window names on Linux [pull/31]
  • fixed system freeze on "Applying Effects" caused by too many threads [issue/29]

v0.4.0

3 years ago

Added

  • t-rec runs now on linux (X11 only) [issues/1] and has been tested on the following systems:
    • ubuntu 20.10 on GNOME demo-ubuntu
    • ubuntu 20.10 on i3wm demo-ubuntu-i3wm
    • mint 20 on cinnamon demo-mint

Fixed

  • clear screen before starting the recording was somehow broken, it behaves now better

0.3.1

3 years ago

Added

  • Readme badge for dependencies and latest version on crates.io

Fixed

  • updated dependencies

0.3.0

3 years ago

Added

  • command line parameter -d or --decor that allows to turn on and off effects [issues/18] / [pull/19]
  • command line parameter -b or --bg that allows to change the target background color to white, black or transparent [pull/19]
  • command line parameter -v or --verbose that shows insights on the window name and window id for the curious [pull/19]
  • turn on the new shadow decor effect by default [pull/19] demo

Fixed

  • white corners are now fixed and aligned with the radius of macos big sur [issues/17] / [pull/19]
  • sometimes there were unexpected image dimensions, with a small stripe on the right of black pixel [pull/19]

v0.2.2

3 years ago

more robust screenshot image capture. Check the full CHANGELOG