Releases: dropbox/dbxcli
Releases · dropbox/dbxcli
v2.0.1
v2.0.0
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:
- Display full path #55 (hut8)
- Add multiple args to rm #49 (GrantSeltzer)
- Update Golumns package #48 (GrantSeltzer)
- Add force flag for
rm
ing non-empty directories, removermdir
#43 (GrantSeltzer)
v1.4.0
Lots of changes, especially under the hood (SDK related). Few highlights:
Closed issues:
Merged pull requests:
- Update golumns package to latest version - major bug fix #44 (GrantSeltzer)
- Adds another subcommand layer
share list
. #39 (bonafidehan) - Adds
share list-links
. Paging forshare list-folders
. #38 (bonafidehan) - Introduces
share
command andlist-folders
subcommand. #37 (bonafidehan) - Introduces scoped search. A search can be scoped to the provided folder. #36 (bonafidehan)
- Replace strings with consts defined in root.go #33 (GrantSeltzer)
- Allow for multiple arguments to cp #32 (GrantSeltzer)
- Add
logout
command #23 (waits)
v1.3.0
Closed issues:
- Have seperate commands for
rm
andrmdir
#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
v1.1.0
- Built with Go 1.6.2 (security update)
- Updated dependencies
- Source is now directly go get-able/go install-able
v1.0.0
This release has BREAKING changes; you will need to re-authenticate.
- tokens are now stored in
auth.json
instead ofauth.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
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
- Better error handling
- Minor output cleanup
v0.4.0
Binaries should be slightly smaller now.