File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
[tool .commitizen ]
2
2
name = " cz_conventional_commits"
3
- version = " 0.4.1 "
3
+ version = " 0.5.0 "
4
4
tag_format = " v$version"
Original file line number Diff line number Diff line change
1
+ ## v0.5.0 (2022-07-31)
2
+
3
+ ### Feat
4
+
5
+ - ** autoqueuer** : Persist state between restarts
6
+ - Manage multiple auto queuer filters from the UI
7
+ - Ensure there is always a 'Default' auto queuer filter
8
+ - ** autoqueuer** : Make the autoqueuer toggleable from the UI
9
+ - ** queuer** : Set queuer filters through an API
10
+ - ** player** : Automatically reconnect with visible countdown
11
+
12
+ ### Refactor
13
+
14
+ - ** events** : Close event listeners by context cancellation
15
+ - Remove unused PlayerLibrary functions
16
+ - ** player** : Combine status calls into 1 function
17
+
1
18
## v0.4.1 (2022-07-04)
2
19
3
20
### Fix
You can’t perform that action at this time.
0 commit comments