All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.0 - 2021-01-01
- Breaking change: use
pydantic
and environment settings to manage configuration.
- Use
click
instead ofargparse
to manage theCLI
.
2.2.0 - 2020-06-28
- Improve mimetype detection reading file content.
2.1.0 - 2020-06-26
- New files were uploaded to the
root
folder regardless of settingcloud-folder-id
. - Ensure mimetype of
.toml
files. - Ensure mimetype of
.sh
files toapplication/x-sh
, as Mozilla specifies.
2.0.0 - 2020-06-20
- Add attribute
filter
. - Improve MIME type detection.
- Add CLI command
gen-token
to generate a new token from the credentials file (credentials.json
)
- Default
cloud-folder-id
is nowroot
, which corresponds to the root folder of google drive. - Improved naming of files inside the zip file.
- Rename attribute
path
toroot-path
. - Rename entry types:
folder
→multiple-files
,file
→single-file
.
- Added tests for everything.
- Fixed README
- Fixed bugs.
1.0.0 - 2020-06-16
- Initial release