mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Bump WebAPI version
This commit is contained in:
parent
cd3fbfbf9b
commit
e525375248
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# WebAPI Changelog
|
# WebAPI Changelog
|
||||||
|
|
||||||
|
## 2.11.10
|
||||||
|
|
||||||
|
* [#22932](https://github.com/qbittorrent/qBittorrent/pull/22932)
|
||||||
|
* `torrents/categories` and `sync/maindata` now serialize categories' `downloadPath` to `null`, rather than `undefined`
|
||||||
|
|
||||||
## 2.11.9
|
## 2.11.9
|
||||||
|
|
||||||
* [#21015](https://github.com/qbittorrent/qBittorrent/pull/21015)
|
* [#21015](https://github.com/qbittorrent/qBittorrent/pull/21015)
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
#include "base/utils/version.h"
|
#include "base/utils/version.h"
|
||||||
#include "api/isessionmanager.h"
|
#include "api/isessionmanager.h"
|
||||||
|
|
||||||
inline const Utils::Version<3, 2> API_VERSION {2, 11, 9};
|
inline const Utils::Version<3, 2> API_VERSION {2, 11, 10};
|
||||||
|
|
||||||
class APIController;
|
class APIController;
|
||||||
class AuthController;
|
class AuthController;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue