Skip to content

Commit 78a53c2

Browse files
committed
update webapi version
1 parent 6f6193f commit 78a53c2

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.16.0
4+
* [#23065](https://github.com/qbittorrent/qBittorrent/pull/23065)
5+
* Replace preferences key `max_connec_per_torrent` with keys `max_connec_per_downloading_torrent` and `max_connec_per_seeding_torrent`
6+
37
## 2.14.1
48
* [#23212](https://github.com/qbittorrent/qBittorrent/pull/23212)
59
* Add `app/rotateAPIKey` endpoint for generating, and rotating, the WebAPI API key

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, 16, 0};
6161

6262
class APIController;
6363
class AuthController;

0 commit comments

Comments
 (0)