Releases: iyear/tdl
Releases Β· iyear/tdl
v0.5.4
v0.5.3
v0.5.2
Highlights
- Simulate tdesktop application
- Support export based on message id
Changelog
New Features
Documentation updates
Refactoring
Others
v0.5.1
v0.5.0
Highlights
- Add chat export (especially for protected chat)
- Add duration, width and height for mp4 uploads
- Fix media judgement
- Improve performance
Changelog
New Features
- c311bf9: feat(chat): add export (@iyear)
- 0d05a48: feat(chat): export messages WIP (@iyear)
- 5ccc116: feat(tdl): store peers info with kv. close #39 (@iyear)
- ba2785c: feat(up): video thumb support. WIP (@iyear)
- 6dd9bbf: feat(uploader): mp4 dur,width,height info (@iyear)
Bug fixes
- 51d7d13: fix(downloader): remove duplicate mutex (@iyear)
- a032d1f: fix(export): add warning & fix render end (@iyear)
- 2e3cbca: fix(telegram): judge media existence (@iyear)
- be7be58: fix(up): doc thumb (@iyear)
Documentation updates
Refactoring
- 823e481: refactor(kv): interface (@iyear)
- 88cf287: refactor(peers): move to storage pkg (@iyear)
- b596de2: refactor(util): telegram get input peer (@iyear)
Others
v0.4.0
Highlights
- Add ps info of progress bar
- Add download file name template
- Fix deleted message getter
Changelog
New Features
- 07d6ab4: feat(dl): file name template (@iyear)
- 482dbf7: feat(downloader): display ps info (@iyear)
- 08a0cc1: feat(uploader): display ps info (@iyear)
Bug fixes
- 003a5d8: fix(dl): deleted message (@iyear)
- cf2ee64: fix(dl): detailed error (@iyear)
- c2cf9f4: fix(downloader): add peer to name replacer (@iyear)
Documentation updates
v0.3.0
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)
v0.3.0-beta
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)
- 7ae63d7: fix(tgc): first login (@iyear)
Documentation updates
- 290a6cf: docs(README): update (@iyear)
- d0150f9: docs(cmd): update (@iyear)
- 6799acf: docs(cmd): update (@iyear)
- e0cfaaa: 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
- 4850b5c: chore(cmd): remove example (@iyear)
- 16a3208: chore(consts): add comments (@iyear)
- 45293a9: 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)
v0.2.1
Highlights
- Support debug flag
- Support ntp clock
- Support env vars
- Rename
part-size
flag tosize
flag
Changelog
New Features
- b1043ee: feat(cmd): add debug flag (@iyear)
- a489a06: feat(cmd): add ntp flag (@iyear)
- 246e70e: feat(pkg): add network clock (@iyear)
- 87b5702: feat(tgc): use ntp clock when flag is set (@iyear)
- 7e994f2: feat(tgclient): add network clock (@iyear)
Bug fixes
Documentation updates
- a91d785: docs(README): add comments (@iyear)
- a11e034: docs(README): add env (@iyear)
- 6d75d63: docs(README): add ntp env (@iyear)
- 23c88c7: docs(README): add warning (@iyear)
- 9c4fe86: docs(cmd): add ntp flag (@iyear)
Refactoring
- 123a58c: refactor(cmd): replace flag name with consts (@iyear)
- 593b879: refactor(cmd): use viper to pass pflags (@iyear)
- 1b926d9: refactor(login): rename (@iyear)
Others
v0.2.0
Highlights
- Support import desktop client session
- Update docs
Changelog
New Features
Documentation updates
- 2d66e84: docs(README): add ban faq (@iyear)
- b05fed1: docs(README): add contrib section (@iyear)
- 7352e3a: docs(README): add faq (@iyear)
- a2e967b: docs(README): support desktop session (@iyear)
- b8ac0b3: docs(README): update usage (@iyear)
- e9bfda8: docs(cmd): add desktop import (@iyear)