github odeke-em/drive v0.1.7

latest releases: v0.4.0, v0.3.9.1, v0.3.9...
9 years ago

This release features:

  • byte by byte progress. Previously the progress bar was updated only when a job completed. This meant that a user could think with large file operations, that drive had frozen. This issue was reported first by @ikwyl6 with issue #23 by was unfortunately not addressed then. It was re-raised by @minux in issue #108. It got addressed by commit b2659cf.
  • More diagnostic source/repo information. This was requested by @l3iggs in issue #138 and added in commit 8b36577. The aim is to provide Go version information, the commit hash and OS. This is information that is usually neglected in almost every bug report yet is useful
$ drive about
drive version 0.1.6
Commit Hash: 'cf4517f91d51939a57a04d22a47d29ff4553944c'
Go Version: go1.4.1
OS: darwin/amd64

Currently not perfect because it gets information dynamically but soon will be able to lock and generate information at compile time.

  • Added the ability to pull and list by matches e.g
$ drive list --matches mp4
$ drive list --matches jpg png gif

This was addressed in commit 8487a59

  • Fixed up conflict resolution for pull c5e157a
  • Fixed up an issue in which adding remote folders that never existed was tripping out. This happened because of a change in the Google API Client that broke folder creation and would instead create folders 'Untitled Title'. The remedy then was to turn off remoteMkdirAll, however the issue was resolved by the API team, but drive wasn't fixed till reported by @philipp923 in issue #130. Addressed by commit 53ce76e.
  • Refactored a few methods with list and trash in commit fcf3239.
  • Command aliases to make drive usage more familiar to that in your shell e.g drive ls content <==> drive list content. This was requested by @vrusinov in issue #136. Addressed by commit 504e26b

Thank you!

Don't miss a new drive release

NewReleases is sending notifications on new releases.