Releases: pierrebeitz/obsidian-simple-sync
Releases · pierrebeitz/obsidian-simple-sync
0.1.2
New
- Connection URL field — paste
https://user:pass@host:5984/dbnameto 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
Fixes
- Android support — bundle
eventspolyfill 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
Initial release of Simple Sync — bidirectional vault sync via CouchDB with automatic conflict resolution and large file chunking.