github-actions
released this
08 Apr 09:42
·
6 commits
to refs/heads/main
since this release
Enhancements
- Add a customizable callback function for when download completed @dreamflasher (#127)
- Add callbacks for ftp downloads @samaloney (#150)
- Drop Python 3.7 as it's EOL @Cadair (#149)
- Only log
get_ftp_size
errors at INFO @Cadair (#148)
Bug Fixes
- Fixes signal that only works in main thread of the main interpreter @AthKouloumvakos (#133)
- fix aiohttp redirect @dreamflasher (#126)