From eaeae1c0b74f35eafa57c4beb5447beb60ea8332 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 22 Mar 2023 13:39:46 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 1 + CODE_OWNERS.md | 6 +++++- RELEASENOTES.md | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1dbb2bf..6743e7de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CODE_OWNERS.md b/CODE_OWNERS.md index dc8df827d..40f7acc39 100644 --- a/CODE_OWNERS.md +++ b/CODE_OWNERS.md @@ -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 | | | diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 72d6eeba0..d26fc42d8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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