Skip to content

Commit 7a85b0c

Browse files
committed
Merge branch 'main' into release
2 parents f35f9e0 + 87ab8db commit 7a85b0c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.1.2
2+
- Fixed bug when login.
3+
14
### 1.1.1
25
- Now gitificaiton uses OverlayScrollbars library to make scrollbars look better betweeen operating systems.
36
- Added `indeterminate` feature for repositories.
@@ -62,4 +65,4 @@ Gitification is finally version 1.0.0.
6265
- Now notification title shows image of repository instead of a dummy image.
6366

6467
## Actions
65-
- Now release action adds a link to release to navigate users to changelog.
68+
- Now release action adds a link to release to navigate users to changelog.

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

src/assets/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $colors: (
77
switch-dot: rgb(255, 255, 255) rgb(255, 255, 255),
88
gray: rgb(95, 95, 95) rgb(95, 95, 95),
99
switch-bg: var(--gray) var(--gray),
10-
content-bg: rgba(30, 30, 30, 8) rgb(30, 30, 30),
10+
content-bg: rgba(30, 30, 30, .8) rgb(30, 30, 30),
1111
page-header-bg: rgba(43, 43, 43, .6) rgb(43, 43, 43),
1212
popover-bg: rgba(20, 20, 20, .6) rgb(26, 26, 26),
1313
bottom-bar-bg: rgba(21, 21, 21, 0.2) rgb(21, 21, 21),

0 commit comments

Comments
 (0)