mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Bump WebAPI version
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# WebAPI Changelog
|
# WebAPI Changelog
|
||||||
|
|
||||||
|
## 2.11.9
|
||||||
|
|
||||||
|
* [#21015](https://github.com/qbittorrent/qBittorrent/pull/21015)
|
||||||
|
* Add `torrents/fetchMetadata` endpoint for retrieving torrent metadata associated with a URL
|
||||||
|
* Add `torrents/parseMetadata` endpoint for retrieving torrent metadata associated with a .torrent file
|
||||||
|
* Add `torrents/saveMetadata` endpoint for saving retrieved torrent metadata to a .torrent file
|
||||||
|
* `torrents/add` allows adding a torrent with metadata previously retrieved via `torrents/fetchMetadata` or `torrents/parseMetadata`
|
||||||
|
* `torrents/add` allows specifying a torrent's file priorities
|
||||||
|
|
||||||
## 2.11.8
|
## 2.11.8
|
||||||
|
|
||||||
* [#21349](https://github.com/qbittorrent/qBittorrent/pull/21349)
|
* [#21349](https://github.com/qbittorrent/qBittorrent/pull/21349)
|
||||||
|
|||||||
@@ -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, 8};
|
inline const Utils::Version<3, 2> API_VERSION {2, 11, 9};
|
||||||
|
|
||||||
class APIController;
|
class APIController;
|
||||||
class AuthController;
|
class AuthController;
|
||||||
|
|||||||
Reference in New Issue
Block a user