File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 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
2
13
- Added sidebar to landing page and a button to allow users to modify settings.
3
14
- Added a back button to sidebar, removed bell icon. Now users can navigate back from settings.
4
15
- Now notification title shows image of repository instead of a dummy image.
5
16
6
- ### Actions
17
+ ## Actions
7
18
- Now release action adds a link to release to navigate users to changelog.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitification" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .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" : " 0.1 .0"
11
+ "version" : " 0.2 .0"
12
12
},
13
13
"tauri" : {
14
14
"systemTray" : {
You can’t perform that action at this time.
0 commit comments