Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 774 Bytes

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 774 Bytes

Changelog

1.0.2

  • Removed unnecessary thrown exception in get_file_urls.

1.0.1

  • Fixed tests and deployment.

1.0.0

  • Added examples to documentation.
  • Added is_fresh function that returns a boolean on whether the current version is fresh.

0.5.0

  • Added freshen_up that essentially does everything the others do in a more condensed way so the user does not need to figure out how to call each of them.

0.4.0

  • Added overwrite_restart that handles overwriting and restarting (duh).

0.3.0

  • Added dl_unpack to download and unpack the archive into a target folder.

0.2.0

  • Added get_update_version for version checking/comparison.

0.1.0

  • Added get_file_urls to grab all matching files from a given url.