Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 10:19
· 10 commits to main since this release
c445721

Fixed

  • The voice download from the GitHub release failed inside Obsidian (Failed to fetch): the
    renderer's fetch is blocked by CORS on GitHub's redirect. Downloads now go through Obsidian's
    requestUrl (per-file timeout 15 min). Progress advances per file rather than per byte, and
    cancelling takes effect between files.
  • Cache keys of the downloaded assets no longer depend on the download URL (version + file name),
    so a different source (mirror, local server) never hides an existing download.

Changed

  • Settings: the engine row says “Ready · v0.1.0” instead of repeating the size; the decimal
    separator of sizes follows the UI language.