Skip to content

Commit bfa7318

Browse files
author
kadiryazici
committed
0.5.0
1 parent 2b5bca4 commit bfa7318

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.5.0
2+
- 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.
3+
- Minor style changes
4+
- Minor bug fixes
5+
16
### 0.4.0
27
- Added `Show system notifications` seting, if you enable this and your system granted notifications for Gitification, system notifications will show up.
38
- Some style improvements

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitification",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"type": "module",
55
"scripts": {
66
"dev": "run-p vite:dev devtools",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitification"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "View github notifications on menubar"
55
authors = ["Kadir Yazıcı"]
66
license = ""

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Gitification",
11-
"version": "0.4.0"
11+
"version": "0.5.0"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)