Skip to content

0.14.0

Choose a tag to compare

@uniget-bot uniget-bot released this 25 Apr 21:15
· 1589 commits to main since this release

Installation

curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.14.0/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.14.0/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.14.0/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.14.0/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.14.0' \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com

Bugfixes (since v0.13.2)

  • Fixed handling of --log-level / UNIGET_LOG_LEVEL to that the configured value is used during runtime

Features (since v0.13.2)

  • Added --auto-update / UNIGET_AUTO_UPDATE to automatically update metadata when needed

Dependency updates (since v0.13.2)

  • chore(deps): update docker/dockerfile docker tag to v1.7.1 (#256)
  • chore(deps): update actions/checkout digest to 0ad4b8f (#255)
  • chore(deps): update actions/checkout action to v4.1.4 (#254)
  • chore(deps): update golang:1.22.2 docker digest to d5302d4 (#253)
  • chore(deps): update github/codeql-action action to v3.25.2 (#252)
  • chore(deps): update actions/upload-artifact action to v4.3.3 (#251)
  • chore(deps): update actions/checkout action to v4.1.3 (#250)
  • chore(deps): update actions/checkout digest to 1d96c77 (#249)

Full Changelog (since v0.13.2)

Compare with previous release