Skip to content

Releases: rmartin16/qbittorrent-api

release-v0.3.2

28 Jun 15:05
Compare
Choose a tag to compare

Release 0.3.2

  • Restore python 2 compatibility
  • Allow exceptions to be imported directly from package instead of only exceptions module

release-v0.3.1

02 Jun 03:34
Compare
Choose a tag to compare

Code reorg, bug fixes

release-v0.2.4

25 May 03:40
Compare
Choose a tag to compare

Change Log

  • Fix ability to send RID parameter to sync/maindata
  • Fix ability to send torrent files in torrents/add

release-v0.2.2

14 May 20:21
Compare
Choose a tag to compare
Merge branch 'master' of github.com:rmartin16/qbittorrent-api

release-v0.2

13 May 05:10
Compare
Choose a tag to compare

Introduced the "interaction layer" for transparent interaction with the qBittorrent API.

release-v0.1.3

08 May 00:16
Compare
Choose a tag to compare

Change Log

  • Additional fixes for pypi package

release-v0.1.1

07 May 21:03
Compare
Choose a tag to compare

Changes

  • Remove 'tests' module from pip package

release-v0.1

07 May 20:44
Compare
Choose a tag to compare

Complete implementation of qBittorrent WebUI API 2.2. Each API endpoint is available via the Client class. Automatic re-login is supported in the event of login expiration.