From e8f57b6343f698db6104f9195a73996076013f1c Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 11 Jan 2026 19:28:38 +0100 Subject: [PATCH] v3.8.1 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ CHANGELOG_LATEST.md | 22 +--------------------- src/emsesp_version.h | 2 +- 3 files changed, 30 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6314e7c64..87b03e7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.8.1] 11 January 2026 + +## Added + +- update time saved in nvs +- heatpump entities [#2883](https://github.com/emsesp/EMS-ESP32/issues/2883) +- HA input number format (mode) selectable box/slider (slider for max range 100) [#2900](https://github.com/emsesp/EMS-ESP32/discussions/2900) + +## Fixed + +- fix EMS bus disconnected errors on some systems [#2881](https://github.com/emsesp/EMS-ESP32/issues/2881) +- selflowtemp fix [#2876](https://github.com/emsesp/EMS-ESP32/issues/2876) +- updated valid GPIOs for ESP32S2, ESP32S3 and ESP32 that caused custom systems to block gpios [#2887](https://github.com/emsesp/EMS-ESP32/issues/2887) +- Junkers wwcharge offset [#2860](https://github.com/emsesp/EMS-ESP32/issues/2860) +- fixed minflowtemp [#2890](https://github.com/emsesp/EMS-ESP32/issues/2890) +- don't add HA uom/classes for bool values [#2885](https://github.com/emsesp/EMS-ESP32/issues/2885) +- fixed missing progress bar on web firmware uploads + +## Changed + +- snapshot gpios stored in temporary ram +- GPIOs stored along with the name and reported in log if conflicting +- free GPIOs depend on board profile [#2901](https://github.com/emsesp/EMS-ESP32/issues/2901) +- prefer PSram for mqtt queue [#2889](https://github.com/emsesp/EMS-ESP32/issues/2889) +- day schedule defult to all days, no day selected is not allowed +- board profile `CUSTOM` can only be selected in developer mode +- mqtt sends round values without decimals (`28` instead of `28.0`) + ## [3.8.0] 31 December 2025 ## Added diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index b8ca89838..d08fbd934 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -2,30 +2,10 @@ For more details go to [emsesp.org](https://emsesp.org/). -## [3.8.1] +## [3.8.2] ## Added -- update time saved in nvs -- heatpump entities [#2883](https://github.com/emsesp/EMS-ESP32/issues/2883) -- HA input number format (mode) selectable box/slider (slider for max range 100) [#2900](https://github.com/emsesp/EMS-ESP32/discussions/2900) - ## Fixed -- fix EMS bus disconnected errors on some systems [#2881](https://github.com/emsesp/EMS-ESP32/issues/2881) -- selflowtemp fix [#2876](https://github.com/emsesp/EMS-ESP32/issues/2876) -- updated valid GPIOs for ESP32S2, ESP32S3 and ESP32 that caused custom systems to block gpios [#2887](https://github.com/emsesp/EMS-ESP32/issues/2887) -- Junkers wwcharge offset [#2860](https://github.com/emsesp/EMS-ESP32/issues/2860) -- fixed minflowtemp [#2890](https://github.com/emsesp/EMS-ESP32/issues/2890) -- don't add HA uom/classes for bool values [#2885](https://github.com/emsesp/EMS-ESP32/issues/2885) -- fixed missing progress bar on web firmware uploads - ## Changed - -- snapshot gpios stored in temporary ram -- GPIOs stored along with the name and reported in log if conflicting -- free GPIOs depend on board profile [#2901](https://github.com/emsesp/EMS-ESP32/issues/2901) -- prefer PSram for mqtt queue [#2889](https://github.com/emsesp/EMS-ESP32/issues/2889) -- day schedule defult to all days, no day selected is not allowed -- board profile `CUSTOM` can only be selected in developer mode -- mqtt sends round values without decimals (`28` instead of `28.0`) diff --git a/src/emsesp_version.h b/src/emsesp_version.h index 543e41baf..910a87b46 100644 --- a/src/emsesp_version.h +++ b/src/emsesp_version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.8.1-dev.8" +#define EMSESP_APP_VERSION "3.8.1"