mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-04-03 23:42:06 +08:00
WebAPI: bump version
Related: https://github.com/qbittorrent/qBittorrent/pull/22460#issuecomment-2748821812 And add initial version of WebAPI changelog. PR #22481.
This commit is contained in:
parent
97865545c3
commit
830d2c207b
5
WebAPI_Changelog.md
Normal file
5
WebAPI_Changelog.md
Normal file
@ -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
|
@ -53,7 +53,7 @@
|
||||
#include "base/utils/version.h"
|
||||
#include "api/isessionmanager.h"
|
||||
|
||||
inline const Utils::Version<3, 2> API_VERSION {2, 11, 5};
|
||||
inline const Utils::Version<3, 2> API_VERSION {2, 11, 6};
|
||||
|
||||
class APIController;
|
||||
class AuthController;
|
||||
|
Loading…
x
Reference in New Issue
Block a user