Skip to content

Release history

obsidian-livesync releases

Community-developed synchronisation plugin for Obsidian supporting CouchDB, object storage, and peer-to-peer WebRTC

All releases

33 shown

No immediate action
0.25.72 New feature

Streaming sync + Hebrew translation

No immediate action
0.25.71 Mixed

Database fetch improvements + Hebrew translation

No immediate action
0.25.70 New feature

Diff tools + conflict nav + P2P diagnostics

No immediate action
0.25.69 Bug fix

Passphrase fix + persistent settings

No immediate action
0.25.68 Bug fix

trystero upgrade + Terser changes

No immediate action
0.25.67 Bug fix

Auto‑accept fix

No immediate action
0.25.65 Bug fix

iOS resume fix + conflict preservation

No immediate action
0.25.64 New feature

Active P2P remote selector + UI updates

No immediate action
0.25.63 Bug fix

Sync failure fixes

No immediate action
0.25.62 Bug fix

Connection fix for new remote DB

Upgrade now
0.25.61 Breaking risk
Breaking upgrade

P2P incompatibility

0.25.60 Bug fix
Notable features
  • QR codes split when settings exceed capacity, reassembled by aggregator
  • Improved CLI feedback for ls/mirror commands when no documents found
  • Mirror command accepts vault directory parameter
Full changelog

0.25.60

29th April, 2026

Fixed

  • Now larger settings can be exported and imported via QR code without issues. (#595)
    • When the settings data exceeds the QR code capacity, it is now split into multiple QR codes.
      • These QR codes are reassembled by the aggregator page, which collects the split data and reconstructs the original settings.
      • Aggregator page is available at https://vrtmrz.github.io/obsidian-livesync/aggregator.html, and this file is also included in the repository.
    • We will not send the settings data to any server. The QR code data is generated and processed entirely on the client side, ensuring that your settings remain private and secure. HOWEVER, please be careful your network environment.
  • Fixed some errors during serialisation and deserialisation of the settings, which caused issues in some cases when importing/exporting settings via QR code.

Fixed (CLI)

  • ls and mirror commands now provide informative feedback when no documents are found or filters skip all files, resolving the issue where they would exit silently (#860).
    • Improved the clarity of CLI command logs by including the total count of processed items.
  • The command-line argument vault has been renamed to a more appropriate name, databaseDir.
  • The mirror command now accepts a vault directory, which specifies the location where the actual files are stored. For compatibility reasons, the previous behaviour is still supported.
0.25.59 Bug fix

Minor fixes and improvements.

Full changelog

0.25.59

Fixed

  • No longer does Setup-wizard drop username and password silently. (#865)
    • Thank you so much for @koteitan !
  • Setup URI is now correctly imported (#859).
    • Also, thank you so much for @koteitan !

Improved

  • now French translation is added by @foXaCe ! Thank you so much!
0.25.58 Bug fix
Security fixes
  • Redact credentials in issue reports
  • Prevent credential exposure during object storage config
Full changelog

0.25.58

I have finally managed to finalise my day job, released some service, sent the golden master up, and made progress on submitting my paper. It is a real struggle. So sorry it has taken so long.
I have noticed that Copilot has started appearing as a co-author on my commits. It is true, but it is just a co-author. As I am the one in charge, I make sure to review the work. So please let us know if you encounter any issues, just as usual.

Fixed

  • No longer credentials are broken during object storage configuration (related: #852).
  • Fixed a worker-side recursion issue that could raise Maximum call stack size exceeded during chunk splitting (related: #855).
  • Improved background worker crash cleanup so pending split/encryption tasks are released cleanly instead of being left in a waiting state (related: #855).
  • On start-up, the selected remote configuration is now applied to runtime connection fields as well, reducing intermittent authentication failures caused by stale runtime settings (related: #855).
  • Issue report generation now redacts remoteConfigurations connection strings and keeps only the scheme (e.g. sls+https://), so credentials are not exposed in reports.
  • Hidden file JSON conflicts no longer keep re-opening and dismissing the merge dialogue before we can act, which fixes persistent unresolvable data.json conflicts in plug-in settings sync (related: #850).
0.25.57 New feature
Notable features
  • Multiple Remote Databases of the same type (e.g., multiple CouchDBs or S3 remotes) can now be configured and switched between via the settings dialogue.
  • Epoch-based deduplication cache invalidation: devices now detect remote wipes and automatically clear stale caches, while preserving caches during normal protocol upgrades.
0.25.56 Bug fix

Fixed erroneous P2P sync errors when feature not enabled, plus CLI localStorage and remote connection issues.

0.25.54 Bug fix

Fixed storage size checks, settings dialog buttons, and webapp display issues; refactored P2P replicator for robustness.

0.25.53 New feature
Notable features
  • Self-hosted LiveSync CLI for headless operation
  • CLI supports P2P sync and Object Storage
  • CLI supports binary files
0.25.52 Maintenance

Maintenance release focusing on code organization and testing infrastructure improvements. No behavioral changes expected.

0.25.51 Bug fix

Reverted problematic module refactoring in ModuleRedFlag and ModuleInitializerFile due to unexpected behavioral issues; improvements will be re-implemented with better design.

0.25.50 Bug fix

Fixed deleted files being unclickable in Global History pane and improved user guidance for configuration mismatches.

0.25.48 Maintenance

Refactored storage-related functions with platform-agnostic core logic and adapters, adding comprehensive tests for better maintainability.

0.25.47 Bug fix

Fixed chunk retrieval with refactored layered architecture including database, network, cache, and arrival wait layers. Restored remote storage configuration.

0.25.46 Bug fix

Fixed unexpected errors during plugin unload, improved hidden file selector respect, and enhanced protocol handler registration safety.

0.25.44 Maintenance
Breaking changes
  • Class-based modules replaced with services
  • Plugin properties moved from ObsidianLiveSyncPlugin to services
Notable features
  • Service/middleware architecture
  • Network warning style configuration
0.25.43 Bug fix

Fixed encryption issues when using Object Storage as remote by implementing fallback to V1 encryption/decryption when V2 fails.

0.25.42 Maintenance
Breaking changes
  • ServiceBase context changed from private to protected
0.25.41 Bug fix
Breaking changes
  • Default chunk splitter changed to Rabin-Karp for new installations
Notable features
  • Maximum modified time setting for selective sync recovery
  • Boot sequence warnings persisted in editor notifications
0.25.40 Bug fix

Urgent fix for event triggering failures introduced by v0.25.39 refactoring. Immediate update strongly recommended.

0.25.39 Maintenance
Breaking changes
  • Service binding system completely redesigned
  • Services now defined by interfaces
  • Context added to all services
0.25.38 Bug fix

Resolved an issue where indexedDB failed to close correctly in certain environments, which led to unexpected errors during database operations.

0.25.37 Maintenance

Refactored the logging system and unified import statements to improve maintainability and simplify future releases or merges.

Beta — feedback welcome: [email protected]