mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
f0162377e2
commit
df2bb8e95c
|
@ -11,13 +11,14 @@ All notable changes to this project will be documented in this file.
|
|||
- NeoPool sensor delta trigger (command ``NPTelePeriod``) (#19973)
|
||||
- NeoPool store settings on unified file system (#19973)
|
||||
- NeoPool command ``NPBoost`` (#19973)
|
||||
- Partition Wizard can be loaded dynamically
|
||||
- ESP32 Partition Wizard can be loaded dynamically (#19980)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- Matter update hierarchy of plugins (#19915)
|
||||
- NeoPool ``NPHydrolysis`` percent and unit (#19924)
|
||||
- Thermostat JSON index from 0 to 1 (#20011)
|
||||
|
||||
### Fixed
|
||||
- Scripter timer issue (#19914)
|
||||
|
|
|
@ -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)
|
||||
- Support for ESP32-C2 and ESP32-C6 using Arduino core v3
|
||||
- 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 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)
|
||||
|
@ -144,6 +145,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
### Changed
|
||||
- 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)
|
||||
- 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)
|
||||
- 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)
|
||||
|
|
Loading…
Reference in New Issue