Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

46 lines (30 loc) · 2.07 KB

Changelog

v0.3.1 (2024-07-18)

Fix

  • Improved type hints, code style etc (1bb1c45)

v0.3.0 (2024-07-02)

Feature

  • Use requests_toolbelt to also show progress bar for upload (f0880c7)
  • Show spinning animation on slow tasks where progress bar isn't really possible (zip, upload) (b6d4ac7)

v0.2.0 (2024-03-07)

Feature

  • upload: Allow sending (zipped) directories (ea59803)

v0.1.5 (2023-10-03)

Fix

  • download: Progress bar was unresponsive, now it works again (57283b4)

v0.1.4 (2023-09-20)

Fix

  • Re-add rich as dependency (dc6037a)

v0.1.3 (2023-09-19)

Performance

  • Replaced rich.progress with simpler progress.Bar (e874297)

v0.1.2 (2023-09-19)

Performance

  • httpx: Replaced httpx with requests because the import was very slow (150ms) (b7f21c9)

v0.1.1 (2023-08-02)

Fix

  • Show download_url and delete_url for ease of use, minor refactoring (ac28453)

v0.1.0 (2023-06-19)

Feature