Skip to content

1.0.11

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 15:32
· 1 commit to main since this release

1.0.11

9th August, 2026

Setup and compatibility

Fixed

  • Fast Setup now uses Standard Fetch when CouchDB's 'Use Internal API' setting is enabled, avoiding a streaming request path which Obsidian's buffered API cannot support (Issue 1020).
    • Custom headers alone continue to use Fast Fetch when browser CORS permits them; Standard Fetch clears any obsolete Fast Fetch checkpoint after resetting the local database.

Synchronisation and storage

Fixed

  • Fractional file timestamps no longer cause affected mobile clients to crash after synchronisation (Issue 1087, PR 1039). Thank you to @andrewleech for the contribution!
    • Timestamps are now normalised in the command-line tool and before Obsidian's native file-system writes.