Skip to content

Releases: buroa/qbtools

v0.9.5

29 Sep 21:27
4f5da85
Compare
Choose a tag to compare

Full Changelog: v0.9.4...v0.9.5

Expired tags also require the torrent to be in a completed state.

v0.9.4

26 Sep 14:42
3058447
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.9.4

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