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