From f7278ab3a940f9214ef4106ed65dd2a99635d4b4 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Fri, 19 Jul 2024 12:50:50 +0200 Subject: [PATCH] v3.7.0-dev.26, changelog --- CHANGELOG_LATEST.md | 3 +++ src/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 821a44efc..0006be584 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -30,6 +30,9 @@ - allow device name to be customized [#1174](https://github.com/emsesp/EMS-ESP32/issues/1174) - Modbus support by @mheyse [#1744](https://github.com/emsesp/EMS-ESP32/issues/1744) - System Message command [#1854](https://github.com/emsesp/EMS-ESP32/issues/1854) +- scheduler can use web get/post for values and commands [#1806](https://github.com/emsesp/EMS-ESP32/issues/1806) +- RT800 remote emulation [#1867](https://github.com/emsesp/EMS-ESP32/issues/1867) +- RC310 cooling parameters [#1857](https://github.com/emsesp/EMS-ESP32/issues/1857) ## Fixed diff --git a/src/version.h b/src/version.h index bfd5521a5..7ba5e93f1 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.0-dev.25" +#define EMSESP_APP_VERSION "3.7.0-dev.26"