Requirements Updated
- "fastapi==0.135.3"
- "requests==2.33.1"
- "pytest==9.0.2"
- "ruff==0.15.9"
BREAKING CHANGE
- Changed default web server port from 8080 to 8181 to avoid conflicts with qBittorrent's default WebUI port. Users relying on the default port must update their configurations. (Fixes #1050)
Improvements
- Web UI: Refactored share limits component to use
shareLimitsSchemafor improved consistency (Fixes #1082)
Bug Fixes
- Web UI: Fixed invalid YAML serialization when saving config and preserve top-level config sections (Fixes #1096)
- Fixed race condition when adding exclusion tags causing share limits to be incorrectly reinstated in the same run (Fixes #1114)
- Fixes categorization for 'other' tracker when applying category to tracker config (Fixes #1066)
- Fixes visual bug in webUI when saving changes to share limits. (Fixes #1082)
Full Changelog: v4.6.6...v4.7.0