Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Latest commit

 

History

History
68 lines (42 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

68 lines (42 loc) · 1.94 KB

Changelog

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

Changed

  • Breaking change: use pydantic and environment settings to manage configuration.

[2.3.0] 2020-09-17

Added

  • Use click instead of argparse to manage the CLI.

2.2.0 - 2020-06-28

Added

  • Improve mimetype detection reading file content.

2.1.0 - 2020-06-26

Fixed

  • New files were uploaded to the root folder regardless of setting cloud-folder-id.
  • Ensure mimetype of .toml files.
  • Ensure mimetype of .sh files to application/x-sh, as Mozilla specifies.

2.0.0 - 2020-06-20

Added

  • Add attribute filter.
  • Improve MIME type detection.
  • Add CLI command gen-token to generate a new token from the credentials file (credentials.json)

Changed

  • Default cloud-folder-id is now root, which corresponds to the root folder of google drive.
  • Improved naming of files inside the zip file.
  • Rename attribute path to root-path.
  • Rename entry types: foldermultiple-files, filesingle-file.

Fixed

  • Added tests for everything.
  • Fixed README
  • Fixed bugs.

1.0.0 - 2020-06-16

Added

  • Initial release