Releases: rmartin16/qbittorrent-api
Releases · rmartin16/qbittorrent-api
release-2024.1.58
release-2023.11.57
Version 2023.11.57
- Advertise support for qBittorrent v4.6.2
Full changelog: v2023.11.56...v2023.11.57
release-2023.11.56
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
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
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
andhashes
; usetorrent_hash
andtorrent_hashes
, respectively (#345)- For example, replace
client.torrents_info(hashes="...")
withclient.torrents_info(torrent_hashes="...")
- For example, replace
Full changelog: v2023.9.53...v2023.10.54
release-2023.9.53
Version 2023.9.53
- Advertise support for Python 3.12
- Advertise support for qBittorrent v4.5.5
- Add
inactive_seeding_time_limit
fortorrents/setShareLimits
(#271) - Implement
app/networkInterfaceList
andapp/networkInterfaceAddressList
(#272)
Full changelog: v2023.7.52...v2023.9.53
release-2023.7.52
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
Version 2023.7.51
- Convert
APINames
andTorrentStatus
toStrEnum
andTrackerStatus
toIntEnum
(#267)
Full changelog: v2023.6.50...v2023.7.51
release-2023.6.50
Version 2023.6.50
- Advertise support for qBittorrent 4.5.4
release-2023.6.49
Version 2023.6.49
- The
Client
is no longer binded toList
s (#230) - This does not affect normal operation but allows for slicing, adding, and copying
List
s