Release 4.0
What's Changed
New features
- Implemented an authentication flow in
qb.pyusing arequests.Session, with the new_authenticate_session()function that logs into the qBittorrent Web API before performing torrent removal.
Minor updates
- Revised the
README.mdto reflect the new authentication requirement for qBittorrent, removing the note about "no authentication" and documenting the new config fields. - More debug logging lines
Full Changelog: v3.1...v4.0