- Add publish support.
- Fixed lock failure on file systems returning floating point modified times.
- Fixed some initialization errors were previously caught and completely ignored, leading to no output on failure.
- Fixed default value of file type configuration not properly applied, causing images to not sync.
- Added new sync modes "pull-only" (only download, ignore local changes) and "mirror-remote" (only download, revert local changes).
- Print the vault config when starting a sync session.
- Fixed version command always gave "1.0.0".
- Fixed config syncing deletes remote config files after downloading them.
- Removed keytar in favor of flat file configuration, as it is not available in many headless setups.
- Fix download freeze caused by a race condition in the data receiving pipeline, due to microtask queuing differences between node and web (credits to @marcus-crane).
- Updated README.md
- Initial release.