From 03da60a2534c59d711f9a2ce2974464f3bfb3ad6 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 8 Mar 2021 19:54:01 +0100 Subject: [PATCH] minor cleanup --- CHANGELOG_LATEST.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index de8c881bf..cece561fc 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,11 +1,12 @@ # Changelog -See https://github.com/proddy/EMS-ESP/issues/632 +## **Important Breaking Changes** + - 3.0.0b3 uses a new filesystem. During upgrading all settings will be erased and not migrated. ### Added -- Power settings for ESP32 +- Power settings, disabling BLE and turning off Wifi sleep - Rx and Tx counts to Heartbeat MQTT payload -- Ethernet support (ESP32) +- Ethernet support - id to info command to show only a heatingcircuit - add sending devices that are not listed to 0x07 - extra MQTT boolean option for "ON" and "OFF" @@ -19,9 +20,10 @@ See https://github.com/proddy/EMS-ESP/issues/632 - readback after write with delay (give ems-devices time to set the value) - Thermostat ES72/RC20 device 66 to command-set RC20_2 - MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369) -- fix for HA topics with invalid command formats - #728 +- fix for HA topics with invalid command formats (#728) ### Changed +- changed how telegram parameters are rendered for mqtt, console and web (#632) - split `show values` in smaller packages (edited) - extended length of IP/hostname from 32 to 48 chars (#676) - check flowsensor for `tap_water_active` @@ -32,7 +34,7 @@ See https://github.com/proddy/EMS-ESP/issues/632 - Increased MQTT buffer and reduced wait time between publishes - Updated to the latest ArduinoJson library - some names of mqtt-tags like in v2.2.1 -- **Breaking Change** new ESP32 partition side to allow for smoother OTA and fallback +- new ESP32 partition side to allow for smoother OTA and fallback ### Removed