Skip to content

1.0.12

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 04:23
· 1 commit to main since this release

1.0.12

11th August, 2026

Synchronisation and storage

Fixed

  • One-shot CouchDB replication now closes its temporary remote database after each run and before retrying, preventing inactive PouchDB instances from accumulating during long-running periodic synchronisation (Commonlib PR #75). Thank you to @apple-ouyang for the contribution!
  • Start-up and recovery scans now keep failed database-to-Vault writes retryable instead of recording them as successful and later mistaking the still-missing file for a local deletion (Commonlib PR #106).
    • Files over the size limit or in conflict remain deliberately skipped, while actual write failures are reported to Fast Setup, CLI mirror, and daemon callers.