From 02b7d20b9f9d51c4f9ac534687630b60ca608ff5 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 28 Mar 2025 04:39:04 +0800 Subject: [PATCH] Add initial version of WebAPI changelog --- WebAPI_Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 WebAPI_Changelog.md diff --git a/WebAPI_Changelog.md b/WebAPI_Changelog.md new file mode 100644 index 000000000..d05d66524 --- /dev/null +++ b/WebAPI_Changelog.md @@ -0,0 +1,5 @@ +# 2.11.6 +* https://github.com/qbittorrent/qBittorrent/pull/22460 + * `app/setPreferences` allows only one of `max_ratio_enabled`, `max_ratio` to be present + * `app/setPreferences` allows only one of `max_seeding_time_enabled`, `max_seeding_time` to be present + * `app/setPreferences` allows only one of `max_inactive_seeding_time_enabled`, `max_inactive_seeding_time` to be present