Skip to content

Releases: genielabs/HomeGenie

v1.4.0-beta.32

26 Mar 17:26
Compare
Choose a tag to compare
  • Fix to v1.4.0-beta.31 (not updating version info when upgrading automation programs)

v1.4.0-beta.31

26 Mar 16:50
Compare
Choose a tag to compare
  • 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

20 Mar 17:47
Compare
Choose a tag to compare
- minor fixes/improvements to stats widget

v1.4.0-beta.29

19 Mar 20:16
Compare
Choose a tag to compare
- fix to previous release (statistics not updating)

v1.4.0-beta.28

19 Mar 18:42
Compare
Choose a tag to compare
- improved statistics
- new statistics widget: create and add statistics to dashboards
- new program: sine wave signal generator example

v1.4.0-beta.27

11 Mar 18:36
Compare
Choose a tag to compare
- 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

08 Mar 14:24
Compare
Choose a tag to compare
- 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

06 Mar 13:47
Compare
Choose a tag to compare
- 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

28 Feb 17:26
Compare
Choose a tag to compare
- 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

23 Feb 19:00
Compare
Choose a tag to compare
- *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