Releases: genielabs/HomeGenie
Releases · genielabs/HomeGenie
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
v1.4.0-beta.29
- fix to previous release (statistics not updating)
v1.4.0-beta.28
- improved statistics - new statistics widget: create and add statistics to dashboards - new program: sine wave signal generator example
v1.4.0-beta.27
- added digital signal processing library (NWAves) - new program: time series filters example API - added selectable data filter in statistics view
v1.4.0-beta.26
- fixed memory leak in ValueStatistics: lower overall memory usage and faster events processing - added statistic data resampling - improved statistics graph - implemented ServiceWorker to run HG as a system service (see README) - updated README.md
v1.4.0-beta.25
- updated X10 drivers with a fix for ARM64 (#457) - added new block for handling module parameter's events in VPL (#463) - added switch..case block to VPL - optimized Python script engine - fix Program.UseWidget API bug - general automation program editor UX improvements - upgraded nuget packages - added fix for integrating Machine Learning libs (ML.NET)
v1.4.0-beta.24
- fixed #460 (allow any size for custom widgets) - fixed settings not persisting after service restart - fixed notifications not showing since v1.4.0-beta.20
v1.4.0-beta.23
- *Python* automation programs are back (v3.7) - fixes issue #453 - Added directive `#region program-context` to CSharp programs to allow declaring fields, classes, enums, structs - ZigBee: optimized discovery process - UI: upgraded to latest YoT release