Skip to content

v0.6.0-beta

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 09:58
· 542 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

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

Others