From 521050ab3dd8300c1dfc7f5ce362e1cd1c518c03 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Tue, 14 Jan 2020 06:44:45 +0000 Subject: [PATCH] Added preliminary documentation for v2.4.1 --- Web-API-Documentation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Web-API-Documentation.md b/Web-API-Documentation.md index 8005157..cdbd4b9 100644 --- a/Web-API-Documentation.md +++ b/Web-API-Documentation.md @@ -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.