Skip to content

Commit 6cf2b73

Browse files
committed
chore(updater): version bump 0.2.21
1 parent e7a4571 commit 6cf2b73

7 files changed

Lines changed: 480 additions & 438 deletions

File tree

SUMRY.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
[commit]: # '4a42cb25303e0caa1e63d3e1345292d27c2720d7'
1+
[commit]: # 'e7a45717398c7784ceab009ddab132c9b49b6ba9'
22

33
Features:
44

5+
- (ui): style title bar on windows
56
- (ui): add basic emote menu and colon search
67

78
Fixes:
89

9-
- (core): properly spawn background task for emotes
10+
- (core): better handle auth token expiration
1011

1112
Misc:
1213

13-
- (misc): update readme
14-
- (misc): random cleanup
15-
- (misc): update readme
16-
- (updater): version bump 0.2.19
14+
- (updater): version bump 0.2.20

archive/202604131742.SUMRY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[commit]: # '4a42cb25303e0caa1e63d3e1345292d27c2720d7'
2+
3+
Features:
4+
5+
- (ui): add basic emote menu and colon search
6+
7+
Fixes:
8+
9+
- (core): properly spawn background task for emotes
10+
11+
Misc:
12+
13+
- (misc): update readme
14+
- (misc): random cleanup
15+
- (misc): update readme
16+
- (updater): version bump 0.2.19

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pepo",
3-
"version": "0.2.20",
3+
"version": "0.2.21",
44
"private": false,
55
"scripts": {
66
"build": "pnpm run check && vite build",

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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ default-run = "pepo"
7070
description = "A Tauri App"
7171
edition = "2021"
7272
name = "pepo"
73-
version = "0.2.20"
73+
version = "0.2.21"
7474

7575
[profile]
7676
[profile.dev]
@@ -88,5 +88,8 @@ tauri-plugin-window-state = "2"
8888
[target."cfg(target_os = \"macos\")".dependencies]
8989
objc2 = "0.6.2"
9090
objc2-app-kit = "0.3.1"
91+
[target."cfg(target_os = \"windows\")"]
9192
[target."cfg(target_os = \"windows\")".dependencies]
92-
windows = { version = "0.61", features = ["Win32_Graphics_Dwm"] }
93+
[target."cfg(target_os = \"windows\")".dependencies.windows]
94+
features = ["Win32_Graphics_Dwm"]
95+
version = "0.61"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
}
4646
},
4747
"productName": "Pepo",
48-
"version": "0.2.20"
48+
"version": "0.2.21"
4949
}

0 commit comments

Comments
 (0)