Skip to content

Commit 1390438

Browse files
committed
v0.3.0
1 parent 8755c39 commit 1390438

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 0.3.0
2+
- Auto launch on startup setting added.
3+
- Custom tray icon added, if an unread notification exists, it will highlight as blue.
4+
- Added icon logo and repository link to sidebar.
5+
- Back button is moved from sidebar to settings page header.
6+
- Sidebar padding adjusted to match settings page.
7+
- Now when a new notification is received if enabled Gitification will play sound.
8+
- Minor style changes.
9+
110
### 0.2.0
211
- Added ESC shortcut support for settings page, if pressed user will be redirected to home page.
312
- In home page users can navigate between notifications by arrow up and arrow down keys.

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

0 commit comments

Comments
 (0)