Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@rpetit3 rpetit3 released this 20 Oct 16:01

3.0.0

Added

  • --ignore to ignore MD5 checksums

Changed

  • (BREAKING) the --force flag now overwrites existing files, but will check the MD5
    checksums of the downloaded files. Previously, it would force download the file, but
    ignore the MD5 as well. See #21 (comment)
    for more details. Use the newly added --ignore flag to ignore MD5 checksums too.
  • require Python >=3.9
  • updated depends and poetry lock file
  • began reorganizing code for better maintainability