Skip to content

Commit 4aa2f7f

Browse files
committed
Release v1.1.1
1 parent 764d71e commit 4aa2f7f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.1.1
2+
- Now gitificaiton uses OverlayScrollbars library to make scrollbars look better betweeen operating systems.
3+
- Added `indeterminate` feature for repositories.
4+
- Added an option to mark notifications when open.
5+
- Added Windows and Linux support, (Linux might not comppile right now :sadge:)
6+
- `Retry` button of Oopsie error now shows skeletons on refresh.
7+
18
### 1.1.0
29
- Now wowerlay has in-app updater, you don't have to download updates manually anymore.
310
- Fixed a bug preventing opening read notifications on browser.

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": "1.1.0",
3+
"version": "1.1.1",
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": "1.1.0"
11+
"version": "1.1.1"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)