Releases: sassman/t-rec-rs
Releases · sassman/t-rec-rs
Release 0.6.1
Release 0.6.0
Release 0.5.2
Release v0.5.1
Changed
- chore(deps): bump anyhow from 1.0.39 to 1.0.40
- chore(deps): bump anyhow from 1.0.38 to 1.0.39
- chore(deps): bump image from 0.23.13 to 0.23.14
- chore(clippy): make clippy happy
- feat(ci): add .deb as regular build artifact
- chore(deps): bump image from 0.23.12 to 0.23.13
- chore(deps): bump log from 0.4.13 to 0.4.14
- docs(README): add AUR installation instructions
- feat(mp4): add cli option for generating a video
Contributors
Release v0.5.0
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
Release 0.4.2
Release 0.4.1
Added
- Snap support on it's way to snapcraft.io [pull/25], thanks to @popey
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
Release 0.3.1
Added
- Readme badge for dependencies and latest version on crates.io
Fixed
- updated dependencies