From 360509a35aadb8778ad8d84367076325e8e611b5 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:44:48 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 9 ++++++--- RELEASENOTES.md | 7 ++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae43f87fb..1bf4f5dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ All notable changes to this project will be documented in this file. ## [13.1.0.2] ### Added - Support for HDMI CEC protocol (#19434) +- Support for Shelly PlusPMMini, Plus1Mini and Plus1PMMini +- Support different baudrates on BL0942 ### Breaking Changed ### Changed -- Berry fast_loop is now called every 5ms whatever the Sleep value -- Reduce IRAM consumption of HDMI CEC to 1453 bytes -- `Sendmail` upgraded to ESP-Mail-Client v3.4.9 from v1.2.0, using BearSSL instead of MbedTLS +- Berry fast_loop is now called every 5ms whatever the Sleep value (#19436) +- Reduce IRAM consumption of HDMI CEC to 1453 bytes (#19452) +- `Sendmail` upgraded to ESP-Mail-Client v3.4.9 from v1.2.0, using BearSSL instead of MbedTLS (#19460) - ESP32 Framework (Arduino Core) from v2.0.11 to v2.0.12 - ESP32 LVGL library from v8.3.8 to v8.3.9 (no functional change) @@ -22,6 +24,7 @@ All notable changes to this project will be documented in this file. - ESP32 Shutter migration (#19454) - ESP32 Shutter multi press button events (#19465) - Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) +- ESP32C3 relay click on restart ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f7cfbecb5..7f3e7db3f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -116,12 +116,15 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - 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) +- Support different baudrates on BL0942 +- Support for Shelly PlusPMMini, Plus1Mini and Plus1PMMini ### Breaking Changed ### Changed -- Display invert setting after tasmota start in uDisplay driver [#19337](https://github.com/arendst/Tasmota/issues/19337) - ESP32 Framework (Arduino Core) from v2.0.11 to v2.0.12 +- ESP32 LVGL library from v8.3.8 to v8.3.9 (no functional change) +- Display invert setting after tasmota start in uDisplay driver [#19337](https://github.com/arendst/Tasmota/issues/19337) ### Fixed - Shutter invert [#19341](https://github.com/arendst/Tasmota/issues/19341) and [#19374](https://github.com/arendst/Tasmota/issues/19374) @@ -130,5 +133,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - 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) +- Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) +- ESP32C3 relay click on restart ### Removed