Skip to content

Commit d8465e8

Browse files
authored
v1.0.0 (#27)
1 parent ff8291f commit d8465e8

File tree

5 files changed

+13
-170
lines changed

5 files changed

+13
-170
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 1.0.0
2+
Gitification is finally version 1.0.0.
3+
4+
- Now settings button on sidebar is `···` button that opens a popover with options.
5+
- Settings page is redesigned, "Logout" and "Exit app" buttons are moved to menu of `···` button on sidebar.
6+
- Added tooltips to interactable elements.
7+
- Added right click contextmenu for notification items.
8+
- Added `Unsubscribe` option for selected thread to contextmenu.
9+
- Added shortcut `(U)` to unsubscribe selected notifications.
10+
- BottomBar is removed due to new context menu.
11+
112
### 0.5.0
213
- Added checkboxes to notifications/repositories, now users can select notifications and mark or open them at once. Can mark as read without going to notification page.
314
- Minor style changes

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

src/components/BottomBar.vue

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/components/BottomBarItem.vue

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)