mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
ddcc7d9990
commit
0784637f4f
|
@ -6,15 +6,15 @@ All notable changes to this project will be documented in this file.
|
||||||
## [14.1.0.4]
|
## [14.1.0.4]
|
||||||
### Added
|
### Added
|
||||||
- Support for Sonoff iFan04-H using template (#16402)
|
- Support for Sonoff iFan04-H using template (#16402)
|
||||||
- Matter improve internal `inspect`for superclasses
|
- Matter improve internal `inspect`for superclasses (#21824)
|
||||||
- Matter support for split lights (`SetOption68 1` and `SetOption37 128`)
|
- Matter support for split lights (`SetOption68 1` and `SetOption37 128`) (#21834)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Berry fix `light.get` for separate RGB/CT
|
- Berry `light.get` for separate RGB/CT (#21818)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
|
@ -149,6 +149,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||||
- Matter show event name in logs [#21649](https://github.com/arendst/Tasmota/issues/21649)
|
- Matter show event name in logs [#21649](https://github.com/arendst/Tasmota/issues/21649)
|
||||||
- Matter full support of events [#21698](https://github.com/arendst/Tasmota/issues/21698)
|
- Matter full support of events [#21698](https://github.com/arendst/Tasmota/issues/21698)
|
||||||
- Matter support for 'Generic Switch' based on Tasmota Buttons [#21731](https://github.com/arendst/Tasmota/issues/21731)
|
- Matter support for 'Generic Switch' based on Tasmota Buttons [#21731](https://github.com/arendst/Tasmota/issues/21731)
|
||||||
|
- Matter improve internal `inspect`for superclasses [#21824](https://github.com/arendst/Tasmota/issues/21824)
|
||||||
|
- Matter support for split lights (`SetOption68 1` and `SetOption37 128`) [#21834](https://github.com/arendst/Tasmota/issues/21834)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP8266 platform update from 2024.01.01 to 2024.06.00 [#21668](https://github.com/arendst/Tasmota/issues/21668)
|
- ESP8266 platform update from 2024.01.01 to 2024.06.00 [#21668](https://github.com/arendst/Tasmota/issues/21668)
|
||||||
|
@ -181,6 +183,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||||
- ESP32 Resistive Touch xpt for 2 spi busses [#21814](https://github.com/arendst/Tasmota/issues/21814)
|
- ESP32 Resistive Touch xpt for 2 spi busses [#21814](https://github.com/arendst/Tasmota/issues/21814)
|
||||||
- Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565)
|
- Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565)
|
||||||
- Berry `bytes.resize()` for large sizes [#21716](https://github.com/arendst/Tasmota/issues/21716)
|
- Berry `bytes.resize()` for large sizes [#21716](https://github.com/arendst/Tasmota/issues/21716)
|
||||||
|
- Berry `light.get` for separate RGB/CT [#21818](https://github.com/arendst/Tasmota/issues/21818)
|
||||||
- Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636)
|
- Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636)
|
||||||
- Matter CASE Sigma1 resumption mode for faster reconnection [#21644](https://github.com/arendst/Tasmota/issues/21644)
|
- Matter CASE Sigma1 resumption mode for faster reconnection [#21644](https://github.com/arendst/Tasmota/issues/21644)
|
||||||
- Matter TLV.U8 unsigned encoding [#21672](https://github.com/arendst/Tasmota/issues/21672)
|
- Matter TLV.U8 unsigned encoding [#21672](https://github.com/arendst/Tasmota/issues/21672)
|
||||||
|
|
Loading…
Reference in New Issue