Skip to content

Releases: rmartin16/qbittorrent-api

release-2024.1.58

17 Jan 03:00
4265a9b
Compare
Choose a tag to compare

Version 2024.1.58

  • Advertise support for qBittorrent v4.6.3

Full changelog: v2023.11.57...v2024.1.58

release-2023.11.57

28 Nov 02:20
971e47a
Compare
Choose a tag to compare

Version 2023.11.57

  • Advertise support for qBittorrent v4.6.2

Full changelog: v2023.11.56...v2023.11.57

release-2023.11.56

21 Nov 04:28
Compare
Choose a tag to compare

Version 2023.11.56

  • Advertise support for qBittorrent v4.6.1
  • Add support for torrents/count (#366)

Full changelog: v2023.11.55...v2023.11.56

release-2023.11.55

06 Nov 18:23
8a38a95
Compare
Choose a tag to compare

Version 2023.11.55

  • Remove Python 2 platform tag from published wheel (#369)

Full changelog: v2023.10.54...v2023.11.55

release-2023.10.54

23 Oct 00:48
Compare
Choose a tag to compare

Version 2023.10.54

  • Advertise support for qBittorrent v4.6.0 (#357)
  • Dropped support for legacy Python versions; Python 3.8+ is supported (#333)
  • Refactored typing from stub files in to source (#345)
  • Dropped support for API method arguments hash and hashes; use torrent_hash and torrent_hashes, respectively (#345)
    • For example, replace client.torrents_info(hashes="...") with client.torrents_info(torrent_hashes="...")

Full changelog: v2023.9.53...v2023.10.54

release-2023.9.53

07 Sep 13:26
bd837d6
Compare
Choose a tag to compare

Version 2023.9.53

  • Advertise support for Python 3.12
  • Advertise support for qBittorrent v4.5.5
  • Add inactive_seeding_time_limit for torrents/setShareLimits (#271)
  • Implement app/networkInterfaceList and app/networkInterfaceAddressList (#272)

Full changelog: v2023.7.52...v2023.9.53

release-2023.7.52

13 Jul 18:15
79aa8af
Compare
Choose a tag to compare

Version 2023.7.52

  • Ensure the wheel is uploaded with the release to PyPI

Full changelog: v2023.7.51...v2023.7.52

release-2023.7.51

13 Jul 17:45
ea7073b
Compare
Choose a tag to compare

Version 2023.7.51

  • Convert APINames and TorrentStatus to StrEnum and TrackerStatus to IntEnum (#267)

Full changelog: v2023.6.50...v2023.7.51

release-2023.6.50

19 Jun 06:23
2033a56
Compare
Choose a tag to compare

Version 2023.6.50

  • Advertise support for qBittorrent 4.5.4

release-2023.6.49

09 Jun 18:28
b9899d2
Compare
Choose a tag to compare

Version 2023.6.49

  • The Client is no longer binded to Lists (#230)
  • This does not affect normal operation but allows for slicing, adding, and copying Lists