Skip to content

Releases: buroa/qbtools

v0.9.3

06 Sep 12:44
71cfaa3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

05 Sep 15:48
5cf7cb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

31 Aug 21:18
ce2ed9b
Compare
Choose a tag to compare
  • add a bhd unregistered match string

v0.9.0

27 Aug 14:29
d2089a8
Compare
Choose a tag to compare

What's Changed

  • feat: config file; general cleanup by @buroa in #16

New Contributors

  • @buroa made their first contribution in #16

Full Changelog: v0.8.3...v0.9.0

v0.8.3

27 Aug 00:59
abf7aee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

26 Aug 12:36
f7543ba
Compare
Choose a tag to compare
  • Added aither and anthelion to indexer list
  • Updated other indexers with require seed reqs

v0.8.1

25 Aug 21:10
1680b3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Aug 18:44
1b2ba03
Compare
Choose a tag to compare

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

v0.7.0

25 Aug 15:59
03985c4
Compare
Choose a tag to compare

Commands:

  • tagging command:
    • now has --expired flag which will tags torrents as expired if tracker seeding reqs are met
    • removed --move-unregistered
    • changed --filter-categories in favor of --ignore-category
    • changed --filter-tags in favor of --ignore-tag
    • minor improvements to existing logic
  • expired command:
    • now only deletes torrents with an expired tag (use with tagging command for maximum swag)
    • added --dry-run and --with-data flags (both default to false)
  • orphaned command
    • removed --confirm flag and replaced it with --dry-run (default is false)

Other

  • Updated indexers list and logging

v0.6.2

25 Aug 01:18
b8af948
Compare
Choose a tag to compare
  • Add --delete flag to expired command, by default this now adds a expired tag to the torrent
  • Remove --dry-run from expired command, this is no longer needed due to the --delete flag