Update changelogs

This commit is contained in:
Theo Arends 2023-04-25 15:43:41 +02:00
parent 39abde2583
commit 074831437f
3 changed files with 215 additions and 211 deletions

View File

@ -8,12 +8,13 @@ All notable changes to this project will be documented in this file.
- Matter sensors Humidity, Pressure, Illuminance; optimize memory (#18441)
- Command ``SetOption152 0/1`` to select two (0 = default) pin bistable or one (1) pin latching relay control (#18386)
- Matter allow `Matter#Initialized` rule once the device is configured (#18451)
- Matter add UI to change endpoints configuration
- Matter add UI to change endpoints configuration (#18498)
### Breaking Changed
### Changed
- ESP32 Framework (Core) from v2.0.7 to v2.0.8
- Refactored Zero Cross Dimmer (#18481)
### Fixed
- ESP8266 Energy Export Active no update regression from v12.3.1.3

View File

@ -8,7 +8,7 @@
In addition to @arendst the following code is mainly owned by:
| Code | Owner
|----------------------------|---------------------------
|------------------------------|---------------------------
| Tasmota Drivers |
| |
| xdrv_01_webserver | @arendst
@ -79,6 +79,7 @@ In addition to @arendst the following code is mainly owned by:
| xdrv_65_tuyamcubr | David Gwynne
| xdrv_66_tm1638 | @arendst
| xdrv_67_mcp23xxx | @arendst
| xdrv_68_zerocrossDimmer.ino | @stefanbode
| |
| xdrv_79_esp32_ble | @staars, @btsimonh
| xdrv_81_esp32_webcam | @gemu, @philrich

View File

@ -115,11 +115,13 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Command ``SetOption152 0/1`` to select two (0 = default) pin bistable or one (1) pin latching relay control [#18386](https://github.com/arendst/Tasmota/issues/18386)
- Matter sensors Humidity, Pressure, Illuminance [#18441](https://github.com/arendst/Tasmota/issues/18441)
- Matter allow `Matter#Initialized` rule once the device is configured [#18451](https://github.com/arendst/Tasmota/issues/18451)
- Matter add UI to change endpoints configuration [#18498](https://github.com/arendst/Tasmota/issues/18498)
### Breaking Changed
### Changed
- ESP32 Framework (Core) from v2.0.7 to v2.0.8
- Refactored Zero Cross Dimmer [#18481](https://github.com/arendst/Tasmota/issues/18481)
### Fixed
- ESP8266 Energy Export Active no update regression from v12.3.1.3