Releases: genielabs/HomeGenie
Releases · genielabs/HomeGenie
v1.1-beta.520
- Optimized general web UI performances (should fix #272)
- Migrated some generic widgets to new API model: camerainput, colorlight, dimmer, doorwindow, generic, light, sensor, siren, switch, template
- Revamped HG Javascript API code and model
- Fixed ZWaveLib db serialization issue
- Fixed SharpZipLib version compatibility PR #276
- Brand new Dashboard look
- Added new automation program: "Virtual Modules Demo"
v1.1-beta.519
- Fixed bug that was causing programs features randomly disappear
- Fixed wrong mime-type sent for web fonts (MIG)
- Thermostat widget restyling and fix to set point bug when using fahrenheit unit
- Added "Programs.Get" API command
v1.1-beta.518
- Added Program.ParseApiCall(string apiCall) helper method
- Added
$
class in Javascript programs (eg.:$.on.webServiceCallReceived(...); $.modules.withAddres(...); $.program.raiseEvent(...);
) - Added Virtual Modules demo app (Javascript)
- Added program loop check
- Fixed error reporting in program engine
v1.1-beta.517
- Fixed concurrency issue in method IsScheduling
v1.1-beta.516
- Replaced nmqtt library with M2Mqyy.Net
- Fixed Data.Module.NeedsUdpdate serialization bug
- Reset oldest 24 hours of data instead of whole DB when statistics DB exceed size limit
- Fixed Web Server (MIG) headers bug preventing client from caching files
- Added event raising when a module property is changed from the UI; deprecated HG.Automation.Programs.PostBack;
v1.1-beta.515
- Fix "Add new Program" bug (issue #259)
- Z-Wave Pepper1 database is now queried online
- Fix zwavenode.xml (node data persistence file) serialization issue
v1.1-beta.514
- Moved LIRC, Insteon, W800RF32, V4LCamera interfaces to package repository
- Fix C# automation program compile error on mono ARM platforms with locale settings using comma separator for decimals
- Fix package install error on mono ARM < 4.0.4
- Added new Program.ApiCall(string apiCommand) helper method
- Added installed packages and statistics files to backup archive
- Fixed bug in Z-Wave MultiCmd and SensorBinary command class
- Added Package Browser and Installer to the Maintenance page
- Fixed occasional "object reference not set" error when compiling/starting a program
- Added recursion check to scheduler event expressions
- Fixed bug in evaluating composite scheduler events using names (@)
v1.1-beta.512
- Energy Monitor widget now shows Watt load graph as default
- Updated Russian and French locales
- Improved crontab input field with autocomplete
- Updated compression library (latest HEAD SharpZipLib from master repo)
v1.1-beta.511
- Fix archive compression "codepage not supported" bug introduced in r510
- Fix heavy cpu load bug introduced in r510
- Fix TimeTable time offset bug introduced in r510
- Faaaster archive compression/decompression using SharpZipLib
- Improved TimeTable to support CronTab expressions for program Disable/AutoOff options
v1.1-beta.509
- Added 'Zone Sensors' program; group multiple sensors into one logical sensor
- Added 'Automatic Off' options to TimeTable programs (when armed home/away or no motion activity detected)
- Updated Z-Wave device database (pepper1)
- Updated RaspberrySharp-IO libraries
- Little UI rework and improvements
- Fix to Timetable widget 'today events' bug