File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ commit ] : # ' fb37df74cf8176eec5614eca09f670476ca567c0 '
1+ [ commit ] : # ' b9851696b767f772e01103d6636ec397f0061275 '
22
33Features:
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
118Fixes:
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
1514Misc:
1615
17- - (updater): version bump 0.2.17
16+ - (updater): version bump 0.2.18
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ vergo -project-root "${ROOT}" -debug -update
88VERSION=$( jq -r ' .version' " ${ROOT} /package.json" )
99sumry -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
1317git add \
1418 " ${ROOT} /package.json" \
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ default-run = "pepo"
7070description = " A Tauri App"
7171edition = " 2021"
7272name = " pepo"
73- version = " 0.2.18 "
73+ version = " 0.2.19 "
7474
7575[profile ]
7676[profile .dev ]
Original file line number Diff line number Diff line change 4545 }
4646 },
4747 "productName" : " Pepo" ,
48- "version" : " 0.2.18 "
48+ "version" : " 0.2.19 "
4949}
You can’t perform that action at this time.
0 commit comments