Skip to content

Releases: stravo1/obsidian-gdrive-sync

v0.9.9-beta-20

28 Jan 17:13
Compare
Choose a tag to compare

What's new?

Added a setting/command to toggle the force-focus behaviour of the plugin. This is to solve both #45 and #75 as it gives the user the choice to control the behaviour. While editing tables, etc. which made obsidian lose focus every-time it synced. Users can toggle on the force-focus to be ON and rest of the times they can keep it disabled.

Full Changelog: 0.9.9-beta-19-fix-1...0.9.9-beta-20

v0.9.9-beta-19-fix-1

27 Jan 04:35
Compare
Choose a tag to compare

What's Changed

  • Parameterise authentication URL's to make it easier for custom auth by @dlfoo in #68

Fixes:

  • Bad build with testing code on local machine was published in beta-19 instead of production code. #77

New Contributors

  • @dlfoo made their first contribution in #68

Full Changelog: 0.9.9-beta-19...0.9.9-beta-19-fix-1

v0.9.9-beta-19

08 Jan 18:57
Compare
Choose a tag to compare
v0.9.9-beta-19 Pre-release
Pre-release

NOTE: possible new bug: #75
NOTE: new issue: #77

fixed #45

Full Changelog: 0.9.9-beta-18...0.9.9-beta-19

v0.9.9-beta-18

11 Dec 15:19
Compare
Choose a tag to compare

Minor fixes
Full Changelog: 0.9.9-beta-17...0.9.9-beta-18

0.9.9-beta-17

17 Oct 12:37
df2e5c0
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),