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.
- When the settings data exceeds the QR code capacity, it is now split into multiple QR codes.
- 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)
lsandmirrorcommands 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
vaulthas been renamed to a more appropriate name,databaseDir. - The
mirrorcommand now accepts avaultdirectory, which specifies the location where the actual files are stored. For compatibility reasons, the previous behaviour is still supported.