From 5fcd9bfd2deaaf6a83050e56c38cdc77602ed587 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 25 Aug 2026 18:26:33 +0200 Subject: [PATCH] 3.9.0-dev.5 --- CHANGELOG_LATEST.md | 1 + src/emsesp_version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index f4bdff292..41ca8ec4e 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -34,4 +34,5 @@ This release is based on the latest Espressif/Arduino core version 3. It brings - remove devices without entities not listed in 0x07 telegram - changes to the Dialogs in Dashboard page, removed the run icon in the Commands page. Renamed Execute to Run. - set `None` for undefined values in HA `val_tpl` +- changes in WebUI - remove multiple calls systemInfo endpoint, Vewrsion pages checks for internet connection [#3195](https://github.com/emsesp/EMS-ESP32/pull/3195) diff --git a/src/emsesp_version.h b/src/emsesp_version.h index 929ebedf7..19dbf2a47 100644 --- a/src/emsesp_version.h +++ b/src/emsesp_version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.9.0-dev.4" +#define EMSESP_APP_VERSION "3.9.0-dev.5"