Added preliminary documentation for v2.4.1

Francisco Pombal
2020-01-14 06:44:45 +00:00
parent db1075ed47
commit 521050ab3d

@@ -14,6 +14,7 @@ This Web API documentation applies qBittorrent v4.1+, for previous API version r
1. [API v2.2.1](#api-v221)
1. [API v2.3.0](#api-v230)
1. [API v2.4.0](#api-v240)
1. [API v2.4.1 (in development)](#api-v241)
1. [General information](#general-information)
1. [Authentication](#authentication)
1. [Login](#login)
@@ -167,6 +168,13 @@ This Web API documentation applies qBittorrent v4.1+, for previous API version r
- Add `/torrents/renameFile` method ([#11029](https://github.com/qbittorrent/qBittorrent/pull/11029))
## API v2.4.1 ##
(preliminary changelog, features are in development and may not have been merged yet)
- Add `stalled`, `stalled_uploading` and `stalled_downloading` as possible values for the `filter` parameter in `/torrents/info` (https://github.com/qbittorrent/qBittorrent/pull/11825)
- Add `piece_extent_affinity` boolean field to `/app/getPreferences` and `/app/setPreferences` (https://github.com/qbittorrent/qBittorrent/pull/11781)
# General Information #
- All API methods are under `/api/v2/APIName/methodName`, where `APIName` is a certain subgroup of API methods whose functionality is related.