WebUI: Implement Share limit action

PR #22989.
Closes #22984.
This commit is contained in:
Mark Yu
2025-07-20 04:39:31 -04:00
committed by GitHub
parent c962a6b1d7
commit 8f709b5fbc
8 changed files with 41 additions and 8 deletions

View File

@@ -1,5 +1,12 @@
# WebAPI Changelog
## 2.12.0
* [#22989](https://github.com/qbittorrent/qBittorrent/pull/22989)
* `sync/maindata` returns one new field: `share_limit_action`
* `torrents/setShareLimits` now requires a new `shareLimitAction` param that sets a torrent's shareLimitAction property
* possible values `Default`, `Stop`, `Remove`, `RemoveWithContent` and `EnableSuperSeeding`
## 2.11.10
* [#22932](https://github.com/qbittorrent/qBittorrent/pull/22932)