Releases: StuffAnThings/qbit_manage
Releases · StuffAnThings/qbit_manage
v4.1.2
New Updates
- Updated Dockerfile to use alpine image
Bug Fixes
- Patches security vulnerabilities by using alpine python base image
- Beter error handling of invalid
remote_dir
in config
Full Changelog: v4.1.1...v4.1.2
v4.1.1
New Updates
- Added docs to qbit-manage repo (under docs folder)
- Bi-directional wiki sync
- Automatically update supported version to README
- Pre-commit hooks to update readme version
- Dependabot to automatically update qbittorrent-api on master
Bug Fixes
- fixes #522
Special thanks to @bakerboy448 for their contributions!
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Requirements Updated
- qbittorrent-api==2024.3.60
- GitPython==3.1.43
New Features
- Added Group Uplaod Speed to share limits config to apply upload speed limits at a group level. Closes #494
- Added Force Retag All in config settings to force retagging of all torrents. Closes #513
- Added
--mover-old
command in mover script for users that use Mover Tuning Plugin
Bug Fixes
- Fixes #501
- Adds additional error checking for invalid share limits defined in config
- Minor bug fixes in share limits
Special thanks to @walkerp1 for their contributions!
Full Changelog: v4.0.9...v4.1.0
v4.0.9
Requirements Updated
- qbittorrent-api==2024.2.59
- GitPython==3.1.42
- ruamel.yaml==0.18.6
New Features
- Adds support for filtering more than just Completed torrents. Closes #115
- Updates mover script (Add check if file is still on cache mount #493)
- Adds support for ghcr.io container registry
- Adds support for custom share_limits/cross-seed tags Closes #457
Bug Fixes
- Fixes #359
- Fixes #479
- Fixes #487
- Fixes #488
- Fixes #490
- Update script header so that env python3 is used.
Special thanks to @NooNameR, @ShanaryS, @ext4xfs for their contributions!
Full Changelog: v4.0.8...v4.0.9
v4.0.8
v4.0.7
v4.0.6
Requirements Updated
- GitPython==3.1.40
- qbittorrent-api==2023.10.54
- ruamel.yaml==0.18.2
Bug Fixes
Full Changelog: v4.0.5...v4.0.6
Special thanks to @garypiner for their contributions!
v4.0.5
Requirements Updated
- GitPython==3.1.37
- ruamel.yaml==0.17.35
- schedule==1.2.1
New Features
- Added a last_active flag for share_limits to resume torrents and avoid cleanup if there was activity in the last X minutes. (Closes #353)
- New cat option in trackers/[tracker] to allow changing category based on tracker URL. (Closes #200)
- Added new script to edit tracker urls (9290d2c)
Bug Fixes
- Fixes #388
- Fixes handling BHD API announce related issues
- Special mapping to leave torrents uncategorized on cat-update (closes #395)
- fix exit codes when program fails (#411)
Full Changelog: v4.0.4...v4.0.5
Special thanks to @estebanthi, @fabricionaweb for their contributions!