0.25.71
I am keeping this release here for the sake of accuracy, but there is a minor issue with this release when initialising via Object Storage.
3rd June, 2026
Improved
- Database fetching (a.k.a. Reset Synchronisation on This Device) on the initialisation now supports streaming and is faster (CouchDB only)
- The database fetching process has been streamlined, and database operations are now suspended until it has been completed
- The initial synchronisation process has been simplified, making it easier to synchronise files with the remote server
- We can select the remote database to fetch from during the initialisation, when there are multiple remote databases configured (e.g. multiple CouchDBs or S3 remotes)
- Hebrew (he) Translation has been added (Thank you so much, @MusiCode1)!
- Translation loading time has been reduced (Thank you so much, @bmcyver)!
Fixed
- No longer does the status element break other plugins' interaction (#930).
Refactored
To support the new Community automated tests, we fixed numerous lint warnings. This may have also resolved potential issues.