0.25.74
8th June, 2026
Fixed
- Fixed an issue where disabling hidden file synchronisation did not take effect, allowing non-target hidden files to continue to be processed and synchronised by replication or boot-sequence scan (#941).
- Prevented the automatic merging of conflicted revisions when one of the revisions has been deleted, which was causing deleted files to reappear (#911).
- The startup sequence now saves the state more effectively (Thank you so much for @bmcyver)!
Only CLI
8th June, 2026
I should also consider the version numbering for the CLI...
Improved
- Added new remote database management commands:
remote-status,unlock-remote,lock-remote, andmark-resolved. - --vault option is now available for daemon and mirror commands! (Thank you so much for @starskyzheng)!
- Decoupled the database directory path from the actual vault directory path using the
--vault(or-V) option.
Fixed (preventive)
- Validated that the specified vault path exists and is indeed a directory before starting the CLI.
- Integrated path resolution and validations for one-off commands (such as
'push','pull','cat','rm','info', and'resolve') against the decoupled vault path instead of the database path.