Highlights
- [Feature] Resume download
- [Feature] Print logs to
~/.tdl/log
- [Feature] Custom upload target chat
- [Fix] Infinite blocking when downloading some small files
- [Fix] Retain the last msg id in chat export
- [Fix] Get max photo size
Changelog
New Features
- 98b81a3: feat(dl): resume download. #86 (@iyear)
- 0b92e80: feat(dl): support takeout session. #96 (@iyear)
- 78b426b: feat(downloader): auto select best threads based on size (@iyear)
- aea16ac: feat(logger): rotate file logger (@iyear)
- 8f7d14d: feat(upload): custom upload target chat. close #85 (@iyear)
Bug fixes
- 89ff94c: fix(cmd): remove useless kill signal (@iyear)
- fbdf583: fix(dcpool): collect dcs with remote config. #93 (@iyear)
- 4930ca5: fix(dcpool): finish takeout session first (@iyear)
- 206dcbe: fix(downloader): do not return error in goroutine (@iyear)
- 48e952d: fix(export): retain the last msg id. close #89 (@iyear)
- 81d955e: fix(takeout): close with takeout invoker (@iyear)
- 99a3171: fix(tmedia): photo size (@iyear)
Documentation updates
Refactoring
- 2b08730: refactor(dl): . (@iyear)
- d619f63: refactor(tdl): replace params with options (@iyear)
- a6e9f0d: refactor(tmedia): sep files (@iyear)
- d519440: refactor(utils): rename to ParseMessageLink (@iyear)