Releases: lcjury/obsidian-drivesync
Releases · lcjury/obsidian-drivesync
Release list
DriveSync 0.1.5
Changes:
- Use the plugin runtime directory for log output and sync exclusions to avoid writing under the wrong plugin folder.
- Exclude the installed plugin folder from sync to prevent data.json feedback loops.
- Add a development build mode and development-only console debug logging.
- Print "Drivesync in dev mode" when a dev build loads.
DriveSync 0.1.4
Changes:
- Improve README setup, feature, and release documentation.
- Avoid creating conflicted copies when local and remote file contents are identical.
- Preserve sync state during unload before saving plugin data.
- Fix release manifest ID to match the existing plugin ID: drivesync.
- Align internal plugin config paths with the drivesync plugin ID.
DriveSync 0.1.3
Incremental Drive polling and ignore technical Obsidian files.
DriveSync 0.1.2
DriveSync 1.2.0 adds configurable Google Drive folders, fixes paginated file discovery, requests full Drive access for existing files, and logs unsupported Google-native files.
DriveSync 0.1.1
Changes
- Coordinate synchronization through per-file reconciliation with limited parallelism.
- Prevent incremental sync from overwriting remote changes detected after the last sync.
- Fix mobile Google OAuth when submitting a pasted redirect URL.
- Serialize sync-state persistence and folder creation to avoid concurrent state loss.