Releases: reolink/reolink-cli
Release list
reolink-cli 0.10.1
LAN-only (external) build. Verify before extracting:
shasum -a 256 -c SHA256SUMS
reolink-cli --version # → 0.10.1 (external · LAN-only)
Fixed
-
self-updatecould never download anything. It asked for
reolink-cli-<ver>-macos-arm64.tar.gzwhile the published archive is
reolink-cli-<ver>-external-darwin-arm64.tar.gz— all three supported
platforms were wrong. The archives had gained an-externalflavour segment
so an internal build can never be mistaken for the customer build, and the
macOS token had moved frommacostodarwin; neither reached the updater.
It stayed invisible because the download only happens when an update exists —
running it on the current version returnsalready up to dateand never gets
that far.Windows remains unsupported by
self-updateand now says so with the download
link: that archive is a.zipwhile the updater only untars, and a running
.execannot be replaced in place. Upgrade there by extracting the new
archive and runninginstall.ps1. -
The agent skill misspelled
--camerasas--cameraes. A copied command
failed with an unrecognized-argument error.
Build
The packaging script now refuses to produce an archive whose filename the
updater cannot reconstruct, so this class of drift cannot ship again.
Linux builds are glibc (≥ 2.30); they do not run on Alpine/musl.