Skip to content

Releases: rmartin16/qbittorrent-api

release-2024.5.63

31 May 18:51
2f5c4df
Compare
Choose a tag to compare

Version 2024.5.63

  • Added support to configure HTTPAdapter (#459)

Full changelog: v2024.5.62...v2024.5.63

release-2024.5.62

29 May 17:11
4407d5f
Compare
Choose a tag to compare

Version 2024.5.62

Full changelog: v2024.5.61...v2024.5.62

release-2024.5.61

26 May 23:06
92d679e
Compare
Choose a tag to compare

Version 2024.5.61

  • Advertise support for qBittorrent v4.6.5
  • Packages published to PyPI are now attested by GitHub (#453)
  • Included changes for upcoming qBittorrent v5.0.0 release:
    • Rename resume/pause actions for torrents to start/stop (#434)
      • For instance, client.torrents_pause() is now client.torrents_stop()
      • All existing method and argument names are still supported and are aliased to the new names
    • Add support for app/getDirectoryContent (#449)
    • Add support for search/downloadTorrent (#451)

Full changelog: v2024.3.60...v2024.5.61

release-2024.3.60

25 Mar 17:26
0d5b784
Compare
Choose a tag to compare

Version 2024.3.60

  • Advertise support for qBittorrent v4.6.4

Full changelog: v2024.2.59...v2024.3.60

release-2024.2.59

25 Feb 19:05
b5ec680
Compare
Choose a tag to compare

Version 2024.2.59

  • Allow added RSS feeds without a name/path to default to the name in the feed (#423)
  • Advertise support for Python 3.13 (#349)

Full changelog: v2024.1.58...v2024.2.59

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