mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-14 05:20:03 +08:00
4.1.12
This commit is contained in:
parent
a2c845abba
commit
a8a2588dad
2 changed files with 8 additions and 8 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.12-develop3
|
||||
4.1.12
|
||||
|
|
Loading…
Reference in a new issue