Skip to content

Commit 7eeb25f

Browse files
committed
chore(updater): version bump 0.2.19
1 parent b985169 commit 7eeb25f

7 files changed

Lines changed: 32 additions & 12 deletions

File tree

SUMRY.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
[commit]: # 'fb37df74cf8176eec5614eca09f670476ca567c0'
1+
[commit]: # 'b9851696b767f772e01103d6636ec397f0061275'
22

33
Features:
44

5+
- (ui): remember sidebar state
56
- (ui): add title tooltip
6-
- (ui): add loading state to post-login
7-
- (ui): show channel status and info in sidebar and header
8-
- (core): add channel status cache for the ui to use
9-
- (chat:emotes): support 7tv emotes
107

118
Fixes:
129

13-
- (core): gracefully handle new evensub notifcation types
10+
- (core): properly spawn background task for emotes
11+
- (ui): show search bar on menu in portrait mode
12+
- (core): login is now much quicker
1413

1514
Misc:
1615

17-
- (updater): version bump 0.2.17
16+
- (updater): version bump 0.2.18

archive/202604121704.SUMRY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[commit]: # 'fb37df74cf8176eec5614eca09f670476ca567c0'
2+
3+
Features:
4+
5+
- (ui): add title tooltip
6+
- (ui): add loading state to post-login
7+
- (ui): show channel status and info in sidebar and header
8+
- (core): add channel status cache for the ui to use
9+
- (chat:emotes): support 7tv emotes
10+
11+
Fixes:
12+
13+
- (core): gracefully handle new evensub notifcation types
14+
15+
Misc:
16+
17+
- (updater): version bump 0.2.17

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.18",
3+
"version": "0.2.19",
44
"private": false,
55
"scripts": {
66
"build": "pnpm run check && vite build",

scripts/patch.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ vergo -project-root "${ROOT}" -debug -update
88
VERSION=$(jq -r '.version' "${ROOT}/package.json")
99
sumry -project-root "${ROOT}" -debug -update
1010

11-
pnpm tauri build --no-sign
11+
pushd "${ROOT}/src-tauri"
12+
13+
cargo run --example gen_bindings --features="gen_bindings"
14+
15+
popd
1216

1317
git add \
1418
"${ROOT}/package.json" \

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: 1 addition & 1 deletion
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.18"
73+
version = "0.2.19"
7474

7575
[profile]
7676
[profile.dev]

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.18"
48+
"version": "0.2.19"
4949
}

0 commit comments

Comments
 (0)