mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-07 05:35:00 +08:00
11 lines
798 B
Text
11 lines
798 B
Text
# 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)
|
|
|
|
# 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)
|
|
|
|
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.10...v4.1.11
|