mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
00c60450c6
commit
eaeae1c0b7
|
@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
|||
## [12.4.0.4]
|
||||
### Added
|
||||
- Matter support simple Relay on Apple Homekit by Stephan Hadinger (#18239)
|
||||
- VSC Pio menu bar extensions by @Jason2866 (#18233)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
|
|
@ -76,6 +76,9 @@ In addition to @arendst the following code is mainly owned by:
|
|||
| xdrv_62_improv | @arendst
|
||||
| xdrv_63_modbus_bridge | @jeroenst
|
||||
| xdrv_64_pca9632 | Pascal Heinrich
|
||||
| xdrv_65_tuyamcubr | David Gwynne
|
||||
| xdrv_66_tm1638 | @arendst
|
||||
| xdrv_67_mcp23xxx | @arendst
|
||||
| |
|
||||
| xdrv_79_esp32_ble | @staars, @btsimonh
|
||||
| xdrv_81_esp32_webcam | @gemu, @philrich
|
||||
|
@ -120,7 +123,7 @@ In addition to @arendst the following code is mainly owned by:
|
|||
| xsns_25 |
|
||||
| xsns_26_lm75ad | Andre Thomas
|
||||
| xsns_27_apds9960 | Shawn Hymel
|
||||
| xsns_28_tm1638 | @arendst
|
||||
| xsns_28 |
|
||||
| xsns_29_mcp230xx | Andre Thomas
|
||||
| xsns_30_mpr121 | Rene 'Renne' Bartsch
|
||||
| xsns_31_ccs811 | Gerhard Mutz
|
||||
|
@ -207,6 +210,7 @@ In addition to @arendst the following code is mainly owned by:
|
|||
| ext-printf | @s-hadinger
|
||||
| jsmn | @s-hadinger
|
||||
| unishox | @s-hadinger
|
||||
| matter | @s-hadinger
|
||||
| |
|
||||
| PlatformIO |
|
||||
| |
|
||||
|
|
|
@ -123,6 +123,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Support for PMSA003I Air Quality Sensor by Jean-Pierre Deschamps [#18214](https://github.com/arendst/Tasmota/issues/18214)
|
||||
- Support for DingTian virtual switch/button/relay [#18223](https://github.com/arendst/Tasmota/issues/18223)
|
||||
- Matter support simple Relay on Apple Homekit by Stephan Hadinger [#18239](https://github.com/arendst/Tasmota/issues/18239)
|
||||
- VSC Pio menu bar extensions by @Jason2866 [#18233](https://github.com/arendst/Tasmota/issues/18233)
|
||||
|
||||
### Breaking Changed
|
||||
- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration
|
||||
|
|
Loading…
Reference in New Issue