diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2539fd9..38e54d0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ All notable changes to this project will be documented in this file. ### Added - Scripter TCP client (#19914) - Berry ``debug.gcdebug()`` to enable GC debugging (#19936) -- NeoPool sensor delta trigger (command ``NPTelePeriod``) -- NeoPool store settings on unified file system -- NeoPool command ``NPBoost`` +- Berry AES_CBC to crypto module (#19964) +- NeoPool sensor delta trigger (command ``NPTelePeriod``) (#19973) +- NeoPool store settings on unified file system (#19973) +- NeoPool command ``NPBoost`` (#19973) ### Breaking Changed @@ -20,6 +21,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Scripter timer issue (#19914) - Zero-Cross Dimmer for ESP32 with Core3 (#19929) +- Matter flow sensor (#19961) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9583ac749..7c553e53e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -127,10 +127,14 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - NeoPool hydrolysis setpoint and max - NeoPool command ``NPFiltrationSpeed`` to set non-standard filtration type speed [#19857](https://github.com/arendst/Tasmota/issues/19857) - NeoPool command ``SetOption157`` to enable output of sensitive data [#19857](https://github.com/arendst/Tasmota/issues/19857) +- NeoPool command ``NPBoost`` [#19973](https://github.com/arendst/Tasmota/issues/19973) +- NeoPool sensor delta trigger (command ``NPTelePeriod``) [#19973](https://github.com/arendst/Tasmota/issues/19973) - NeoPool enhancements for HomeAssistant [#19857](https://github.com/arendst/Tasmota/issues/19857) +- NeoPool store settings on unified file system [#19973](https://github.com/arendst/Tasmota/issues/19973) - Support for ESP32-C2 and ESP32-C6 using Arduino core v3 - ESP32 core v3 auto TasConsole USB or Serial connection by @staars - Berry ``debug.gcdebug()`` to enable GC debugging [#19936](https://github.com/arendst/Tasmota/issues/19936) +- Berry AES_CBC to crypto module [#19964](https://github.com/arendst/Tasmota/issues/19964) - HASPmota add styling properties [#19912](https://github.com/arendst/Tasmota/issues/19912) - Matter flow sensor suppor [#19852](https://github.com/arendst/Tasmota/issues/19852)