updates changelog for 3.6.3

This commit is contained in:
bobokun 2023-05-22 11:11:45 -04:00
parent f8a6b1d5a4
commit aee6a32e52
No known key found for this signature in database
GPG key ID: B73932169607D927

View file

@ -1,6 +1,14 @@
# Bug Fixes
- Fixes bug in cross_seed (Fixes #270)
- Bug causing RecycleBin not to be created when full path is defined. (Fixes #271)
- Fixes Uncaught exception while emptying recycle bin (Fixes #272)
# Requirements Updated
- pre-commit updated to 3.3.3
- requests updated to 2.30.0
- ruamel.yaml updated to 0.17.26
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v3.6.1...v3.6.2
# Bug Fixes
- Changes HardLink Logic (Thanks to @ColinHebert for the suggestion) Fixes #291
- Additional error checking (Fixes #282)
- Fixes #287 (Thanks to @buthed010203 #290)
- Fixes Remove Orphan crashing when multiprocessing (Thanks to @buthed010203 #289)
- Fixes Remove Orphan from crashing in Windows (Fixes #275)
- Fixes #292
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v3.6.2...v3.6.3