Skip to content

v0.8.0

Compare
Choose a tag to compare
@onedr0p onedr0p released this 25 Aug 18:44
· 107 commits to master since this release
1b2ba03

Commands:

  • Removed expired command, replaced with prune command
    • prune command works almost the same way but give you more control on how to clean up torrents by providing tags.
    • To delete torrents that have the tag expired and added:30d and do not have the tags site:oink or site:whatcd the command would look like:
      qbittools.py prune --include-tag expired --include-tag added:30d --exclude-tag site:oink --exclude-tag site:whatcd
      
  • To keep consistency across other commands, flags that started with ignore- have been changed to exclude-.

Other:

  • Container base changed from Debian to Alpine