Skip to content

Commit 0bf3014

Browse files
authored
v1.0.1 (#31)
1 parent cc56614 commit 0bf3014

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.0.1
2+
- Fixed a bug when user closes a contextmenu and then press O, U or M last item is triggers.
3+
- Synchronized api requests to avoid collisions.
4+
- Now Marking or unbuscribing a notification shows effects immediately. `(It was waiting for API request to success before)` but if request fails persists old data.
5+
16
### 1.0.0
27
Gitification is finally version 1.0.0.
38

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

0 commit comments

Comments
 (0)