Releases: LinuxSuRen/http-downloader
Releases · LinuxSuRen/http-downloader
v0.0.49
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
- Add support read config from a config file (#180) @LinuxSuRen
- Add bz2 compress support (#179) @LinuxSuRen
👻 Maintenance
- Bump actions/checkout from 2.3.4 to 2.3.5 (#170) @dependabot
- Bump goreleaser/goreleaser-action from 2.7.0 to 2.8.0 (#171) @dependabot
v0.0.48
What’s Changed
🚀 Features
- Support to install package from source via goget (#175) @LinuxSuRen
- Support to install asciinema (#174) @LinuxSuRen
- Add upper-case proxy environment support (#173) @JohnNiang
v0.0.47
What’s Changed
- No changes
v0.0.46
Docker images
docker pull surenpi/hd:v0.0.46
docker pull ghcr.io/linuxsuren/hd:v0.0.46
v0.0.45
What’s Changed
🚀 Features
- Implement the Compress interface for Xz (#157) @amoghrajesh
🚦 Tests
- Adding UT in check_test.go for has hasPackageSuffix method (#160) @amoghrajesh
v0.0.44
What’s Changed
🚀 Features
- Add an interface for file compress (#155) @LinuxSuRen
- Adding support for more packaging formats (#154) @amoghrajesh
🐛 Bug Fixes
- Some release asset files are not tar file (#159) @LinuxSuRen
v0.0.43
What’s Changed
It's pretty easy to install a tool that comes from the GitHub release.
hd install cli
🚀 Features
- Adding support for hd-downloader to download the right package for a windows machine too (#150) @amoghrajesh
- Add completion sub-cmd (#149) @LinuxSuRen
v0.0.42
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
- Fix an unknow issue cause by /usr/bin path (#142) @LinuxSuRen
v0.0.41
What’s Changed
👻 Maintenance
- Add platform linux/amd64 for the goreleaser docker image (#140) @LinuxSuRen
v0.0.40
What’s Changed
🐛 Bug Fixes
👻 Maintenance
- Add support to publish image via goreleaser (#138) @LinuxSuRen