From 1c6db35d96c184cd9018cc4c0a6c7d5795f36a08 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 6 Sep 2023 09:50:29 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 +++- RELEASENOTES.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ff08a00..b65852ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [13.1.0.2] ### Added -- Support for HDMI CEC protocol +- Support for HDMI CEC protocol (#19434) ### Breaking Changed @@ -17,6 +17,8 @@ All notable changes to this project will be documented in this file. ### Fixed - PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 (#19408) - Berry make mdns compatible with non-IPv6 builds +- ESP32 Shutter migration (#19454) +- ESP32 Shutter multi press button events (#19465) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8b43f5373..50a02ce8f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -115,6 +115,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Experimental support for ESP32-C2 and ESP32-C6 using Arduino core v3.0 - Commands to allow setting of timeprop parameters [#19310](https://github.com/arendst/Tasmota/issues/19310) - Variables ``%power<1..28>%`` and ``%switch<1..28>%`` to rules [#19331](https://github.com/arendst/Tasmota/issues/19331) +- Support for HDMI CEC protocol [#19434](https://github.com/arendst/Tasmota/issues/19434) ### Breaking Changed @@ -126,5 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Teleinfo power [#19381](https://github.com/arendst/Tasmota/issues/19381) - Exception 3 in IRHVAC [#19389](https://github.com/arendst/Tasmota/issues/19389) - PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 [#19408](https://github.com/arendst/Tasmota/issues/19408) +- ESP32 Shutter migration [#19454](https://github.com/arendst/Tasmota/issues/19454) +- ESP32 Shutter multi press button events [#19465](https://github.com/arendst/Tasmota/issues/19465) ### Removed