mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
2a4c59dc68
commit
3b0cb408ba
|
@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
|
|||
- ESP32 support for Shelly Plus Add-On using DS18x20 or DHT11/AM2301/DHT21/DHT22/AM2302/AM2321/SI7021 on GPIO0/1 (#20580)
|
||||
- ESP32 MI32 Legacy initial support for sensors using BTHOME packet format (#20625)
|
||||
- Berry `introspect.contains` and `bytes.addfloat` (#20635)
|
||||
- Matter add human readable names for TimeSync cluster (#20666)
|
||||
|
||||
### Breaking Changed
|
||||
- Matter aggregator relocated to endpoint 1 for Google compatibility, may break existing associations (#20654)
|
||||
|
@ -25,7 +26,8 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Fixed
|
||||
- Berry C mapping, raise an error if too many arguments are sent (#20604)
|
||||
- Matter fixed error when removing device from Google Home
|
||||
- Matter error when removing device from Google Home (#20665)
|
||||
- Matter exception when fabrics is not initialized (#20667)
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -160,6 +160,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- HASPmota type `chart` [#20372](https://github.com/arendst/Tasmota/issues/20372)
|
||||
- HASPmota support for `min` and `max` attribute in `slider` [#20582](https://github.com/arendst/Tasmota/issues/20582)
|
||||
- Matter support for password for remote Tasmota devices [#20296](https://github.com/arendst/Tasmota/issues/20296)
|
||||
- Matter add human readable names for TimeSync cluster [#20666](https://github.com/arendst/Tasmota/issues/20666)
|
||||
|
||||
### Breaking Changed
|
||||
- Refactoring of Berry `animate` module for WS2812 Leds [#20236](https://github.com/arendst/Tasmota/issues/20236)
|
||||
|
@ -201,6 +202,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Berry C mapping, raise an error if too many arguments are sent [#20604](https://github.com/arendst/Tasmota/issues/20604)
|
||||
- Matter Contact sensor was not triggering any update [#20232](https://github.com/arendst/Tasmota/issues/20232)
|
||||
- Matter support for Alexa [#20545](https://github.com/arendst/Tasmota/issues/20545)
|
||||
- Matter error when removing device from Google Home [#20665](https://github.com/arendst/Tasmota/issues/20665)
|
||||
- Matter exception when fabrics is not initialized [#20667](https://github.com/arendst/Tasmota/issues/20667)
|
||||
|
||||
### Removed
|
||||
- Max number of 30 backlog entries
|
||||
|
|
Loading…
Reference in New Issue