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 ] : # ' 3978feb0fe919d764b1c28a62886c50c4c4a5697 '
1+ [ commit ] : # ' ef6abc6256ad0e68c601819436c0799e3e7a7b9a '
22
33Features:
44
55- (core): enable disk syncing for state
6- - (auth): support explicitly logging out
7- - (build): add dedicated binding generation bin
8- - (chat: emotes ): add basic bttv emote support
9- - (dev): support tauri log plugin for persisting logs
106
117Fixes:
128
9+ - (build): extend patch script
1310
1411Misc:
1512
1613- (deps): update deps
17- - add gitattributes
14+ - (updater): version bump 0.2.11
Original file line number Diff line number Diff line change 1+ [ commit ] : # ' 3978feb0fe919d764b1c28a62886c50c4c4a5697 '
2+
3+ Features:
4+
5+ - (core): enable disk syncing for state
6+ - (auth): support explicitly logging out
7+ - (build): add dedicated binding generation bin
8+ - (chat: emotes ): add basic bttv emote support
9+ - (dev): support tauri log plugin for persisting logs
10+
11+ Fixes:
12+
13+
14+ Misc:
15+
16+ - (deps): update deps
17+ - add gitattributes
Original file line number Diff line number Diff line change 11{
22 "name" : " pepo" ,
3- "version" : " 0.2.11 " ,
3+ "version" : " 0.2.12 " ,
44 "private" : false ,
55 "scripts" : {
66 "build" : " pnpm run check && vite build" ,
5858 "tauri-svelte-synced-store" : " github:synthlabs/tauri-svelte-synced-store"
5959 },
6060 "packageManager" : " pnpm@10.24.0"
61- }
61+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ eyre = "0.6.12"
99futures = " 0.3.31"
1010lazy_static = " 1.5.0"
1111log = " 0.4.29"
12- reqwest = { version = " 0.12.12" , features = [" json" ] }
1312serde_json = " 1"
1413specta = " =2.0.0-rc.22"
1514specta-typescript = " 0.0.9"
@@ -19,6 +18,9 @@ tauri-plugin-opener = "2"
1918tauri-plugin-process = " 2"
2019tauri-plugin-store = " 2"
2120tracing-subscriber = " 0.3.19"
21+ [dependencies .reqwest ]
22+ features = [" json" ]
23+ version = " 0.12.12"
2224[dependencies .serde ]
2325features = [" derive" ]
2426version = " 1"
@@ -56,7 +58,7 @@ default-run = "pepo"
5658description = " A Tauri App"
5759edition = " 2021"
5860name = " pepo"
59- version = " 0.2.11 "
61+ version = " 0.2.12 "
6062
6163[profile ]
6264[profile .dev ]
Original file line number Diff line number Diff line change 4444 }
4545 },
4646 "productName" : " Pepo" ,
47- "version" : " 0.2.11 "
47+ "version" : " 0.2.12 "
4848}
You can’t perform that action at this time.
0 commit comments