Skip to content

Latest commit

 

History

History
306 lines (246 loc) · 14.4 KB

CHANGELOG.md

File metadata and controls

306 lines (246 loc) · 14.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.6 - 2023-01-21

Changed

Contributors

0.7.5 - 2022-10-04

Changed

  • update dependencies (#161)

Contributors

0.7.4 - 2022-07-04

Changed

Contributors

0.7.3 - 2022-03-15

Changed

Contributors

0.7.2 - 2022-03-02

Changed

Contributors

0.7.1 - 2022-02-12

Changed

Contributors

0.7.0 - 2022-02-03

Changed

Contributors

0.6.2 - 2021-12-29

Changed

0.6.1 - 2021-08-30

Changed

Contributors

0.6.0 - 2021-05-07

Changed

Contributors

0.5.2 - 2021-05-01

Changed

Contributors

0.5.1 - 2021-04-03

Changed

Contributors

0.5.0 - 2021-01-24

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]

0.4.3 - 2021-01-05

Added

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

Changed

  • Changelog now contains the release links

0.4.2 - 2021-01-04

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

0.4.1 - 2021-01-03

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

0.4.0 - 2020-12-27

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 - 2020-12-18

Added

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

Fixed

  • updated dependencies

0.3.0 - 2020-12-07

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

0.2.2 - 2020-11-26

Fixed

  • improve error handling for invalid captured image data pull/15

0.2.1 - 2020-11-17

Fixed

0.2.0 - 2020-10-12

Added

  • command line parameter for natural recording -n or --natural
  • feature to avoid identical frames, where nobody sees some progress happening issue/10 / pull/11

0.1.2 - 2020-10-12

Added

0.1.1 - 2020-10-11

Fixed

  • Segmentation fault on listing the windows t-rec -l issue/4

0.1.0 - 2020-10-10

Added

  • Basic recoding functionality with 4 FPS
  • Generating a gif out of n frames of a recording
  • CI pipeline as GitHub Actions workflow