Releases: LinuxSuRen/http-downloader
Releases · LinuxSuRen/http-downloader
v0.0.58
What’s Changed
- Fix the setup command (#238) @LinuxSuRen
👻 Maintenance
- Bump actions/checkout from 2.4.0 to 3.0.0 (#221) @dependabot
- Bump codecov/codecov-action from 2.1.0 to 3.0.0 (#222) @dependabot
v0.0.57
What’s Changed
- Support version as an URL (#225) @LinuxSuRen
v0.0.56
What’s Changed
The important feature is it supports installing a tool by its alias name. For example:
hd install jcli
🚀 Features
- Support to search a tool by the alias name (#223) @LinuxSuRen
👻 Maintenance
- Bump actions/setup-go from 2.1.5 to 3 (#211) @dependabot
- Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.1 (#212) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#182) @dependabot
- Bump github.com/linuxsuren/cobra-extension from 0.0.11 to 0.0.12 (#194) @dependabot
- Bump actions/setup-go from 2.1.4 to 2.1.5 (#198) @dependabot
- Bump aquasecurity/trivy-action from 0.2.0 to 0.2.1 (#204) @dependabot
- Bump goreleaser/goreleaser-action from 2.8.0 to 2.8.1 (#205) @dependabot
- Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#128) @dependabot
v0.0.55
What’s Changed
🐛 Bug Fixes
- Fix the potential fetch error (#199) @LinuxSuRen
👻 Maintenance
- Use trivy to scan the security issue (#193) @LinuxSuRen
v0.0.54
What’s Changed
🐛 Bug Fixes
- Fix the install with category name when no config found (#192) @LinuxSuRen
- Fix the install command failed due to the local git repo is dirty (#191) @LinuxSuRen
v0.0.53
v0.0.52
v0.0.51
What’s Changed
🚀 Features
- Add ffmepg support (#186) @LinuxSuRen
- Fix the setup command when saving the config file (#185) @LinuxSuRen
👻 Maintenance
- Support armv7 for hd (#187) @LinuxSuRen
v0.0.50
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