Releases: LinuxSuRen/http-downloader
Releases · LinuxSuRen/http-downloader
v0.0.8
v0.0.7
What’s Changed
- Bump cobra-extension to v0.0.9
- This update could fix the version upgrade error
v0.0.6
Multi-thread download was refractory. Make it be easy to use for self-upgrade.
v0.0.5
Add GitHub release assets download friendly feature.
For example:
hd get jenkins-zh/jenkins-cli/jcli -o jcli.tar.gz --thread 3
v0.0.4
Bump github.com/onsi/gomega from 1.10.3 to 1.10.4 (#1) Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.10.3...v1.10.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.0.3
Make this is a really HTTP download tool. The most exciting feature is that it can download files in multiple threads.
v0.0.2
Fix the wrong go module name
v0.0.1
Inital project finished