Update changelogs

This commit is contained in:
Theo Arends 2023-11-11 14:29:37 +01:00
parent c88b773dd3
commit e81ec38661
2 changed files with 9 additions and 3 deletions

View File

@ -7,9 +7,10 @@ All notable changes to this project will be documented in this file.
### Added ### Added
- Scripter TCP client (#19914) - Scripter TCP client (#19914)
- Berry ``debug.gcdebug()`` to enable GC debugging (#19936) - Berry ``debug.gcdebug()`` to enable GC debugging (#19936)
- NeoPool sensor delta trigger (command ``NPTelePeriod``) - Berry AES_CBC to crypto module (#19964)
- NeoPool store settings on unified file system - NeoPool sensor delta trigger (command ``NPTelePeriod``) (#19973)
- NeoPool command ``NPBoost`` - NeoPool store settings on unified file system (#19973)
- NeoPool command ``NPBoost`` (#19973)
### Breaking Changed ### Breaking Changed
@ -20,6 +21,7 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- Scripter timer issue (#19914) - Scripter timer issue (#19914)
- Zero-Cross Dimmer for ESP32 with Core3 (#19929) - Zero-Cross Dimmer for ESP32 with Core3 (#19929)
- Matter flow sensor (#19961)
### Removed ### Removed

View File

@ -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 hydrolysis setpoint and max
- NeoPool command ``NPFiltrationSpeed`` to set non-standard filtration type speed [#19857](https://github.com/arendst/Tasmota/issues/19857) - 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 ``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 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 - Support for ESP32-C2 and ESP32-C6 using Arduino core v3
- ESP32 core v3 auto TasConsole USB or Serial connection by @staars - 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 ``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) - HASPmota add styling properties [#19912](https://github.com/arendst/Tasmota/issues/19912)
- Matter flow sensor suppor [#19852](https://github.com/arendst/Tasmota/issues/19852) - Matter flow sensor suppor [#19852](https://github.com/arendst/Tasmota/issues/19852)