Skip to content

Releases: dropbox/dbxcli

v2.0.1

14 Feb 00:35
Compare
Choose a tag to compare

Mostly dependency updates. More importantly, should fix #59.

v2.0.0

26 Jan 19:14
Compare
Choose a tag to compare

Major release: primary change is how the binaries are built. To get production status, we can no longer embed tokens in the source code.

Other changes:

Closed issues:

  • build instructions in readme #57
  • Authorization error - app has reached its team limit #47
  • search should show a full path to matching files #42
  • Recursive and force flags for rm #26

Merged pull requests:

v1.4.0

04 Aug 22:00
Compare
Choose a tag to compare

Lots of changes, especially under the hood (SDK related). Few highlights:

Closed issues:

  • Make ls list files in multiple columns #17
  • Add logout or revoke command #16

Merged pull requests:

v1.3.0

17 Jul 23:33
Compare
Choose a tag to compare

Closed issues:

  • Have seperate commands for rm and rmdir #25
  • put command is sending wrong client_modified timestamp #20
  • Make ls list files in multiple columns #17

Merged pull requests:

  • Allow for multiple arguments to mv #30 (GrantSeltzer)
  • Split rm into rm/rmdir, added consts for dangling strings #28 (GrantSeltzer)
  • Allow providing a directory as a destination for get #22 (waits)
  • Set client\_modified parameter when uploading files #21 (waits)
  • Display file sizes using multiples of 1024 for consistency with other Dropbox apps #19 (waits)

v1.2.0

07 Jun 17:10
Compare
Choose a tag to compare

Implemented enhancements:

  • Support ls on files #8

Closed issues:

  • "Usage" section of help text is missing arguments #13
  • get command panics without second argument #10

Merged pull requests:

  • Check args slice bounds in all commands #18 (waits)
  • Add argument information to "usage" section of help text #14 (waits)
  • Check args slice bounds in get and put functions #12 (waits)
  • Support ls on files #11 (waits)

v1.1.0

05 May 18:23
Compare
Choose a tag to compare
  • Built with Go 1.6.2 (security update)
  • Updated dependencies
  • Source is now directly go get-able/go install-able

v1.0.0

23 Mar 21:42
Compare
Choose a tag to compare

This release has BREAKING changes; you will need to re-authenticate.

  • tokens are now stored in auth.json instead of auth.conf
  • tokens are broken up by "domain" (to allow for testing) and "access type" (since different API endpoints need different permissions)
  • build process has changed
  • dependency updates

v0.6.0

19 Mar 06:09
Compare
Choose a tag to compare

You can now run Dropbox API calls on behalf of a team member, as described in the Team API. Example:

$ dbxcli team list-members
// copy the member-id you need from above
$ dbxcli ls --as-member <dbmid:long_string_from_above>

v0.5.0

16 Mar 05:12
Compare
Choose a tag to compare
  • Better error handling
  • Minor output cleanup

v0.4.0

15 Mar 16:45
Compare
Choose a tag to compare

Binaries should be slightly smaller now.