Skip to content

Commit ca762b2

Browse files
committed
docs(CHANGELOG): update everything for the next version
1 parent 07a358c commit ca762b2

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## 🎯 [Unreleased]
88

9-
## [0.3.0] - XXXX
9+
## [0.3.0] - 2020-12-07
1010
### Added
11-
- command line parameter `-d` or `--decor` that allows to turn on and off effects [feat(decor:shadow)]
12-
- command line parameter `-b` or `--bg` that allows to change the target background color to white, black or transparent
13-
- command line parameter `-v` or `--verbose` that shows insights on the window name and window id for the curious
14-
- turn on the new shadow decor effect by default
11+
- command line parameter `-d` or `--decor` that allows to turn on and off effects [issues/18] / [pull/19]
12+
- command line parameter `-b` or `--bg` that allows to change the target background color to white, black or transparent [pull/19]
13+
- command line parameter `-v` or `--verbose` that shows insights on the window name and window id for the curious [pull/19]
14+
- turn on the new shadow decor effect by default [pull/19]
1515
![demo](./docs/demo-shadow.gif)
1616

17-
[feat(decor:shadow)]: https://github.com/sassman/t-rec-rs/commit/65ceeb2bb23da9243b57152755c865d8950af3c7
17+
[pull/19]: https://github.com/sassman/t-rec-rs/pull/19
18+
[issues/18]: https://github.com/sassman/t-rec-rs/issues/18
1819

1920
### Fixed
20-
- white corners are now fixed and aligned with the radius of macos big sur [feat(decor:big-sur)]
21-
- sometimes there were unexpected image dimensions, with a small stripe on the right of black pixel [feat(decor:big-sur)]
21+
- white corners are now fixed and aligned with the radius of macos big sur [issues/17] / [pull/19]
22+
- sometimes there were unexpected image dimensions, with a small stripe on the right of black pixel [pull/19]
2223

23-
[feat(decor:big-sur)]: https://github.com/sassman/t-rec-rs/commit/ab64d3dd8e9b264b617acca9a0db9375525911d0
24+
[pull/19]: https://github.com/sassman/t-rec-rs/pull/19
25+
[issues/17]: https://github.com/sassman/t-rec-rs/issues/17
2426

2527
## [0.2.2] - 2020-11-26
2628
### Fixed

0 commit comments

Comments
 (0)