Skip to content

Commit 3a21861

Browse files
committed
v0.2.0
1 parent a6725b1 commit 3a21861

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
## 0.1.0
1+
### 0.2.0
2+
- Added ESC shortcut support for settings page, if pressed user will be redirected to home page.
3+
- In home page users can navigate between notifications by arrow up and arrow down keys.
4+
- If loading notifications failed, users will see an error state.
5+
- If there is no notification, users will se an empty state.
6+
- Sync icon in sidebar now spins if notifications are loading.
7+
- Added title attributes to only-icon buttons.
8+
- Now back button is disabled instead of invisible in non-settings pages.
9+
- Added a button for repository link to settings page.
10+
- Minor style improvements.
11+
12+
### 0.1.0
213
- Added sidebar to landing page and a button to allow users to modify settings.
314
- Added a back button to sidebar, removed bell icon. Now users can navigate back from settings.
415
- Now notification title shows image of repository instead of a dummy image.
516

6-
### Actions
17+
## Actions
718
- Now release action adds a link to release to navigate users to changelog.

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

0 commit comments

Comments
 (0)