Releases: rmartin16/qbittorrent-api
Releases · rmartin16/qbittorrent-api
release-2020.10.11
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
Version 2020.10.10
- Advertise support for Python 3.9
release-2020.9.9
Version 2020.9.9
- Only require enum34 for Python 2
release-2020.8.8
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
Version 2020.7.7
- Update tests and misc small fixes.
release-2020.7.6
Version 2020.7.6
- Re-release of v2020.7.5.
release-2020.7.5
Version 2020.7.5
- Add RTD documentation.
release-2020.6.4
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
Version 2020.5.3
- Include currently supported qBittorrent version in README. Push new README to PyPI.
release-2020.4.2
Version 2020.4.2
- Add support for rss/markAsRead and rss/matchingArticles. Added in v2.5.1. Fixes #10