Skip to content

Commit 4992224

Browse files
committed
v0.4.0
1 parent bf023a6 commit 4992224

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.4.0
2+
- Added `Show system notifications` seting, if you enable this and your system granted notifications for Gitification, system notifications will show up.
3+
- Some style improvements
4+
15
### 0.3.0
26
- Auto launch on startup setting added.
37
- Custom tray icon added, if an unread notification exists, it will highlight as blue.

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ An app to view your notifications easily on your menubar.
1111

1212
- Gitification is built with `TypeScript`, `Vue`, `Tauri` and `Vite` with nice plugins.
1313

14-
<br>
15-
1614
# Known Problems
1715
- Notifications, Opening external links may not work on Macs because Gitification is not signed currently. I don't earn money from open source, but if I earn `50$` from github sponsorships, I will sign the app.
1816

1917
- The app is currently ready to be compiled for Windows or Linux but I'm a Mac user so that after I added the features in my mind, I will create Windows and Linux builds.
2018

21-
<br>
22-
2319
# Building The App
2420
If you want to build Gitification by yourself:
2521

@@ -30,8 +26,6 @@ If you want to build Gitification by yourself:
3026
- Build the app `pnpm tauri build`
3127
- After that you can find executable in `src-tauri/target` folder.
3228

33-
<br>
34-
3529
# Contributing
3630
If you want to contribute you should install these extensions and set-up these settings.
3731

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.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"scripts": {
66
"dev": "run-p vite:dev devtools",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "gitification"
3-
version = "0.0.0"
4-
description = "A Tauri App"
5-
authors = ["you"]
3+
version = "0.4.0"
4+
description = "View github notifications on menubar"
5+
authors = ["Kadir Yazıcı"]
66
license = ""
77
repository = ""
88
edition = "2021"

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.3.0"
11+
"version": "0.4.0"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)