diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb8be346..bfe78211a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ All notable changes to this project will be documented in this file. - BLE updates for esp-nimble-cpp v2.x (#23553) - Library names (#23560) - ESP32 LoRaWan decoding won't duplicate non-decoded message if `SO147 0` -- CSS uses named colors variables +- VEML6070 and AHT2x device detection (#23581) +- CSS uses named colors variables (#23597) ### Fixed - LVGL restore `lv_chart.set_range` removed in LVGL 9.3.0 in favor of `lv_chart.set_axis_range` (#23567) @@ -23,6 +24,7 @@ All notable changes to this project will be documented in this file. - Berry security issues in `int64` and improve documentation (#23605) - Berry security issues in `berry_mapping` and improve documentation (#23606) - Berry Hue regression from #23429 (#23623) +- AHT30 sensor start with null values after deep sleep (#23624) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bb5837bf8..7a0f9b929 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -116,6 +116,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v15.0.1.1 ### Added +- NeoPool add Redox tank alarm [#19811](https://github.com/arendst/Tasmota/issues/19811) - I2S additions [#23543](https://github.com/arendst/Tasmota/issues/23543) - Berry f-strings now support ':' in expression [#23618](https://github.com/arendst/Tasmota/issues/23618) @@ -123,10 +124,13 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Changed - Library names [#23560](https://github.com/arendst/Tasmota/issues/23560) +- CSS uses named colors variables [#23597](https://github.com/arendst/Tasmota/issues/23597) +- VEML6070 and AHT2x device detection [#23581](https://github.com/arendst/Tasmota/issues/23581) - ESP32 LoRaWan decoding won't duplicate non-decoded message if `SO147 0` - BLE updates for esp-nimble-cpp v2.x [#23553](https://github.com/arendst/Tasmota/issues/23553) ### Fixed +- AHT30 sensor start with null values after deep sleep [#23624](https://github.com/arendst/Tasmota/issues/23624) - Berry vulnerability in JSON parsing for unicode [#23603](https://github.com/arendst/Tasmota/issues/23603) - Berry security issues in `int64` and improve documentation [#23605](https://github.com/arendst/Tasmota/issues/23605) - Berry security issues in `berry_mapping` and improve documentation [#23606](https://github.com/arendst/Tasmota/issues/23606)