Skip to content

Releases: Lykos153/git-annex-remote-googledrive

Repository layouts

28 Jan 14:47
b07acb7
Compare
Choose a tag to compare
  • Add support for nested, lower and mixed layout
  • Deprecation warning: nodir layout runs full at 500.000 keys, so its use is deprecated. nested will be the default layout starting with v2.0.0

Directory Layouts

25 Nov 22:54
Compare
Choose a tag to compare
Directory Layouts Pre-release
Pre-release
v1.3.0-rc.1

Add lower and mixed directory layout

v1.2.3

21 Nov 18:14
Compare
Choose a tag to compare
  • Fix reading token files when they contained new lines
  • Add transfer chunk size to git annex info <remote>
  • Back trace in case of exceptions is now only shown with --debug (when using python-annexremote > v1.4.4)
  • Bugfix regarding resuming uploads

v1.2.1

31 Aug 12:21
Compare
Choose a tag to compare
  • Fix bug where token was set permanently when the file could not be found. This was especially likely to occur when migrating from git-annex-remote-gdrive (#55)

v1.2.0

10 Jun 16:21
Compare
Choose a tag to compare

Changes in this release:

  • Fix bug that occurred when setup was run in a subdir of the repo (#44)
  • Fix version output (#46)
  • Fix bug in INITREMOTE (#47)
  • setup: Add option to choose an output file for the access token
  • setup: Add option to provide own API key as json file

v1.1.2

05 Jun 15:17
Compare
Choose a tag to compare

Changes in this release:

  • Bugfix in setup function when using the build-in API key

v1.1.1

05 Jun 13:21
Compare
Choose a tag to compare

Changes in this release:

  • Fix bug which prevented the option mute-api-lockdown-warning from being changed #45
  • Lockdown warning is now automatically muted when using own API keys
  • Option token is again available (though it should not be necessary generally, but it was re-added to work around issues like #44)
  • Automatically strip white spaces from the input during setup, to prevent problems when copying API key and secret directly from the developers console

v1.1

01 Jun 12:45
Compare
Choose a tag to compare

Changes in this release:

  • Allow own API key (#42)

v1.0.1

27 May 21:15
Compare
Choose a tag to compare
  • Check if setup is run inside git repo
  • Gracefully shutdown on SIGINT and SIGTERM

v1.0

23 May 18:23
Compare
Choose a tag to compare

Large parts of the application have been re-written for this release. This enables awesome features, of which the following already have been implemented:

  • True resumable up and download
  • Fine grained progress report during transfer

Additionally, any network connection is now deferred to when it's actually needed, so commands like git annex whereis and git annex info are now a lot faster.