All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
QBittorrentClientmethodsnew_not_logged_inanddo_loginenable building a client without actually performing a loginQBittorrentClient::qbittorrent_versionreturns the qbittorrent daemon version
This is a minor release only updating the docs, to specify the qBittorrent API versions supported.
This is a small release focusing on listing torrent files from API, and supporting the latest QBittorrent releases.
QBittorrentClientnow implementsDebugQBittorrentClient::get_fileslists files in given torrent (only Bittorrent v1 supported at the moment)- the hightorrent crate is now directly re-exported to avoid version mismatch
- Breaking change: QBittorrent API v2.12 is now the minimum supported API version, despite being still undocumented upstream at the time of writing (upstream pull request)
- Initial release