From 9a4094d2e94ccd4f3906f88679c8bba9f36a588c Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Mon, 30 Sep 2024 10:31:41 -0400 Subject: [PATCH] Bump to v2024.9.67 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9defd8b19..5a6046179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ Change Log ========== +### v2024.9.67 (30 Sept 2024) +- Advertise support for qBittorrent v5.0.0 +- Features previously added for v5.0.0 release: + - Rename resume/pause actions for torrents to start/stop (#434) + - For instance, ``client.torrents_pause()`` is now ``client.torrents_stop()`` + - All existing method and argument names are still supported and are aliased to the new names + - Add support for ``app/getDirectoryContent`` (#449) + - Add support for ``search/downloadTorrent`` (#451) + - Added support for ``private`` argument for ``torrents/info`` (#464) + - Add support for WebSeed modification endpoints (#481) + ### v2024.9.66 (16 Sept 2024) - Advertise support for qBittorrent v4.6.7