Skip to content

Releases: dh1tw/remoteSwitch

Release v0.2.1

25 Apr 22:12
Compare
Choose a tag to compare

This version is mainly a maintenance release and doesn't come with any new features.

IMPORTANT: This release IS NOT COMPATIBLE with prior versions. You have to upgrade ALL remoteSwitch instances!!!

Dependencies were upgraded. In particular go-micro, the underlying transport library.
I also changed from go-rice to go-embed for embedding static files.

The binaries have been compiled with go version 1.16 which should bring slight performance improvements. A release for the new Apple Silicon (M1 - darwin/arm64) was added as well.

Release v0.1.2

08 Jun 00:01
Compare
Choose a tag to compare

This is a bugfix release

solved bug:

  • #6 (WebUI: right-click on button does not disable all other buttons)

Release v0.1.1

15 Apr 09:40
Compare
Choose a tag to compare

This is a bugfix release

solved bug:

  • #5 (Switch instance disappears after 30 seconds)

Release v0.1.0

11 Apr 00:36
Compare
Choose a tag to compare

This is the first release of remoteSwitch 🎉🍾🥳

Below you can find the archives for the most common platforms / operating systems. Since remoteRotator supports sophisticated configurations, it is exclusively configured through a config file. Please check in the repository the examples folder.

With this release the following switch types are supported:

  • Dummy Switch (great for testing)
  • Multi purpose GPIO switch (for embedded platforms which support GPIO pins, like the raspberry pi)
  • Stackmatch GPIO
  • EA4TX Remotebox

Please remember, that with all of my remote applications, the default transport is NATS and you will need to run one or more broker (NATS-Server to which all you remote* instances will connect to.