github odeke-em/drive v0.2.1
Release v0.2.1 (FixesComeThrough)

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

This release features:

  • Bug fixes:
    • empty .driveignore file would return "" as a match clause for regex matching, hence would stop any match operations beginning from root "/". This was reported by @setempler in PR #178 and also addressed by @setempler in PR #178.
    • list files shared with me: This was reported by @csaleman in issue #187. Passing flag --shared was deliberately turned off to manage listing. Reverted and fixed. Addressed by PR #189.
    • progress bar percentage bar overflow: this was happening for exported pulls. This issue was reported by @santirodrigo in issue #177. What was happening was that the size of exported files is unknown until download time so cannot be registered to the progress bar. However, for each download, the IO(read count) is registered. This then caused the overflow. Addressed by PR #182.
    • respect IgnoreChecksum: making sure that IgnoreChecksum is passed in before checking for forbidden ops. The bug was introduced in commit ffcc48e. This issue reported offline in an email by Szokol Zsolt zsolt.szokol@erp-tech.hu. It got fixed by a94a184.
    • README fix for checksum verification section: This was noticed by @solarnz and also addressed by @solarnz in PR #185.
    • pull export fixed. This was reported by @junghans in issue #180. What was happening was that previously not respecting an explicit request for re-evaluation of a file on export if it were consistent (ie needed no changes). This was addressed by #181.
    • symlink name replaced with original on push: This was reported by @einhander in issue #183. What happened was that the filename in the manifest was not being swapped back after the actual symlink path was resolved and set to the file. Addressed by PR #184.

This release has a whole lot of new engagement and contributions in the form of not only issues but PRs as well. Thank you everyone!

Don't miss a new drive release

NewReleases is sending notifications on new releases.