Note
Breaking update! Please re-login and the usage of dl
command has been changed.
Highlights
- Support download files from chat history #27
- Support backup&recover #13
- Fix unaligned 64-bit atomic operation on 32-bit machine #14
- Modify dl command
- Optimize the risk of blocking
- Improve docs
Changelog
New Features
- 8092056: feat(cmd): add backup & recover. close #13 (@iyear)
- adf4edc: feat(cmd): reduce the default values for part-size and threads (@iyear)
- 2197499: feat(dl): files mode (@iyear)
Bug fixes
- f151b22: fix(downloader): replace illegal chars in file name (@iyear)
- 0fbcc14: fix(tgc): first login (@iyear)
Documentation updates
- 0179c51: docs(README): add best practice (@iyear)
- 37e7c87: docs(README): update (@iyear)
- 10a84ab: docs(README): update (@iyear)
- 633dd9f: docs(cmd): update (@iyear)
- 6799acf: docs(cmd): update (@iyear)
- 09bdb2e: docs(export): init (@iyear)
Refactoring
- 5dc948a: refactor(dl): iter & urls (@iyear)
- 0491a41: refactor(dl): remove 'url' sub cmd (@iyear)
- 2d48c66: refactor(dl): rename (@iyear)
- 7dcf6b8: refactor(tgc): run auth helper (@iyear)
- 67fec5b: refactor(tgc): tgc (@iyear)
Others
- a0966af: chore(cmd): remove example (@iyear)
- 16a3208: chore(consts): add comments (@iyear)
- 1b99589: chore(dep): upgrade. close #14 (@iyear)
- da9ff46: chore(gitignore): add .zip (@iyear)
- c2e82d0: feat!(tgc): variable Telegram app. close #28 (@iyear)
- 7c00b7f: refactor!(dl): rename urls flag to url (@iyear)