Releases: incognito1234/onedrive-client
Releases · incognito1234/onedrive-client
Release 1.3.0
- Improve error management during download
- Add exclusion list as an option of mget command
- Consider drive object which are not file or folder (could be a Notebook)
- Use quickxorhash module if available (Thanks wienand)
- Add max_retrieved_children in ls command to list folders with more than 200 children
Release 1.2.0
- Consider error when downloading file with re-try mechanisms
- Manage server throttling during download
- Add progression bar (with tqdm package) during downloading
- Add -l option for ls command
Release 1.1.0
- Detect external changes when shell runs
- Shell enhancement: Add put command
- Shell enhancement: Add mkdir command
- Shell enhancement: Add recursive option to folder listing
- Shell enhancement: Allow multiple paths with ls command
- Various bug fixes
Release 1.0.0
First public version
v1.0.0-preview
This first version aims to collect feedback regarding potential bugs that could remain despite all tests that have been performed.