From 51e66c16f44f6a01f2bcad288a8deb83ecb6fd85 Mon Sep 17 00:00:00 2001 From: "Stiliyan Tonev (Bark)" Date: Mon, 16 Jun 2025 13:39:12 +0300 Subject: [PATCH] Use whole path to endpoint + plural fix --- WebAPI_Changelog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebAPI_Changelog.md b/WebAPI_Changelog.md index 9352127de..375e24d69 100644 --- a/WebAPI_Changelog.md +++ b/WebAPI_Changelog.md @@ -8,6 +8,10 @@ * 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 +* [#22698](https://github.com/qbittorrent/qBittorrent/pull/22698) + * `torrents/addTrackers` and `torrents/removeTrackers` now accept `hash=all` and adds/removes the tracker to/from *all* torrents + * For compatibility, `torrents/removeTrackers` still accepts `hash=*` internally we transform it into `all` + * Allow passing a pipe (`|`) separated list of hashes in `hash` for `torrents/addTrackers` and `torrents/removeTrackers` ## 2.11.8 @@ -21,10 +25,6 @@ * `app/getDirectoryContent` allows an optional parameter `withMetadata` to send file metadata * Fields are `name`, `type`, `size`, `creation_date`, `last_access_date`, `last_modification_date` * See PR for TypeScript types -* [#22698](https://github.com/qbittorrent/qBittorrent/pull/22698) - * `addTracker` and `removeTracker` now accept `hash=all` and removes/adds the tracker to *all* torrents - * For compatibility, `removeTracker` still accepts `hash=*` internally we transform it into `all` - * Allow passing a pipe (`|`) separated list of hashes in `hash` for `addTracker` and `removeTracker` ## 2.11.7