Releases: StuffAnThings/qbit_manage
Releases · StuffAnThings/qbit_manage
v4.1.5
v4.1.4
v4.1.3
Requirements Added
- croniter==2.0.5
- humanize==4.9.0
- pytimeparse2==1.7.1
New Updates
- Adds support for cron scheduling via QBT_SCHEDULE /
--schedule
- Supports time parsing in
max_seeding_time
,min_seeding_time
, andlast_active
config variables.
Example:32m
2h32m
3d2h32m
1w3d2h32m
- Removes the config option
ignoreTags_OnUpdate
, andforce_retag_all
option (These config options are no longer used, the tag-update function will now automatically update all torents if the tracker tag is missing) - Better trace logs for share limits (Closes #533)
- Adds new config option
ignore_root_dir
#538 - NoHardlinking detection outside of root directory
Bug Fixes
- Fixes #540
Full Changelog: v4.1.2...v4.1.3
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!