From 6ca1d68d231e71780037b6492956b2fef4739733 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 29 Nov 2024 10:33:12 +0100 Subject: [PATCH] 3.7.2-dev --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ CHANGELOG_LATEST.md | 24 +----------------------- interface/package.json | 2 +- src/version.h | 2 +- 4 files changed, 32 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5a4a6f2..4ed89a8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ 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.7.1] 29 November 2024 + +## Added + +- include HA "unit_of_meas", "stat_cla" and "dev_cla" attributes for Number sensors [#2149](https://github.com/emsesp/EMS-ESP32/issues/2149) +- Bosch CS6800i AW - Silent Mode + Electrical Power Reduction (HP) [#2147](https://github.com/emsesp/EMS-ESP32/issues/2147) +- `/api/system/showeralert` and `/api/system/showertimer` [#2182](https://github.com/emsesp/EMS-ESP32/issues/2182) +- MX400 [#2198](https://github.com/emsesp/EMS-ESP32/issues/2198) +- SM200 values [#2212](https://github.com/emsesp/EMS-ESP32/discussions/2212) + +## Fixed + +- Modbus integration in 3.7.0 missing offset [#2148](https://github.com/emsesp/EMS-ESP32/issues/2148) +- fix changing TZ in NTPsettings without clearing enable+server, added DST support [#2142](https://github.com/emsesp/EMS-ESP32/issues/2142) +- Support MQTT Discovery (AD) with Domoticz [#2177](https://github.com/emsesp/EMS-ESP32/issues/2177) +- wwExtra (dhw extra) changed from temperature reading to number +- auxheaterstatus [#2192](https://github.com/emsesp/EMS-ESP32/issues/2192) +- lastCode character check [#2189](https://github.com/emsesp/EMS-ESP32/issues/2189) +- reading too many telegram parts +- heatpump cost UOMs [#2188](https://github.com/emsesp/EMS-ESP32/issues/2188) +- analog dac output and inputs on dac pins [#2201](https://github.com/emsesp/EMS-ESP32/discussions/2201) +- api memory leak [#2216](https://github.com/emsesp/EMS-ESP32/issues/2216) +- modbus multiple mixers [#2229](https://github.com/emsesp/EMS-ESP32/issues/2229) +- Last Will (LWT) not set on MQTT Connect [#2247](https://github.com/emsesp/EMS-ESP32/issues/2247) + +## Changed + +- name of wwstarts2 [#2217](https://github.com/emsesp/EMS-ESP32/discussions/2217) + ## [3.7.0] 27 October 2024 ## **IMPORTANT! BREAKING CHANGES with 3.6.5** diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 69fa7f9ee..dc87aa27a 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -2,33 +2,11 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/). -## [3.7.1] - -## **IMPORTANT! BREAKING CHANGES since v3.7.0** +## [3.7.2] ## Added -- include HA "unit_of_meas", "stat_cla" and "dev_cla" attributes for Number sensors [#2149](https://github.com/emsesp/EMS-ESP32/issues/2149) -- Bosch CS6800i AW - Silent Mode + Electrical Power Reduction (HP) [#2147](https://github.com/emsesp/EMS-ESP32/issues/2147) -- `/api/system/showeralert` and `/api/system/showertimer` [#2182](https://github.com/emsesp/EMS-ESP32/issues/2182) -- MX400 [#2198](https://github.com/emsesp/EMS-ESP32/issues/2198) -- SM200 values [#2212](https://github.com/emsesp/EMS-ESP32/discussions/2212) - ## Fixed -- Modbus integration in 3.7.0 missing offset [#2148](https://github.com/emsesp/EMS-ESP32/issues/2148) -- fix changing TZ in NTPsettings without clearing enable+server, added DST support [#2142](https://github.com/emsesp/EMS-ESP32/issues/2142) -- Support MQTT Discovery (AD) with Domoticz [#2177](https://github.com/emsesp/EMS-ESP32/issues/2177) -- wwExtra (dhw extra) changed from temperature reading to number -- auxheaterstatus [#2192](https://github.com/emsesp/EMS-ESP32/issues/2192) -- lastCode character check [#2189](https://github.com/emsesp/EMS-ESP32/issues/2189) -- reading too many telegram parts -- heatpump cost UOMs [#2188](https://github.com/emsesp/EMS-ESP32/issues/2188) -- analog dac output and inputs on dac pins [#2201](https://github.com/emsesp/EMS-ESP32/discussions/2201) -- api memory leak [#2216](https://github.com/emsesp/EMS-ESP32/issues/2216) -- modbus multiple mixers [#2229](https://github.com/emsesp/EMS-ESP32/issues/2229) -- Last Will (LWT) not set on MQTT Connect [#2247](https://github.com/emsesp/EMS-ESP32/issues/2247) - ## Changed -- name of wwstarts2 [#2217](https://github.com/emsesp/EMS-ESP32/discussions/2217) diff --git a/interface/package.json b/interface/package.json index 8aef27ba4..ab60e742d 100644 --- a/interface/package.json +++ b/interface/package.json @@ -1,6 +1,6 @@ { "name": "EMS-ESP", - "version": "3.7.1", + "version": "3.7.2", "description": "EMS-ESP WebUI", "homepage": "https://emsesp.org", "author": "proddy, emsesp.org", diff --git a/src/version.h b/src/version.h index 2353d4916..f14490776 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.1-dev.13" \ No newline at end of file +#define EMSESP_APP_VERSION "3.7.2-dev.0" \ No newline at end of file