Releases: stravo1/obsidian-gdrive-sync
v0.9.9-beta-17
fixes #55
removed legacy buttons "Upload All" and "Download All" because they caused more harm than good.
Full Changelog: v0.9.9-beta-16...v0.9.9-beta-17
v0.9.9-beta-16
fix #52
fix pending-sync issue where ids for names were not being saved
added preliminary troubleshooting tools for fixing the root folder missing error.
v0.9.9-beta-15
fix #42 and made auto fetch binary files opt-out instead of opt-in
v0.9.9-beta-14
add: full auto sync support for non .md
files (such as .canvas
files)
v0.9.9-beta-13-1
minor fixes:
blacklist settings textarea now has value, previously it was always empty
now refreshAll ignores files in blacklist to avoid downloading/deleting them
deleting files in blacklist deletes them from Drive
ref: #39
v0.9.9-beta-13 : [BREAKING] revamped attachment syncing process
!! BREAKING !!
Revamped attachment tracking process.
Attachments now no longer need to have the "-synced" renaming to be tracked. Now a spearate hidden folder named "attachment-tracking-obsidian-gdrive-sync" keeps track of all the attachments.
This might break tracking of previously synced attachments. MAKE SURE TO CREATE A COPY OF THE VAULT BEFORE UPDATING TO THIS RELEASE.
Solved issues referencing: #28, #7 (comment),
v0.9.9-beta-12
Added blacklist for files and folders which should not be tracked by the plug-in. The blacklist can be configured in the plug-in settings, and can be used to exempt notes in template folders, template notes, other files/folders or for solving issues such as in the ones mentioned below. To put into blacklist only mentioning the name of folder/file is sufficient. Multiple names need to be separated with commas. Example: templateFolder,dailyNoteTemplate,this is a name with spaces,folderSample
.
NOTE: Any folder name mentioned ensures that all it's children are also not synced.
v0.9.9-beta-11
fix: files are now moved to ".trash" in the vault instead of being permanently deleted
fix: the manual "Upload" ribbon icon and command now uploads attachments as well
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)