File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 1.1.0
2
+ - Now wowerlay has in-app updater, you don't have to download updates manually anymore.
3
+ - Fixed a bug preventing opening read notifications on browser.
4
+ - Added light and dark theme support, by default Gitification will choose system color.
5
+ - Updated settings page to be more ergonomic.
6
+
1
7
### 1.0.1
2
8
- Fixed a bug when user closes a contextmenu and then press O, U or M last item is triggers.
3
9
- Synchronized api requests to avoid collisions.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitification" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"type" : " module" ,
5
5
"scripts" : {
6
6
"dev" : " run-p vite:dev devtools" ,
Original file line number Diff line number Diff line change 8
8
},
9
9
"package" : {
10
10
"productName" : " Gitification" ,
11
- "version" : " 1.0.1 "
11
+ "version" : " 1.1.0 "
12
12
},
13
13
"tauri" : {
14
14
"systemTray" : {
You can’t perform that action at this time.
0 commit comments