mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
0937a6b82c
commit
cefd42c820
|
@ -7,13 +7,13 @@ All notable changes to this project will be documented in this file.
|
|||
### Added
|
||||
- Partition Wizard is now able to convert to safeboot from Shelly partition layout (#19034)
|
||||
- Matter mini-profiler (#19075)
|
||||
- Berry `_class` can be used in `static var` initialization code
|
||||
- Berry `_class` can be used in `static var` initialization code (#19088)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- ESP32 shutter driver support up to 16 shutters (#18295)
|
||||
- Configuration file save and restore now backup and restore ``.xdrvsetXXX`` files too (#18295)
|
||||
- Configuration backup and restore now backup and restore ``.xdrvsetXXX`` files too (#18295)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -116,7 +116,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Command ``Delay -1`` to wait until next second [#18984](https://github.com/arendst/Tasmota/issues/18984)
|
||||
- Command ``Restart 9`` to save all changes and go into deepsleep waiting for a reset [#19024](https://github.com/arendst/Tasmota/issues/19024)
|
||||
- Support for SGP41 TVOC/NOx Sensor [#18880](https://github.com/arendst/Tasmota/issues/18880)
|
||||
- Berry added `getgbl` performance counter to `debug.counters()` [#19070](https://github.com/arendst/Tasmota/issues/19070)
|
||||
- Berry `getgbl` performance counter to `debug.counters()` [#19070](https://github.com/arendst/Tasmota/issues/19070)
|
||||
- Berry `_class` can be used in `static var` initialization code [#19088](https://github.com/arendst/Tasmota/issues/19088)
|
||||
- Partition Wizard is now able to convert to safeboot from Shelly partition layout [#19034](https://github.com/arendst/Tasmota/issues/19034)
|
||||
- Matter option to disable bridge mode [#18992](https://github.com/arendst/Tasmota/issues/18992)
|
||||
- Matter mini-profiler [#19075](https://github.com/arendst/Tasmota/issues/19075)
|
||||
|
@ -127,7 +128,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
|
||||
### Changed
|
||||
- ESP32 LVGL library from v8.3.7 to v8.3.8 (no functional change)
|
||||
- Configuration file save and restore now backup and restore ``.xdrvsetXXX`` files too [#18295](https://github.com/arendst/Tasmota/issues/18295)
|
||||
- Configuration backup and restore now backup and restore ``.xdrvsetXXX`` files too [#18295](https://github.com/arendst/Tasmota/issues/18295)
|
||||
- ESP32 shutter driver support up to 16 shutters [#18295](https://github.com/arendst/Tasmota/issues/18295)
|
||||
- Matter support for temperature in Fahrenheit (`SetOption8 1`) [#18987](https://github.com/arendst/Tasmota/issues/18987)
|
||||
- Matter improve responsiveness [#19002](https://github.com/arendst/Tasmota/issues/19002)
|
||||
|
|
Loading…
Reference in New Issue