Skip to content

Commit 43b5221

Browse files
committed
Release 1.1.0
1 parent ec3b42a commit 43b5221

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
### 1.0.1
28
- Fixed a bug when user closes a contextmenu and then press O, U or M last item is triggers.
39
- Synchronized api requests to avoid collisions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitification",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"type": "module",
55
"scripts": {
66
"dev": "run-p vite:dev devtools",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Gitification",
11-
"version": "1.0.1"
11+
"version": "1.1.0"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)