Releases: rmartin16/qbittorrent-api
Releases · rmartin16/qbittorrent-api
release-2024.10.68
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
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 nowclient.torrents_stop()
- All existing method and argument names are still supported and are aliased to the new names
- For instance,
- Add support for
app/getDirectoryContent
(#449) - Add support for
search/downloadTorrent
(#451) - Added support for
private
argument fortorrents/info
(#464) - Add support for WebSeed modification endpoints (#481)
- Rename resume/pause actions for torrents to start/stop (#434)
Full changelog: v2024.9.66...v2024.9.67
release-2024.9.66
Version 2024.9.66
- Advertise support for qBittorrent v4.6.7 (#487)
Full changelog: v2024.8.65...v2024.9.66
release-2024.8.65
Version 2024.8.65
- Advertise support for qBittorrent v4.6.6 and 5.0.0rc1 (#482)
- Add support for WebSeed modification endpoints (#481)
torrents/addWebSeeds
torrents/editWebSeed
torrents/removeWebSeeds
Full changelog: v2024.7.64...v2024.8.65
release-2024.7.64
Version 2024.7.64
- Resolve errors from type checkers for
functools.wraps
usage (#472) - Included changes for upcoming qBittorrent v5.0.0 release:
- Added support for
private
argument fortorrents/info
(#464)
- Added support for
Full changelog: v2024.5.63...v2024.7.64
release-2024.5.63
Version 2024.5.63
- Added support to configure
HTTPAdapter
(#459)
Full changelog: v2024.5.62...v2024.5.63
release-2024.5.62
release-2024.5.61
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 nowclient.torrents_stop()
- All existing method and argument names are still supported and are aliased to the new names
- For instance,
- Add support for
app/getDirectoryContent
(#449) - Add support for
search/downloadTorrent
(#451)
- Rename resume/pause actions for torrents to start/stop (#434)
Full changelog: v2024.3.60...v2024.5.61
release-2024.3.60
release-2024.2.59
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