0.3.0
Summary of significant changes:
- [NEW] Use YAML and TOML configuration files with the optional dependancies installed
- [NEW] Search method added to the OneDrive class that can be used to search a drive for a specific file. A corresponding search function has also been added to the CLI
- [IMPROVED] CLI now uses
ls
short command instead ofli
for listing a directory - [IMPROVED] Error handling, logging
- [FIXED] Logging in the CLI should now display logs
- [WARNING]
from_json
is pending depreciation, usefrom_file
instead - [WARNING]
to_json
is pending depreciation, useto_file
instead
For more details and further changes refer CHANGES.md.