mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
4bac940a40
commit
c5e09ef76d
|
@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [12.5.0.1]
|
## [12.5.0.1]
|
||||||
### Added
|
### Added
|
||||||
|
- Matter sensors Humidity, Pressure, Illuminance; optimize memory (#18441)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
|
@ -29,7 +30,6 @@ All notable changes to this project will be documented in this file.
|
||||||
- Berry `instrospect.name()` to get names of functions, modules and classes (#18422)
|
- Berry `instrospect.name()` to get names of functions, modules and classes (#18422)
|
||||||
- Berry add `searchall()` and `matchall()` to `re` module and pre-compiled patterns (#18429)
|
- Berry add `searchall()` and `matchall()` to `re` module and pre-compiled patterns (#18429)
|
||||||
- Matter automatically exposes all detected Temperature sensors (#18430)
|
- Matter automatically exposes all detected Temperature sensors (#18430)
|
||||||
- Matter add sensors: Humidity, Pressure, Illuminance; optimize memory
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP32 LVGL library from v8.3.5 to v8.3.6 (no functional change)
|
- ESP32 LVGL library from v8.3.5 to v8.3.6 (no functional change)
|
||||||
|
|
|
@ -112,6 +112,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||||
|
|
||||||
## Changelog v12.5.0.1
|
## Changelog v12.5.0.1
|
||||||
### Added
|
### Added
|
||||||
|
- Matter sensors Humidity, Pressure, Illuminance [#18441](https://github.com/arendst/Tasmota/issues/18441)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue