Releases: google/googet
Releases · google/googet
v3.0.0
What's Changed
- Add arm64 arch support to googet. by @jm2 in #128
- Bump version and update changelog for arm64 support. by @jm2 in #129
- Use flag.CommandLine for flags. by @mcsaucy in #132
- Reuse the same HTTP client for all requests. by @nguyen-phillip in #130
- Support resumable downloads of packages. by @nguyen-phillip in #134
- Create googet db by @sbrito85 in #135
New Contributors
Full Changelog: v2.20.0...v3.0.0
GooGet v2.20.0
Correct goospec version
GooGet v2.18.4
Run go mod tidy
GooGet v2.18.3
Update dependcies, specifically new logger library
GooGet 2.17.2
v2.17.2 Add source field in googet spec. (#79)
GooGet 2.16.5
Add support for go modules
GooGet 2.13.0
Changes since 2.9.1:
Add Conflicts and Replaces to the PkgSpec
Store goo files unextracted in cache, ensure checksum match on reins… …
Use path, not filepath for urls
use net/url to determine pkgUrl in download.go
Set secure defaults when downloading from a repo
Fix semver patch metadata handling.
Update how install handles moving in use files.
Use stdout while waiting for GooGet lock
Allow for installation of a local package without any sources.
GooGet 2.9.1
Changes since 2.8.0:
- Add ability to add proxy server.
- Add addrepo, rmrepo, and listrepos commands.
- Use args instead of flags for available and installed commands.
GooGet 2.8.0
New features since 2.6.0:
2.8.0 - Add clean command for cleaning cache directory.
2.7.1 - Add option for multiple repository entries.
2.7.0 - Support for extended-length paths on Windows.
GooGet 2.6.0
v2.6.0 Initial commit