Skip to content

v1.4.0-beta.31

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 16:50
· 48 commits to master since this release
  • 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