Skip to content

0.11.0-beta.11

Pre-release
Pre-release

Choose a tag to compare

@uniget-bot uniget-bot released this 18 Dec 12:08
· 1752 commits to main since this release

Installation

curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.11.0-beta.11/uniget_linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget

Signature verification

curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.11.0-beta.11/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.11.0-beta.11/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.11.0-beta.11/uniget_linux_$(uname -m).tar.gz.sig
cosign verify-blob uniget_linux_$(uname -m).tar.gz \
    --certificate uniget_linux_$(uname -m).tar.gz.pem \
    --signature uniget_linux_$(uname -m).tar.gz.sig \
    --certificate-identity 'https://github.com/uniget-org/cli/.github/workflows/release.yml@refs/tags/v0.11.0-beta.11' \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com

Bugfixes (since v0.10.3)

Features (since v0.10.3)

  • [Feature]: Support environment variables for flags (#133)
  • Add cheats (#22)
  • Make target directory configurable (#20)

Dependency updates (since v0.10.3)

  • fix(deps): update module github.com/pterm/pterm to v0.12.72 (#138)
  • chore(deps): update actions/upload-artifact action to v4 (#134)
  • chore(deps): update github/codeql-action action to v3 (#132)
  • chore(deps): update golang:1.21.5 docker digest to 2ff79bc (#129)
  • chore(deps): update github/codeql-action action to v2.22.10 (#128)
  • chore(deps): update golang docker tag to v1.21.5 (#126)
  • fix(deps): update module golang.org/x/term to v0.15.0 (#125)
  • fix(deps): update module github.com/regclient/regclient to v0.5.5 (#123)
  • chore(deps): update github/codeql-action action to v2.22.9 (#122)
  • fix(deps): update module github.com/pterm/pterm to v0.12.71 (#121)
  • chore(deps): update golang:1.21.4 docker digest to 4521f9d (#119)

Full Changelog (since v0.10.3)

Compare with previous release