Skip to content

Releases: rmartin16/qbittorrent-api

release-2020.10.11

30 Oct 04:54
d6edf0b
Compare
Choose a tag to compare

Version 2020.10.11

  • Support qBittorrent v4.3.0.1 and Web API v2.6
  • Due to qBittorrent changes, /search/categories no longer returns anything and /rss/renameRule works again

release-2020.10.10

07 Oct 04:57
e4a52ed
Compare
Choose a tag to compare

Version 2020.10.10

  • Advertise support for Python 3.9

release-2020.9.9

13 Sep 01:46
Compare
Choose a tag to compare

Version 2020.9.9

  • Only require enum34 for Python 2

release-2020.8.8

14 Aug 05:15
6edd97a
Compare
Choose a tag to compare

Version 2020.8.8

  • Support adding torrents from raw torrent files as bytes or file handles. Fixes #23.
  • Introduce TorrentStates enum for qBittorrent list of torrent states.

release-2020.7.7

27 Jul 03:37
d08b423
Compare
Choose a tag to compare

Version 2020.7.7

  • Update tests and misc small fixes.

release-2020.7.6

25 Jul 22:17
Compare
Choose a tag to compare

Version 2020.7.6

  • Re-release of v2020.7.5.

release-2020.7.5

25 Jul 22:05
Compare
Choose a tag to compare

Version 2020.7.5

  • Add RTD documentation.

release-2020.6.4

09 Jun 22:48
Compare
Choose a tag to compare

Version 2020.6.4

  • Bug fix release. Reorganized code and classes to be more logical.
  • Started returning None from many methods that were returning Requests Responses.
  • Content-Length header is now explicitly sent as "0" for any POSTs without a body.
  • Endpoint input parameters "hash" and "hashes" are renamed to "torrent_hash" and "torrent_hashes". "hash" and "hashes" remain supported.
  • search_uninstall_plugin now works. search_enable_plugin now supports multiple plugins.
  • Torrent.download_limit now only return the value instead of a dictionary. Torrent.upload_limit now works.
  • Drop advertising Python 2.6 and 3.4 support; add PyPy3 support.
  • Implement test suite and CI that can test all supported qBittorrent versions on all pythons.

release-2020.5.3

12 May 01:14
19c809f
Compare
Choose a tag to compare

Version 2020.5.3

  • Include currently supported qBittorrent version in README. Push new README to PyPI.

release-2020.4.2

25 Apr 23:13
Compare
Choose a tag to compare

Version 2020.4.2

  • Add support for rss/markAsRead and rss/matchingArticles. Added in v2.5.1. Fixes #10