Update changelogs

This commit is contained in:
Theo Arends 2023-11-16 10:38:02 +01:00
parent f0162377e2
commit df2bb8e95c
2 changed files with 4 additions and 1 deletions

View File

@ -11,13 +11,14 @@ All notable changes to this project will be documented in this file.
- NeoPool sensor delta trigger (command ``NPTelePeriod``) (#19973) - NeoPool sensor delta trigger (command ``NPTelePeriod``) (#19973)
- NeoPool store settings on unified file system (#19973) - NeoPool store settings on unified file system (#19973)
- NeoPool command ``NPBoost`` (#19973) - NeoPool command ``NPBoost`` (#19973)
- Partition Wizard can be loaded dynamically - ESP32 Partition Wizard can be loaded dynamically (#19980)
### Breaking Changed ### Breaking Changed
### Changed ### Changed
- Matter update hierarchy of plugins (#19915) - Matter update hierarchy of plugins (#19915)
- NeoPool ``NPHydrolysis`` percent and unit (#19924) - NeoPool ``NPHydrolysis`` percent and unit (#19924)
- Thermostat JSON index from 0 to 1 (#20011)
### Fixed ### Fixed
- Scripter timer issue (#19914) - Scripter timer issue (#19914)

View File

@ -133,6 +133,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- NeoPool store settings on unified file system [#19973](https://github.com/arendst/Tasmota/issues/19973) - 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
- ESP32 Partition Wizard can be loaded dynamically [#19980](https://github.com/arendst/Tasmota/issues/19980)
- 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) - 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)
@ -144,6 +145,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Changed ### Changed
- Increase MAX_HUE_DEVICES to 32 [#19820](https://github.com/arendst/Tasmota/issues/19820) - Increase MAX_HUE_DEVICES to 32 [#19820](https://github.com/arendst/Tasmota/issues/19820)
- NeoPool ``NPHydrolysis`` percent and unit [#19924](https://github.com/arendst/Tasmota/issues/19924) - NeoPool ``NPHydrolysis`` percent and unit [#19924](https://github.com/arendst/Tasmota/issues/19924)
- Thermostat JSON index from 0 to 1 [#20011](https://github.com/arendst/Tasmota/issues/20011)
- MI32 updates [#19893](https://github.com/arendst/Tasmota/issues/19893) - MI32 updates [#19893](https://github.com/arendst/Tasmota/issues/19893)
- ESP32 keep FileSystem intact when over flashing with VSC [#19816](https://github.com/arendst/Tasmota/issues/19816) - ESP32 keep FileSystem intact when over flashing with VSC [#19816](https://github.com/arendst/Tasmota/issues/19816)
- Matter Light0 now accept a Relay number [#19809](https://github.com/arendst/Tasmota/issues/19809) - Matter Light0 now accept a Relay number [#19809](https://github.com/arendst/Tasmota/issues/19809)