Skip to content

Commit 3b0b9e0

Browse files
committed
Bump WebAPI version
1 parent 2307a3a commit 3b0b9e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

WebAPI_Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# WebAPI Changelog
22

3+
## 2.15.1
4+
* [#23708](https://github.com/qbittorrent/qBittorrent/pull/23708)
5+
* `sync/torrentPeers` endpoint now includes peer `host_name` when peer host name resolution is enabled
6+
37
## 2.15.0
48
* [#23585](https://github.com/qbittorrent/qBittorrent/pull/23585)
59
* `sync/maindata` endpoint no longer includes the key `use_subcategories` as subcategories are now always enabled

src/webui/webapplication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
using namespace std::chrono_literals;
5959

60-
inline const Utils::Version<3, 2> API_VERSION {2, 15, 0};
60+
inline const Utils::Version<3, 2> API_VERSION {2, 15, 1};
6161

6262
class APIController;
6363
class AuthController;

0 commit comments

Comments
 (0)