v0.1.6 (GreatContributionsBecauseOSS)
This release features:
- diff prettify. This was reported by @ikwyl6 in issue #89, and fixed by 0e5b686.
- Addition of an explicit LICENSE file by @kcwu with PR #111.
- Addition of tests by @kcwu. This addressed issue #3 with PR #113.
- Additon of
-no-prompt
flag for share and unshare: This was reported by @wmsvision in issue #125. Addressed by commit 6afb78c - quiet mode:
--quiet
. This is useful for ignoring output from stdout e.g when running drive in cron or any other environment for which you'd just like only errors to be logged. Reported by @larsnystrom in issue #118 and addressed with PR #123. - listing proper output: This was reported by @kcwu in issue #97 and PR #126.
- Resolve conflict: comparing indexed modTime vs remote modTime plus the usual file differences to determine if the remote file was actually updated. This was addressed in PR reported by @l3iggs with issue #114. It got addressed by PR #121
- TTY handling for stdout: Disabling pagination and prompt if stdout is not a ttty. This is useful for cases when the output of drive is going into a filter or another program as input e.g
drive list | wc
. This was reported by @kcwu with issue #119. Addressed by PR #127 - Avoid nil dereference of opts if nil: this was fixed by @smacke in PR #131.
- Addition of icons for Linux: This was a continuation to the fix for issue #74. The issue report and PR both credited to @dgvirtual.
etcetera
This release features even more great contributions, enchancements and discussions. Thank you very much everyone!