Skip to content

Releases: stravo1/obsidian-gdrive-sync

v0.9.9-beta-7-1

30 Mar 07:10
Compare
Choose a tag to compare

fix: endless errors triggered if any issue other than network failure occurred.

v0.9.9-beta-7: better support for large vaults (>1000 files)

04 Mar 15:39
Compare
Choose a tag to compare

fix: vaults with >1000 files are supported (needs testing, use with caution)
add: during fresh install, the progress of file uploads is shown

v0.9.9-beta-6: added verbose logging in markdown file

02 Jan 15:47
Compare
Choose a tag to compare

Now with error logs, normal logs are also logged in markdown file. Enable them in settings.
NOTE: The verbose-log file can get large easily (although it is cleared each time the plugin is loaded) so enable it only for debugging purposes.

v0.9.9-beta-5: added error logging in markdown file

02 Jan 12:54
Compare
Choose a tag to compare

Offline sync is more stable.
Added error logging on .md file so that devices with inaccessible file systems can also report proper error logs.

v0.9.9: added sync support for offline changes

29 Dec 15:45
Compare
Choose a tag to compare

Now any changes you make offline will sync when you are online again :)

PLEASE NOTE: This feature is under testing. It might be unstable and unreliable, always try and use this plug-in with good internet connection.

v0.9.5: added syncing status in status bar

24 Oct 15:40
Compare
Choose a tag to compare

fix: stop files from being downloaded while they are being renamed
implemented a renamingList and deletingList so that while refreshing it avoids re-downloading files which are being renamed and then deleting them or trying to delete a recently renamed file and then downloading again

add: uploading status in the status bar

v0.9.1: Fixed YAML issue

11 Sep 16:15
Compare
Choose a tag to compare
v0.9.1beta

fix: implemented proper YAML syntax

v0.9: minor changes

13 Jul 19:50
Compare
Choose a tag to compare

add: added toggle for auto-fetch binary files
fix: overlapping refreshes

v0.5: auto-sync

17 May 06:47
Compare
Choose a tag to compare
fix: minor adjustments

fix error: timestamp being calculated at the wrong if-else block
allow binary files to be updated and refreshed
disallow modification of binary files

v0.2-beta

28 Mar 19:46
Compare
Choose a tag to compare

all features are functional except a major issue which causes renamed files in one device appear as new files in other devices :(