Skip to content

Releases: sassman/t-rec-rs

Release 0.6.1

Release 0.6.0

Release 0.5.2

Release v0.5.1

Release v0.5.0

24 Jan 17:09
Compare
Choose a tag to compare

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

Removed

  • snap: remove unsupported i386 architecture [41178ea]

Release 0.4.3

05 Jan 21:11
Compare
Choose a tag to compare

Added

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

Release 0.4.2

04 Jan 22:53
Compare
Choose a tag to compare

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

Release 0.4.1

03 Jan 21:06
Compare
Choose a tag to compare

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]

Release 0.4.0

29 Dec 09:27
Compare
Choose a tag to compare

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

Release 0.3.1

18 Dec 08:57
Compare
Choose a tag to compare

Added

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

Fixed

  • updated dependencies