Releases: fermayo/shelly-bulk-update
Releases · fermayo/shelly-bulk-update
v1.4
Changelog
- Added support for Gen3 devices
Installation
Download the binary for your platform:
macOS
Apple Silicon
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.4/shelly-bulk-update-Darwin-arm64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Intel
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.4/shelly-bulk-update-Darwin-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Linux
Intel
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.4/shelly-bulk-update-Linux-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
ARM64
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.4/shelly-bulk-update-Linux-arm64 -o shelly-bulk-update; chmod +x shelly-bulk-update
ARMv7 (32 bits)
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.4/shelly-bulk-update-Linux-armv7 -o shelly-bulk-update; chmod +x shelly-bulk-update
Windows
Click here to download the binary
v1.3.1
Changelog
- Wait for gen2 updates to finish and provide confirmation on output (thanks @IngmarStein!)
- Added build for Linux arm devices (thanks @IngmarStein!)
Installation
Download the binary for your platform:
macOS
Apple Silicon
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Darwin-arm64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Intel
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Darwin-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Linux
Intel
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Linux-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
ARM64
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Linux-arm64 -o shelly-bulk-update; chmod +x shelly-bulk-update
ARMv7 (32 bits)
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Linux-armv7 -o shelly-bulk-update; chmod +x shelly-bulk-update
Windows
Click here to download the binary
v1.3
Changelog
- Added support for updating gen2 devices (thanks @IngmarStein!)
Installation
Download the binary for your platform:
macOS
Apple Silicon
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3/shelly-bulk-update-Darwin-arm64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Intel
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3/shelly-bulk-update-Darwin-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Linux
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3/shelly-bulk-update-Linux-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Raspberry Pi
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3/shelly-bulk-update-Linux-armv7 -o shelly-bulk-update; chmod +x shelly-bulk-update
Windows
Click here to download the binary
v1.2
Changelog
- Fixes a critical issue when generating URLs that caused the tool to fail.
Installation
Download the binary for your platform:
macOS
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.2/shelly-bulk-update-Darwin-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Linux
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.2/shelly-bulk-update-Linux-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Raspberry Pi
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.2/shelly-bulk-update-Linux-armv7 -o shelly-bulk-update; chmod +x shelly-bulk-update
Windows
Click here to download the binary
v1.1
Changelog
- Force checking for available updates.
- Support authentication with
--username
and--password
.
Installation
Download the binary for your platform:
macOS
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.1/shelly-bulk-update-Darwin-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Linux
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.1/shelly-bulk-update-Linux-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Raspberry Pi
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.1/shelly-bulk-update-Linux-armv7 -o shelly-bulk-update; chmod +x shelly-bulk-update
Windows
Click here to download the binary
v1.0
Installation
Download the binary for your platform:
macOS
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.0/shelly-bulk-update-Darwin-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Linux
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.0/shelly-bulk-update-Linux-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update
Raspberry Pi
curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.0/shelly-bulk-update-Linux-armv7 -o shelly-bulk-update; chmod +x shelly-bulk-update
Windows
Click here to download the binary
v0.1-alpha
Initial commit Signed-off-by: Fernando Mayo Fernandez <[email protected]>