Breaking Change
requirements.txt
is now replaced withpyproject.toml
meaning that local installs will need to replace their update commandpip install -r requirements.txt
withpip install .
- Those that are running qbit-manage in docker don't need to do anything and things will continue to work as is
Requirements Updated
qbittorrent-api==2025.5.0
humanize==4.12.3
New Updates
- Added user defined stalled_tag. Configurable through config.yml. (Closes #802 Thanks to @Patchy3767)
Bug Fixes
- Fixed max_seeding time of 0 for share_limits (Fixes #790 Thanks to @glau-bd)
- Fixed Upload Limit not reset when LastActive/MinSeedsNotMet (Fixes #804)
- Fixed Share limits not showing in logs when 0 torrents are in the group(Fixes #789)
- Fixes bug where it tries to remove root_dir when not using category (Fixes #777)
Full Changelog: v4.2.2...v4.3.0