v0.6.0-beta
github-actions
released this
22 Dec 09:58
·
648 commits
to master
since this release
Highlights
This update is mainly for the download part
- Add
rewrite-ext
option to support correcting file extensions - Add
skip-same
option to automatically skip downloaded files - Add DC pool to speed up downloading, solve the problem like #20
- Add way to download from
Scoop
( Thanks @Zliced13 ) - Support custom download directory
- Support
TDL_TEMPLATE
environment variable - Support download file extension filter (whitelist/blacklist)
Please see the README for details of usage.
If there are any bugs or better suggestions, please file new issues
Changelog
New Features
- e6313ec: feat(dl): add dc pool to speed up (@iyear)
- 4698cc2: feat(dl): add real ext if original ext is wrong (@iyear)
- c8adf77: feat(dl): custom download dir (@iyear)
- 5f2436e: feat(dl): dl template env var (@iyear)
- 9411eff: feat(dl): filename filters(black/white) (@iyear)
- e32fab4: feat(dl): rewrite ext flag (@iyear)
- 32798a4: feat(dl): skip same file (@iyear)
Bug fixes
- a708de0: fix(dl): auto stop but downloading is not finished (@iyear)
- 6138e2e: fix(dl): small files may finish too fast, terminal history may not be overwritten (@iyear)
Documentation updates
Refactoring
- b133628: refactor(dl): render pinned message (@iyear)
- e07321c: refactor(downloader): new write at (@iyear)
- f16fafa: refactor(downloader): write at without lock (@iyear)