Releases: dh1tw/remoteSwitch
Release v0.2.1
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
This is a bugfix release
solved bug:
- #6 (WebUI: right-click on button does not disable all other buttons)
Release v0.1.1
Release v0.1.0
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.