From 9a63307b33c14ea6d8adfcfb8b45a7481b5a6edd Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 25 Jun 2024 10:44:44 +0200 Subject: [PATCH] updated for dev.18 --- CHANGELOG_LATEST.md | 3 ++- src/version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 91643bf5e..8ff39a6e1 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -5,7 +5,7 @@ ## **IMPORTANT! BREAKING CHANGES** - new device WATER shows dhw entities from MM100 and SM100 in dhw setting -- rename WWC to DHW, always create DHW nests/topics, remove ww prefix from mqtt names [#1634](https://github.com/emsesp/EMS-ESP32/issues/1634) +- renamed WWC to DHW, always create DHW nests/topics, remove ww prefix from mqtt names [#1634](https://github.com/emsesp/EMS-ESP32/issues/1634) ## Added @@ -40,3 +40,4 @@ - dynamic register dhw circuits for thermostat - removed OTA feature [#1738](https://github.com/emsesp/EMS-ESP32/issues/1738) - added shower min duration [[#1801](https://github.com/emsesp/EMS-ESP32/issues/1801)] +- Include TXT file along with the generated CSV for Device Data export/download diff --git a/src/version.h b/src/version.h index 1d59dfab5..93d63925e 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.0-dev.17" +#define EMSESP_APP_VERSION "3.7.0-dev.18"