Skip to content

Latest commit

 

History

History
111 lines (85 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

111 lines (85 loc) · 4.37 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.

🎯 [Unreleased]

[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