Releases: thevinter/combatlog
Releases · thevinter/combatlog
v0.1.2
fix tauri interactivity: defer script + guard __TAURI__ submodules classic <script> was running before window.__TAURI__.event / .webview were populated, so accessing .event.listen threw and halted the whole script (theme toggle, dropzone click, drag-drop all dead). switched back to type="module" so it runs after init, and added ?. guards.
v0.1.1
bump version to 0.1.1
v0.1.0
remove 1gb upload cap from desktop app