Skip to content

Releases: fermayo/shelly-bulk-update

v1.3.1

27 Nov 19:42
8615610
Compare
Choose a tag to compare

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

22 Oct 19:10
ac58fa9
Compare
Choose a tag to compare

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

16 Sep 08:57
607a96b
Compare
Choose a tag to compare

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

11 Sep 11:01
4d4bcbb
Compare
Choose a tag to compare

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

25 Apr 17:42
0ba77c0
Compare
Choose a tag to compare

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

25 Apr 17:20
ce0f02d
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release
Initial commit

Signed-off-by: Fernando Mayo Fernandez <[email protected]>