Releases: genielabs/HomeGenie
Releases · genielabs/HomeGenie
v1.4.0-beta.40
- Fixes #457 (occasional Segmentation Fault during update process)
v1.4.0-beta.39
- Enabled module's fields editing
- Re-open last closed dashboard when going back to home page or when starting app
- updated examples widgets
- upgraded to
zuix-dist 1.1.20
v1.4.0-beta.38
v1.4.0-beta.37
- Fixed missing module select when adding a new chart
- Updated app icons
- Updated xml API docs and Doxygen config
v1.4.0-beta.36
- Fix wrong app root in v1.4.0-beta.35
- Upgraded to Blockly 9.3.0: Visual Program Editor is now fully functional also on tablet and mobile
- Fixed Weekly Stats program bug
v1.4.0-beta.34
- fixes and improvements related to chart functionality
v1.4.0-beta.33
- fix chart editor not updating fields
v1.4.0-beta.32
- Fix to v1.4.0-beta.31 (not updating version info when upgrading automation programs)
v1.4.0-beta.31
- Added "context code" to c# programs where to declare constants, enums, classes and fields visible to both setup and main code.
- Added new ApiHelper class to perform custom API-related tasks
- Deprecated: "When.WebServiceCallReceived", "Program.ApiCall", "Program.ParseApiCall"
- Added "Program.Implements" method to declare implemented API interfaces (e.g. Chart Provider to create custom charts)
- Added example chart providers: Weekly energy statistics and a mocked Pie Chart statistics
- Added option to undo changes made to a system program and to upgrade programs when a new version is available
v1.4.0-beta.30
- minor fixes/improvements to stats widget