From 8b6185b02f7fe98b7a36f409584c0b35134a76eb Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Sun, 4 Sep 2022 12:18:37 +0200 Subject: [PATCH] Update Changes for release 0.5.16 --- tools/esp8266/CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/esp8266/CHANGES.md b/tools/esp8266/CHANGES.md index 3e0714be..5b047ae9 100644 --- a/tools/esp8266/CHANGES.md +++ b/tools/esp8266/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +- v0.5.16 + * Add alarm messages dictonary in the hminverter class + * show last alarm message in the overview after receiving the message id from the AlarmData command + * Added No-PowerLimit function/setting (thx @lumapu) + * Bug fix #195 trailing and leading spaces in setup parameters (thx @lumapu) + * Added parametric CAD model for a case (thx @cubinet-code) + * Code styling improvements (eg. dynamic creation of html code) (thx @stefan123t, @lumapu) + * Mqtt publish action is now after successful parse a payload, no own ticker + * Fixes/improvements #183, #184, #216, #213, #196, #176, #171 - v0.5.15 * Bug fix: mqtt payload handling (thx @klahus1, silverserver) * Bug fix: eeprom alignment fixed (thx @klahus1)