Releases: stravo1/obsidian-gdrive-sync
v0.9.9-beta-10
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
Fixed issues mentioned in #16 and #1 (comment)
v0.9.9-beta-8: revamped sync process
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
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
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
fix: better logging, reduced race conditions while trying to write to log files resulting in overwritten content
v0.9.9-beta-7-2
fix: uploading attachments would cause error due to renaming of file.
Ref: #7 (comment)
v0.9.9-beta-7-1
fix: endless errors triggered if any issue other than network failure occurred.
v0.9.9-beta-7: better support for large vaults (>1000 files)
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
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.