mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
39abde2583
commit
074831437f
|
@ -8,12 +8,13 @@ All notable changes to this project will be documented in this file.
|
||||||
- Matter sensors Humidity, Pressure, Illuminance; optimize memory (#18441)
|
- 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)
|
- 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 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
|
### Breaking Changed
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP32 Framework (Core) from v2.0.7 to v2.0.8
|
- ESP32 Framework (Core) from v2.0.7 to v2.0.8
|
||||||
|
- Refactored Zero Cross Dimmer (#18481)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- ESP8266 Energy Export Active no update regression from v12.3.1.3
|
- ESP8266 Energy Export Active no update regression from v12.3.1.3
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
In addition to @arendst the following code is mainly owned by:
|
In addition to @arendst the following code is mainly owned by:
|
||||||
|
|
||||||
| Code | Owner
|
| Code | Owner
|
||||||
|----------------------------|---------------------------
|
|------------------------------|---------------------------
|
||||||
| Tasmota Drivers |
|
| Tasmota Drivers |
|
||||||
| |
|
| |
|
||||||
| xdrv_01_webserver | @arendst
|
| 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_65_tuyamcubr | David Gwynne
|
||||||
| xdrv_66_tm1638 | @arendst
|
| xdrv_66_tm1638 | @arendst
|
||||||
| xdrv_67_mcp23xxx | @arendst
|
| xdrv_67_mcp23xxx | @arendst
|
||||||
|
| xdrv_68_zerocrossDimmer.ino | @stefanbode
|
||||||
| |
|
| |
|
||||||
| xdrv_79_esp32_ble | @staars, @btsimonh
|
| xdrv_79_esp32_ble | @staars, @btsimonh
|
||||||
| xdrv_81_esp32_webcam | @gemu, @philrich
|
| xdrv_81_esp32_webcam | @gemu, @philrich
|
||||||
|
|
|
@ -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)
|
- 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 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 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
|
### Breaking Changed
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP32 Framework (Core) from v2.0.7 to v2.0.8
|
- ESP32 Framework (Core) from v2.0.7 to v2.0.8
|
||||||
|
- Refactored Zero Cross Dimmer [#18481](https://github.com/arendst/Tasmota/issues/18481)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- ESP8266 Energy Export Active no update regression from v12.3.1.3
|
- ESP8266 Energy Export Active no update regression from v12.3.1.3
|
||||||
|
|
Loading…
Reference in New Issue