Skip to content

Commit 729864d

Browse files
committed
Release v1.2.0
1 parent adf17a0 commit 729864d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.2.0
2+
- Added right click menu to repository titles.
3+
- Refactored ugly spaghetti code to a maintainable good looking code.
4+
- Fixed scroll padding on home page.
5+
- Fixed a bug if user has `mark as read on open` enabled and clicks a selected notification the notification stays selected in data and confuses the app.
6+
- Fixed a bug if user has `show read notifications` and marks or unsubscribes a notification it gets deleted (it should just become read).
7+
18
### 1.1.3
29
- Fixed content background for mac.
310

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.1.3",
3+
"version": "1.2.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.1.3"
11+
"version": "1.2.0"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)