Skip to content

Releases: rmartin16/qbittorrent-api

release-2025.7.0

12 Jul 18:45
c1103a2
Compare
Choose a tag to compare

Version 25.7.0

  • Advertise support for qBittorrent v5.1.1
  • Advertise support for qBittorrent v5.1.2

Full changelog: v2025.5.0...v2025.7.0

release-2025.5.0

03 May 01:09
198e4a1
Compare
Choose a tag to compare

Version 2025.5.0

  • Advertise support for qBittorrent v5.1.0
  • Existing changes that are now supported in qBittorrent:
    • Add support for managing cookies (#492)
      • app/cookies
      • app/setCookies
    • Add support for WebSeed modification endpoints (#481)
      • torrents/addWebSeeds
      • torrents/editWebSeed
      • torrents/removeWebSeeds
    • Add support for torrents/setTags (#512)

Full changelog: v2025.4.1...v2025.5.0

release-2025.4.1

25 Apr 23:31
72bb512
Compare
Choose a tag to compare

Version 2025.4.1

  • Add SPDX license to package (#529)

Full changelog: v2025.4.0...v2025.4.1

release-2025.4.0

19 Apr 16:17
029cf92
Compare
Choose a tag to compare

Version 2025.4.0

  • Advertise support for qBittorrent v5.0.5

Full changelog: v2025.2.00...v2025.4.0

release-2025.2.0

18 Feb 02:27
3a7bf33
Compare
Choose a tag to compare

Version 2025.2.0

  • Advertise support for qBittorrent v5.0.4

Full changelog: v2024.12.71...v2025.2.0

release-2024.12.71

21 Dec 17:30
c1006e7
Compare
Choose a tag to compare

Version 2024.12.71

  • Advertise support for qBittorrent v5.0.3
  • Advertise support for qBittorrent v5.1.0beta1
  • Add support to add torrent as forced (#507)

Full changelog: v2024.12.71...v2024.11.70

release-2024.11.70

21 Nov 02:30
b7de455
Compare
Choose a tag to compare

Version 2024.11.70

  • Advertise support for qBittorrent v5.0.2

Full changelog: v2024.11.69...v2024.11.70

release-2024.11.69

16 Nov 18:35
c2452cc
Compare
Choose a tag to compare

Version 2024.11.69

  • Dropped support for Python 3.8 (#494)
  • Fixed typing for content_layout for torrents.add() (#499)
  • RecursionError is no longer raised when client is banned (#501)

Full changelog: v2024.10.68...v2024.11.69

release-2024.10.68

29 Oct 02:13
301acef
Compare
Choose a tag to compare

Version 2024.10.68

  • Advertise support for qBittorrent v5.0.1
  • Add support for managing cookies (#492)
    • app/cookies
    • app/setCookies
    • Note: these endpoints are scheduled for release in qBittorrent v5.1.0

Full changelog: v2024.9.67...v2024.10.68

release-2024.9.67

30 Sep 15:03
9a4094d
Compare
Choose a tag to compare

Version 2024.9.67

  • Advertise support for qBittorrent v5.0.0 (#488)
  • Features previously added for 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)
    • Added support for private argument for torrents/info (#464)
    • Add support for WebSeed modification endpoints (#481)

Full changelog: v2024.9.66...v2024.9.67