github odeke-em/drive v0.1.0
v0.1.0 (BurcuIsOk)

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

This release features numerous features:

  • Piped pulling and pushing that was suggested by @l3iggs in issue #62 e.g
$ ./streamer | drive push -piped podcast.mp3
$ drive pull -piped responses.csv | ./responder
  • Conflict tracking by creating local indices, this completes part II of the conflict resolution started in release 0.0.9.
  • -ignore-conflict flag to ignore conflicts instead of using -force which would coerce all files to become uploads. This request is credited to @tkjacobsen and @DenomZero in issue #66.
  • drive stat now returns the checksum of a file. Request credited to @l3iggs.
  • Numerous bug fixes e.g an erraneous index caused by release v0.0.9 in which a .gd/indices dir was created in every directory that an operation was made, instead of it being created at the root. Credited to @lhum in issue #68.

Also the first minor release! Thank you everyone, for the input and patience as we keep growing and learning.

Don't miss a new drive release

NewReleases is sending notifications on new releases.