Skip to content

Releases: genielabs/HomeGenie

v1.4.0-beta.40

20 Apr 20:20
Compare
Choose a tag to compare
  • Fixes #457 (occasional Segmentation Fault during update process)

v1.4.0-beta.39

20 Apr 10:27
Compare
Choose a tag to compare
  • 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

14 Apr 21:34
Compare
Choose a tag to compare
  • Added brand new Custom Widget Editor =)
  • Added custom widget: examples/display-temperature

Schermata del 2023-04-14 23-05-59

v1.4.0-beta.37

01 Apr 12:47
Compare
Choose a tag to compare
  • Fixed missing module select when adding a new chart
  • Updated app icons
  • Updated xml API docs and Doxygen config

v1.4.0-beta.36

30 Mar 19:34
Compare
Choose a tag to compare
  • 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

27 Mar 10:48
Compare
Choose a tag to compare
  • fixes and improvements related to chart functionality

v1.4.0-beta.33

26 Mar 23:06
Compare
Choose a tag to compare
  • fix chart editor not updating fields

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