Skip to content

Release v0.2.2 (CheersBurcu)

Compare
Choose a tag to compare
@odeke-em odeke-em released this 17 May 10:58
· 455 commits to master since this release

This release has a whole lot of features:

  • Fixed desktop entries for Linux. This issue was reported by @Queuecumber in issue #165. The solution was derived from a consultation with @Queuecumber, @shaggytwodope, @dgvirtual, @IS-smcleod and myself. This issue was addressed by PR #195 for which @IS-smcleod gave me a review and feedback.
  • SVG icons for desktop entry mime files for Linux. This was reported by @IS-smcleod in issue #198 and addressed also by @IS-smcleod with PR #197.
  • Introduction of operations by id. This was requested in issue #190 and addressed by PR #200. Allows for users to do ops such as
$ drive delete --id 0Fwu9laYc9LTPY0N4d0hGUmNoMjQ 0PLK8laYcR8TPF0Mqd0hGRKNoMjU
$ drive trash --id 0Fwu9laYc9LTPY0N4d0hGUmNoMjQ 0PLK8laYcR8TPF0Mqd0hGRKNoMjU
$ drive pull --piped --id 0Fwu9laYc9LTPY0N4d0hGUmNoMjQ 0PLK8laYcR8TPF0Mqd0hGRKNoMjU
$ drive pull --id 0Fwu9laYc9LTPY0N4d0hGUmNoMjQ 0PLK8laYcR8TPF0Mqd0hGRKNoMjU
$ drive stat --id 0Fwu9laYc9LTPY0N4d0hGUmNoMjQ 0PLK8laYcR8TPF0Mqd0hGRKNoMjU

and many more uses, please take a look at the README for more information.

  • More information about a file during stat-ing. This was added in PR #200.
    In particular, the extra fields added are:
    • Filename
    • OriginalFilename
    • Owners
    • LastModifyingUsername
    • Starred
    • Trashed
    • ViewersCanDownload

And many more others.

Thank you everyone for the ideas, requests, issues and for using drive! There has been a whole lot of new interactions as well as contributions.