Releases: iyear/tdl
Releases · iyear/tdl
v0.2.0-beta
WARN: The APP_ID
and APP_HASH
of this version have been changed, if you have used the old version, you need to re-login.
Highlights
- Add files upload cmd
- Add chat list cmd
- Fix Telegram application id and hash
- Optimize style and output
Changelog
New Features
- 2aeb4af: feat(cmd): add chat ls (@iyear)
- 23090c2: feat(cmd): add upload (@iyear)
- 22d1816: feat(dl): chat mode. WIP (@iyear)
- 28c31ab: feat(utils): add telegram helpers (@iyear)
Bug fixes
- 0723f1d: fix(cmd): comments syntax error (@iyear)
- 216ad34: fix(ctx): consider ctx done (@iyear)
- 7139f42: fix(iter): ctx select (@iyear)
- 82e09e0: fix(telegram): modify official client APP_ID and APP_HASH (@iyear)
- 9f7c957: fix(uploader): nil media (@iyear)
Documentation updates
- 0496e31: docs(README): add install section (@iyear)
- 7d99bf8: docs(README): update (@iyear)
- 6dad5a1: docs(cmd): update (@iyear)
- 6efee6c: docs(cmd): update (@iyear)
Refactoring
- 670dd39: refactor(cmd): flags getter (@iyear)
- 6428dc4: refactor(prog): add formatter param (@iyear)
- db72b0b: refactor(utils): mime->media (@iyear)
Others
v0.1.1
v0.1.0
There is a bug when using dl
, it will be fixed in v0.1.1
. Please use v0.1.0-beta
temporarily.
Changelog
Bug fixes
Documentation updates
Refactoring
v0.1.0-beta
Highlights
- basic framework
- login
- download (url mode)
Changelog
New Features
- b54228c: feat(cmd): add comments (@iyear)
- 039591f: feat(cmd): add dl (@iyear)
- c566d0d: feat(cmd): add version cmd (@iyear)
- 9ad5369: feat(downloader): add download dir log (@iyear)
- 14e40e7: feat(pkg): downloader impl (@iyear)
- 0c522f6: feat(pkg): progress bar (@iyear)
- f0913f5: feat(utils): add path exists (@iyear)
- 1f18d7a: feat(utils): new utils (@iyear)
Bug fixes
- c76d3eb: fix(cmd): gen docs (@iyear)
- d81c5d0: fix(downloader): close file error (@iyear)
- c030665: fix(downloader): stop progress (@iyear)
- 8b8c4ec: fix(downloader): write files concurrently (@iyear)
- fb06eec: fix(kv): validation (@iyear)
- e027a24: fix(progress): time in progress precision (@iyear)
- 6bfe8c8: fix(util): format bytes name and add TB (@iyear)
Documentation updates
- 2a76431: docs(README): add (@iyear)
- 8ee1bb8: docs(README): modify emoji (@iyear)
- 47eccc5: docs(cmd): update (@iyear)
- f85aa49: docs(cmd): update dl (@iyear)
- 8c719c3: docs(cmd): update proxy flag comments (@iyear)
Refactoring
- 28f6944: refactor(cmd): NA (@iyear)
- 51290f2: refactor(cmd): context (@iyear)
- e1045fb: refactor(consts): home dir (@iyear)
- 30dd6e0: refactor(consts): separate (@iyear)
Others
- 61dc24c: chore(LICENSE): add AGPL-v3.0 (@iyear)
- 47388ba: chore(dep): upgrade (@iyear)
- 045b01a: chore(gitignore): add downloads and *.exe (@iyear)
- 40097c6: chore(progress): reduce tracker length (@iyear)
- b5b5699: ci(Makefile): init (@iyear)
- 50be06c: ci(actions): master branch build and test (@iyear)
- c46452b: ci(actions): release action (@iyear)
- df9f22f: ci(goreleaser): add archive (@iyear)
- 5ea5ebd: ci(goreleaser): init (@iyear)
- 7523427: docs(README.md): add preview (@iyear)