Releases: StuffAnThings/qbit_manage
Releases · StuffAnThings/qbit_manage
3.2.6
Requirements Updated (requirements need to be re-installed)
- Bump qbittorrent-api from 2022.8.37 to 2022.8.38
Bug fixes
- Fixes logging issue when reading invalid config.
Full Changelog: v3.2.5...v3.2.6
3.2.5
Requirements Updated (requirements need to be re-installed)
- Bump qbittorrent-api from 2022.8.34 to 2022.8.37
New Features
- New
cat_change
config option to automatically move categories (Adds #146) - Allows ability to load multiple config files (Adds #140)
- Logs are now split by each config file when loading multiple configs
- Commands can now be defined in your config file (Adds #149)
Bug fixes
- Adds new YAML reading/writing fixes
- Minor fix in mover.py script
Full Changelog: v3.2.4...v3.2.5
3.2.4
Requirements Updated (requirements need to be re-installed)
- Bump requests from 2.27.1 to 2.28.1
- Bump qbittorrent-api from 2022.5.32 to 2022.8.34
Bug fixes:
Full Changelog: v3.2.3...v3.2.4
3.2.3
Requirements Updated (requirements need to be re-installed)
- Bump alive-progress from 2.3.1 to 2.4.0
- Bump qbittorrent-api from 2022.2.28 to 2022.3.29
Bug fixes:
- Throw proper error when Notifiarr is down
- remove alive_it progress bar in NoHL section causing logging issues
- Remove uppercase from unreg torrents error message (Fixes #121)
Full Changelog: v3.2.2...v3.2.3
3.2.2
Requirements Updated (requirements need to be re-installed)
- Bump alive-progress from 2.2.0 to 2.3.1
- Bump ruamel-yaml from 0.17.20 to 0.17.21
- Bump qbittorrent-api from 2022.1.27 to 2022.2.28
New Features
Bug fixes:
- Add additional logic for ignoring when PTP is down
- Add additional tracker error to BHD ignore list #113
Full Changelog: v3.2.1...v3.2.2
3.2.1
Requirements Updated (requirements need to be re-installed)
New Features
Added stand-alone mover script for Unraid
Bug fixes:
- Fixes Permission Error on move
- Fixes on PTP tracker going down causes false issue
- Fixes BHD integration
- Changes
end_time
webhook attribute name - Fixes empty recyclebin directory causing error
- Fixes #100: Torrents get hard deleted when they should be soft deleted
- bug fix #102: Adding additional exception for BHD
- Torrents not being deleted causing orphaned files
- Remove progress bar final output
Full Changelog: v3.2.0...v3.2.1
3.2.0
Requirements Updated (requirements need to be re-installed)
- Updated qbittorrent-api from 2021.12.26 to 2022.1.27 (Adds support for qBittorrent v4.4.0)
New Features
- Adds new Startup Delay command/env variable (
--startup-delay
,QBT_STARTUP_DELAY
)- Description: Set delay in seconds on the first run of a schedule (Default set to 0)
- Adds new Tag tracker error command/env variable (
--tag-tracker-error
,QBT_TAG_TRACKER_ERROR
)- Description: Tag torrents that do not have a working tracker.
- (Closes #91)
- Adds list of tags to update by tracker and ability to ignore certain tags when running update tags
- (Closes #95)
- Changes to webhook json output
- Changed attributes:
run_end
function - Added:
untag_tracker_error
- Changed function name:
potential_rem_unregistered
->tag_tracker_error
- Changed attributes:
Bug fixes:
force_auto_tmm
setting causing torrents with no category to be moved to default directory- Remove
noHL
error message when no torrents are in the category - Unregistered torrents incorrectly marked as working when they had a tracker error
- Don't create Recycle Bin folder when not enabled
- Add additional remove unregistered logic (fixes #90)
- Creating empty recyclebin in root dir (fixes #77)
- Continue running schedule when Qbittorrent connection error.
- Adds compatible version support check via qbittorrent-api
Full Changelog: v3.1.5...v3.2.0
v3.1.5
Requirements Updated (requirements need to be re-installed)
- Updated requests version to 2.27.1
Breaking Change
- With the new release of qBittorrent v4.4 (breaking the web API), qbit_manage will now only run on 3.9 until the qbittorrent api is fully supported with v4.4
New Features
- Adds version check for compatibility issues with qBittorrent API.
Bug fixes:
- Creates category if it's missing in qbittorrent
- Category breaks when missing trailing slash in
save_path
- Tags torrent with error message:
'YOU HAVE REACHED THE CLIENT LIMIT FOR THIS TORRENT'
as issue instead of removing the torrent when using BHD integration
Full Changelog: v3.1.4...v3.1.5
v3.1.4
Requirements Updated (requirements need to be re-installed)
- Added dependabot for dependency updates
- Update requirements.txt to latest version
New Features
- Save .torrent and .fastresume files when using Recycle Bin (Closes #73)
- Customize the location of RecycleBin (Closes #75)
- Split Recycle Bin folders by Category (Closes #77)
- Added next run time at the end of finished run (Closes #78)
Bug fixes:
- Unregistered torrents failing to delete when there are multiple trackers associated with the torrent
- Failure when
root_dir
did not have a trailing backslash - Update dockerfile causing failures with ruamel.yaml version 0.17.19
- Adds RecycleBin folders to default exclude_patterns when looking for orphaned files
- Error caused by having empty Recycle Bin
- Multitracker torrent being incorrectly marked as issue
- torrents_json incorrectly overwriting deleted contents value
Full Changelog: v3.1.3...v3.1.4
v3.1.3
Bug fixes:
- Update Tag notifications not showing in Notifiarr when category is blank
- Logging error message fix
Full Changelog: v3.1.2...v3.1.3