Update change logs

This commit is contained in:
Theo Arends
2026-05-11 13:40:11 +02:00
parent ad671a557c
commit a94539f058
2 changed files with 10 additions and 2 deletions
+5 -2
View File
@@ -5,16 +5,19 @@ All notable changes to this project will be documented in this file.
## [15.4.0.2]
### Added
- Support for Modbus RX Enable GPIO (#24726)
- Support for hostname generation using single-specifier Format() patterns (#24731)
### Breaking Changed
### Changed
- ESP32 Platform from 2026.04.50 to 2026.05.50, Framework (Arduino Core) from v3.3.8 to v3.3.8.260506 and IDF v5.5.4.260407 (#24718)
- Berry `format()` now uses internal `ext_snprintf_P()` for floating point formatting (#24725)
- ESP8266 wrap printf and replace with stubs reducing flash size by 6k (#24714)
### Fixed
- NeoPool fix possible overflow/div-zero errors
- NeoPool fix Hydrolysis module detection
- NeoPool possible overflow/div-zero errors and Hydrolysis module detection (#24724)
- Seesaw encoder position tracking in light control mode (#24730)
### Removed
+5
View File
@@ -116,6 +116,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Added
- Command `SetOption [0..2]` to display SetOption values
- Command `WcResolution 0..24` increasing camera max resolution from 14 to 24
- Support for hostname generation using single-specifier Format() patterns [#24731](https://github.com/arendst/Tasmota/issues/24731)
- Support for Modbus RX Enable GPIO [#24726](https://github.com/arendst/Tasmota/issues/24726)
- MiElHVAC extend support of AirDirection control [#24675](https://github.com/arendst/Tasmota/issues/24675)
- Berry add support for pre-processor [#24679](https://github.com/arendst/Tasmota/issues/24679)
- Berry transpose C defines to Berry in `tasmota_defines_for_berry.be` [#24680](https://github.com/arendst/Tasmota/issues/24680)
@@ -124,8 +126,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Changed
- ESP32 Platform from 2025.04.30 to 2026.05.50, Framework (Arduino Core) from v3.1.11 to v3.3.8.260506 and IDF from v5.3.4.260127 to v5.5.4.260407 [#24718](https://github.com/arendst/Tasmota/issues/24718)
- ESP8266 wrap printf and replace with stubs reducing flash size by 6k [#24714](https://github.com/arendst/Tasmota/issues/24714)
- Berry `format()` now uses internal `ext_snprintf_P()` for floating point formatting [#24725](https://github.com/arendst/Tasmota/issues/24725)
### Fixed
- NeoPool possible overflow/div-zero errors and Hydrolysis module detection [#24724](https://github.com/arendst/Tasmota/issues/24724)
- Seesaw encoder position tracking in light control mode [#24730](https://github.com/arendst/Tasmota/issues/24730)
### Removed