Skip to content

Releases: thevinter/combatlog

v0.1.2

17 Apr 16:46

Choose a tag to compare

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

17 Apr 15:26

Choose a tag to compare

bump version to 0.1.1

v0.1.0

17 Apr 11:39

Choose a tag to compare

remove 1gb upload cap from desktop app