Skip to content

Releases: LinuxSuRen/http-downloader

v0.0.49

22 Oct 02:15
4128c61
Compare
Choose a tag to compare

What’s Changed

From this version, you can put some important flags into a config file. Such as, putting the following content into the config file ~/.config/hd.yaml:

proxy-github: gh.api.99988866.xyz
provider: gitee
thread: 6

🚀 Features

👻 Maintenance

v0.0.48

21 Oct 02:24
2cf6cd4
Compare
Choose a tag to compare

What’s Changed

🚀 Features

v0.0.47

14 Oct 14:36
d109c0d
Compare
Choose a tag to compare

What’s Changed

  • No changes

v0.0.46

14 Oct 14:24
c39acba
Compare
Choose a tag to compare

Docker images

  • docker pull surenpi/hd:v0.0.46
  • docker pull ghcr.io/linuxsuren/hd:v0.0.46

v0.0.45

11 Oct 15:37
38d64ee
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🚦 Tests

  • Adding UT in check_test.go for has hasPackageSuffix method (#160) @amoghrajesh

v0.0.44

10 Oct 12:06
f04529c
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🐛 Bug Fixes

v0.0.43

03 Oct 05:07
0c7630d
Compare
Choose a tag to compare

What’s Changed

It's pretty easy to install a tool that comes from the GitHub release.

hd install cli

🚀 Features

v0.0.42

30 Sep 11:27
538372e
Compare
Choose a tag to compare

What’s Changed

Do you want to download tools in the Docker builds? It's pretty easy. Please see the following example:

FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
RUN hd install kubesphere-sigs/[email protected]

FROM alpine:3.10
COPY --from=downloader /usr/local/bin/ks /usr/local/bin/ks
CMD ["ks"]

🚀 Features

v0.0.41

30 Sep 07:47
37719ad
Compare
Choose a tag to compare

What’s Changed

👻 Maintenance

  • Add platform linux/amd64 for the goreleaser docker image (#140) @LinuxSuRen

v0.0.40

30 Sep 07:00
fa5957d
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • fix name and version split error when installing the app (#135) @seanly

👻 Maintenance