Releases: Code-Hex/pget
Releases · Code-Hex/pget
v0.2.1
bug fix for Content-Disposition
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- deps: upgrade actions and use go1.18 by @chenrui333 in #53
- docs: update to use homebrew-core tap by @chenrui333 in #54
- feat: add default user-agent string by @septs in #57
- fix: close the file before deleting it by @fisherzrj in #63
- fix: fix partial file path by @littlecxm in #58
New Contributors
- @chenrui333 made their first contribution in #53
- @septs made their first contribution in #57
- @fisherzrj made their first contribution in #63
- @littlecxm made their first contribution in #58
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- fixed error handling and messages by @Code-Hex in #38
- added replacement in nfpms by @Code-Hex in #39
- added ratelimit client by @Code-Hex in #40
- fixed somecode by @Code-Hex in #41
- fixed -p options behavior by @Code-Hex in #42
- Added warning msg by @Code-Hex in #43
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.6
v0.0.5
v0.0.4
Changes
- Support for distributed download function!! Please read README.md
- Modified target directory <- thanks @vedhavyas 🎉
- Added user-agent option
- Removed -o option. instead of -t option
- Fixed issue where regex does not match if "-" appears more than twice such as in "http://r6---snnvoxuioq6.googlevideo.com"
- Download performance has been improved
v0.0.3
Changes
- Added resume function!! <- thanks @vedhavyas
- Added check new release option --check-update
- Fixed -o option. you can select download directory.
- Fixed resource leaking.
- Pget is more stable now