Skip to content

kana-trainer 1.0.1

Choose a tag to compare

@arsalan-anwari arsalan-anwari released this 18 Aug 21:29
· 23 commits to main since this release

Fixed

  • Kana audio not playing on Linux release builds: WebKitGTK's media backend cannot
    stream from the tauri:// custom protocol, so <audio src="..."> silently failed
    there even though the same URL worked with fetch(). Sounds are now fetched and
    played back as blobs instead.