Skip to content

Releases: stravo1/obsidian-gdrive-sync

v0.9.9-beta-10

27 May 14:54
Compare
Choose a tag to compare

fix: offline sync did not start if the plugin was started with no internet
fix: now it generates a new access token before the previous one expires
fix: test catch for error "Folder already exists"

v0.9.9-beta-9: fixed iOS Bad URL error

20 May 14:26
Compare
Choose a tag to compare

v0.9.9-beta-8: revamped sync process

09 May 17:25
Compare
Choose a tag to compare

BREAKING: completely revamped the sync process
Issues addressed (hopefully):

  • syncing and updating content itself triggered another sync leading to infinite loop
  • situations where more recent code was being replaced by old content
  • no more partial syncs, if the sync was complete you can be sure that the last change was synced

v0.9.9-beta-7-5

01 May 07:44
Compare
Choose a tag to compare

fix: using both Accept header and contentType param for all requests to solve disparity between mobile and desktop requests.

v0.9.9-beta-7-4

24 Apr 13:56
Compare
Choose a tag to compare

WARNING: THIS Release CONTAINS A BUG WHICH PREVENTS CREATION OF NEW FOLDERS, use newer releases.

misc: using contentType argument in requestURL instead of header to test iOS compatibility

v0.9.9-beta-7-3

24 Apr 09:04
Compare
Choose a tag to compare

fix: better logging, reduced race conditions while trying to write to log files resulting in overwritten content

v0.9.9-beta-7-2

03 Apr 20:27
Compare
Choose a tag to compare

fix: uploading attachments would cause error due to renaming of file.

Ref: #7 (comment)

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.