Skip to content

Releases: LinuxSuRen/http-downloader

v0.0.8

23 Jan 15:34
c51fa51
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v0.0.7

23 Jan 14:39
902ee22
Compare
Choose a tag to compare

What’s Changed

  • Bump cobra-extension to v0.0.9
    • This update could fix the version upgrade error

v0.0.6

22 Jan 10:47
e518038
Compare
Choose a tag to compare

Multi-thread download was refractory. Make it be easy to use for self-upgrade.

v0.0.5

22 Jan 06:48
4452afd
Compare
Choose a tag to compare

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

21 Jan 09:55
72917dd
Compare
Choose a tag to compare
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

21 Jan 03:26
d2d6c89
Compare
Choose a tag to compare

Make this is a really HTTP download tool. The most exciting feature is that it can download files in multiple threads.

v0.0.2

09 Dec 14:45
Compare
Choose a tag to compare
Fix the wrong go module name

v0.0.1

07 Dec 13:22
Compare
Choose a tag to compare
Inital project finished