From 605c61cd29327dc47b74c41579ac5c8fe636b1b3 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Sat, 13 Apr 2024 16:50:50 +0200 Subject: [PATCH] changelog, ver 3.7.0-dev3 --- CHANGELOG_LATEST.md | 4 ++++ src/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 31d060cce..3b35713ed 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -13,9 +13,13 @@ - thermostat second dhw circuit [#1634](https://github.com/emsesp/EMS-ESP32/issues/1634) - remote thermostat emulation for RC100H, RC200 and FB10 [#1287](https://github.com/emsesp/EMS-ESP32/discussions/1287), [#1602](https://github.com/emsesp/EMS-ESP32/discussions/1602), [#1551](https://github.com/emsesp/EMS-ESP32/discussions/1551) - heatpump dhw stop temperatures [#1624](https://github.com/emsesp/EMS-ESP32/issues/1624) +- reset history [#1695](https://github.com/emsesp/EMS-ESP32/issues/1695) ## Fixed +- remote thermostat emulation for RC200 on Rego2000/3000 thermostats [#1691](https://github.com/emsesp/EMS-ESP32/discussions/1691) +- log shows data for F7/F9 requests + ## Changed - use flag for BC400 compatible thermostats, manage different mode settings diff --git a/src/version.h b/src/version.h index 01e17b72f..ffd04b905 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.0-test.2" +#define EMSESP_APP_VERSION "3.7.0-dev.3"