Skip to content

Releases: pierrebeitz/obsidian-simple-sync

0.1.2

29 Mar 09:51

Choose a tag to compare

New

  • Connection URL field — paste https://user:pass@host:5984/dbname to fill all settings at once

Fixes

  • No more sync restarts while typing settings — sync only restarts when you close the settings tab
  • No more spurious conflict files — caused by rapid sync restarts on every keystroke
  • Removed "Sync complete" notice spam

Docs

  • Production Docker Compose with CORS config, .env, and Caddy reverse proxy example

0.1.1

29 Mar 09:38

Choose a tag to compare

Fixes

  • Android support — bundle events polyfill so the plugin loads on mobile
  • Specific error messages — "Authentication failed", "Server unreachable or CORS not enabled", "Database not found" instead of generic "Connection failed"
  • CORS hint — connection errors now mention CORS config as a likely cause
  • Clean error display — no more "Error: " prefix in notices
  • Conflict notifications — notice shown when conflict files are created
  • "Show recent conflicts" command — find .conflict- files from the command palette

Docs

  • Production-ready Docker Compose with CORS config and Caddy reverse proxy
  • Troubleshooting section matching every error the plugin can show
  • Honest "minimal setup" copy (was "zero config")

0.1.0

29 Mar 08:50

Choose a tag to compare

Initial release of Simple Sync — bidirectional vault sync via CouchDB with automatic conflict resolution and large file chunking.