@@ -6,21 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## 🎯 [ Unreleased]
8
8
9
- ## [ 0.3.0] - XXXX
9
+ ## [ 0.3.0] - 2020-12-07
10
10
### 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 ]
15
15
![ demo] ( ./docs/demo-shadow.gif )
16
16
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
18
19
19
20
### 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 ]
22
23
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
24
26
25
27
## [ 0.2.2] - 2020-11-26
26
28
### Fixed
0 commit comments