Skip to content

Releases: stravo1/obsidian-gdrive-sync

v0.9.9-beta-17

17 Oct 12:37
Compare
Choose a tag to compare

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

09 Oct 16:40
Compare
Choose a tag to compare

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

01 Sep 19:02
Compare
Choose a tag to compare

fix #42 and made auto fetch binary files opt-out instead of opt-in

v0.9.9-beta-14

22 Aug 12:20
Compare
Choose a tag to compare

add: full auto sync support for non .md files (such as .canvas files)

v0.9.9-beta-13-1

01 Aug 04:33
Compare
Choose a tag to compare

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

09 Jul 18:45
Compare
Choose a tag to compare

!! 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

08 Jul 19:03
Compare
Choose a tag to compare

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.

Referenced issues: #31 and #30

v0.9.9-beta-11

09 Jun 06:00
Compare
Choose a tag to compare

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

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