Releases: genielabs/HomeGenie
Releases · genielabs/HomeGenie
v1.3-stable.11
- Updated ZWaveLib (fixes node addding functionality bug on first node added)
- Fixed MqttClientHelper.cs connect/disconnect handling issues
- Added WithTls option to MqttClientHelper.cs
- Added MqttClientOptionsBuilder action callback to Connect method to allow specifying of advanced client options
- Made MQTTnet library directly available to C# programs
- Updated Interconnection/ MQTT network app
- Other minor UI fixes
v1.3-stable.10
Improved Scheduler UI.
v1.3-stable.9
Fixes #408 - drag and sorting issues on mobile devices; updated LiteDB
v1.3-stable.8
- Control page: added "Widgets Manager" option to Actions menu to arrange widgets by dragging them
- Programs list: added options menu with quick shortcuts to manage programs
- A file "serviceaddress.txt" is now being generated each time the service starts and it will contain current web service address and port
- UpdateChecker will now only propose "stable" releases (with -stable suffix in the name)
v1.3-stable.7
HomeGenie v1.3-stable.7
v1.3-stable.5
Fixes #385: "Update notification flag still displaying after successful update"
v1.3-stable.4
- Fix #384 - email sending bug
v1.3-stable.3
v1.3-beta.2
Fix issue #373 (update manager asking to update even already up-to-date)
v1.3-beta.1
IMPORTANT NOTE BEFORE UPGRADING
Since the authentication and encryption methods have been changed, if you're upgrading from a previous version of HG:
- disable any password protection (you can re-enable it after upgrading)
- create a new backup of HG configuration (without the password protection enabled)
- if you start from a fresh install, restore your backup file
- re-enable password protection
- create a new backup
CHANGE LOG
- added HTTP Digest authentication
- added WebSocketGateway with token authorization; is now possible to control HG and listen to events using the integrated websocket channel
- deprecated 'event forwarding' automation programs
- deprecated HTTP Basic authentication
- added
/api/HomeAutomation.HomeGenie/Config/WebSocket.GetToken
API method to obtain authorization token required to connect to the WebSocketGateway (default port 8188) - added simple interactive API CLI
/hg/html/cli.html
for debugging event stream and testing API commands (based on websocket connection)