Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.29 KB

File metadata and controls

39 lines (23 loc) · 1.29 KB

Changelog

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.

UNRELEASED (YYYY-MM-DD)

Added

  • QBittorrentClient methods new_not_logged_in and do_login enable building a client without actually performing a login
  • QBittorrentClient::qbittorrent_version returns the qbittorrent daemon version

Version 0.2.1 (2025-08-28)

This is a minor release only updating the docs, to specify the qBittorrent API versions supported.

Version 0.2.0 (2025-08-27)

This is a small release focusing on listing torrent files from API, and supporting the latest QBittorrent releases.

Added

  • QBittorrentClient now implements Debug
  • QBittorrentClient::get_files lists files in given torrent (only Bittorrent v1 supported at the moment)
  • the hightorrent crate is now directly re-exported to avoid version mismatch

Changed

  • 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)

Version 0.1.0 (2025-03-23)

Added

  • Initial release