Skip to content

Commit 9ba1873

Browse files
committed
release(v0.4.2): buming crate version and finalize CHANGELOG
1 parent 2ec8a8b commit 9ba1873

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## 🎯 [Unreleased]
88

9+
## [0.4.2] - 2021-01-04
10+
### Added
11+
- ArcoLinux 5.4 on Xfwm4 to the list of tested distros
12+
13+
![demo-arco](./docs/demo-arco-xfwm4.gif)
14+
15+
### Fixed
16+
- fixed issues on terminals with transparency (or where the compositor caused transparency) on Linux see [issue/26](https://github.com/sassman/t-rec-rs/issues/26) / [pull/38](https://github.com/sassman/t-rec-rs/pull/38)
17+
918
## [0.4.1] - 2021-01-03
1019
### Added
1120
- Snap support on it's way to [snapcraft.io](https://snapcraft.io/t-rec) [pull/25], thanks to [@popey](https://github.com/popey)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "t-rec"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Sven Assmann <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)