Releases: shaharmor/dropbox-cli
Releases · shaharmor/dropbox-cli
v1.0.0
Changelog
[1.0.0] - 2026-04-16
Added
- MIT license
- CI release workflow — builds multi-platform binaries (macOS, Linux, Windows) on tag push
- Comprehensive test suite for all commands and lib modules
- Project README with setup, usage, and command reference
--typeflag tolscommand for filtering by file or folder- Help text examples to all commands
bulk-mvcommand for server-side search + batch move- Pagination to
searchcommand for large result sets --recursiveflag tolscommand--limitflag tolsandsearchcommandsshareandsearchcommandsmvandcpcommands with batch supportdownloadcommand with streaming file writesuploadcommand with chunked upload for large filesinfoandmkdircommandslscommand with auto-pagination- OAuth2 auth flow with login, logout, status commands
- Dropbox API client with auth, retry, rate limiting, and exponential backoff
- Logger and output formatting modules
- Config module for app credentials and auth tokens
Refactored
- Extract
logHuman()helper to centralize human-readable output gating - Bulk-mv now tracks per-file success/failure and reports a
failedcount
Fixed
- Use
rpcRawfor folder creation in bulk-mv to handle existing folders - Use Dropbox terminology (App key/secret) in auth prompts