• v2.0.8 7a28dd08ab

    thoralf released this 2026-08-05 14:40:59 +02:00 | 4476 commits to main since this release

    Fixed

    • Exporting accounts works again. The export built the file as a Blob and clicked an
      <a download>, which silently does nothing in the Android WebView (no DownloadListener,
      and Android's DownloadManager rejects blob: URLs) — the export appeared to do nothing at
      all. It now writes the file and hands it to the system share sheet, so you can save it to
      Files, a cloud app or send it wherever you like. Importing was never affected.
    Downloads