Skip to content

Releases: lcjury/obsidian-drivesync

DriveSync 0.1.5

Choose a tag to compare

@lcjury lcjury released this 11 Jul 20:46

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

Choose a tag to compare

@lcjury lcjury released this 05 Jul 18:56

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

Choose a tag to compare

@lcjury lcjury released this 23 Jun 02:59

Incremental Drive polling and ignore technical Obsidian files.

DriveSync 0.1.2

Choose a tag to compare

@lcjury lcjury released this 20 Jun 22:42

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

Choose a tag to compare

@lcjury lcjury released this 20 Jun 06:15

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.

DriveSync 0.1.0

Choose a tag to compare

@lcjury lcjury released this 19 Jun 04:59
Fix OAuth desktop callback race