Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 11:01
· 60 commits to main since this release
v0.2.0
895915e

Breaking Change

The previous behaviour of running the download job with the base command has been moved into its own subcommand run in order to accommodate some features I plan to add in the future.

Added

  • --dry-run flag to get a list of releases Bandsnatch would try to download, without actually downloading them.
  • --debug flag to get some extra information in certain circumstances (Might be changed to --verbose in the future if I change my mind).

Fixed

  • Fix problem where some releases could crash a thread with missing field `download_type` .

Changed

  • New run subcommand which replaces the previous functionality of running the downloader on the base command.