This commit is contained in:
bobokun 2024-10-19 09:47:29 -04:00
parent a2c845abba
commit a8a2588dad
No known key found for this signature in database
GPG key ID: B73932169607D927
2 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
# Requirements Updated
humanize==4.11.0
# New Updates
- Adds new config option `disable_qbt_default_share_limits` to allow qbit_manage to handle share limits and disable qbittorrent's default share limits
- Adds new config option `max_orphaned_files_to_delete` to set default safeguards against mass deletion when running remove orphaned.
- Adds new environment variables `QBT_LOG_SIZE` and `QBT_LOG_COUNT` to customize log retention (Closes #656)
- Adds new script to remove cross-seed tag (`scripts/remove_cross-seed_tag.py`)
# Bug Fixes
- Truncates Recyclebin JSON filename when its too long. (Closes #604)
- Uses Qbittorrent's torrent export to save .torrent files for qbittorrent version > 4.5.0 (Closes #650)
- Include orphaned files and recycle bin in the list of folders to ignore when looking for noHL (Closes #660)
- List orphaned files when reaches max threshold. (Closes #672)
- Removing empty directories now ignores exclude patterns (Closes #624)
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.10...v4.1.11
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.11...v4.1.12

View file

@ -1 +1 @@
4.1.12-develop3
4.1.12