v3.1.0
·
171 commits
to master
since this release
What's Changed
- Go upgraded from 1.11 to 1.25
- All dependencies updated (cobra 1.10.2, dropbox SDK 6.0.5, oauth2, pflag, etc.)
- Fix
ls /— root listing no longer fails withget_metadataregex error (#209) - Fix
put— adapted Upload call for SDK v6.0.5 (CommitInfo→UploadArg) - Remove deprecated packages —
ioutil→os/io,golang.org/x/net/context→ stdlibcontext - Lint fixes — unnecessary
fmt.Sprintf, unchecked error, ineffectual assignment,fmt.Fprintfwith non-constant format string - Unit tests added for
lscommand (validatePath, format functions, SetPathDisplayAsDeleted)
Binaries
| Platform | File |
|---|---|
| Linux amd64 | dbxcli-linux-amd64 |
| Linux arm64 | dbxcli-linux-arm64 |
| macOS amd64 | dbxcli-darwin-amd64 |
| macOS arm64 (Apple Silicon) | dbxcli-darwin-arm64 |
| Windows amd64 | dbxcli-windows-amd64.exe |