Version 0.6.0 (2024-05-01)
Release Notes
This release contains several new features:
- It's now possible to specify the path to install to via the new
set_install_dir
method. This is especially useful in cases where no install receipt will be loaded, since this value is required for performing full updates. - It's now possible to skip querying for new versions and force updates to always be performed; this is done by calling
always_update(bool)
on the updater. This is useful in cases where the version of the installed copy of the software to be updated isn't known, or when using axoupdater to perform a first-time install. - It's now possible to specify a GitHub token via the
set_github_token
method. This is useful when the repo to query is private, or in order to opt into the higher rate limit granted to authenticated requests. AxoUpdater uses this in its own tests. The standaloneaxoupdater
executable uses this feature by reading optional tokens specified in theAXOUPDATER_GITHUB_TOKEN
environment variable.
Download axoupdater-cli 0.6.0
File | Platform | Checksum |
---|---|---|
axoupdater-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
axoupdater-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
axoupdater-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
axoupdater-cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
axoupdater-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
axoupdater-cli-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
axoupdater-cli-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |