From f01e74f60537d9dd1f3d22392e98c246319c24e0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:53:33 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5383ce9a..feab9f1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [13.4.1.1] ### Added -- HASPmota `dropdown_list` and fixes +- HASPmota `dropdown_list` and fixes (#21208) ### Breaking Changed @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. ### Fixed - HASPmota dropdown class "options" attribute (#21203) +- ESP8266 physical button/switch control when no rules activated (#21187) ### Removed - Support for ESP32 Arduino Core 2 (#21180) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c38ae74a1..d3834954b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -136,6 +136,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - HASPmota `pb.delete` to delete an object [#20735](https://github.com/arendst/Tasmota/issues/20735) - HASPmota improve arc and img [#20894](https://github.com/arendst/Tasmota/issues/20894) - HASPmota support for scale, percentages [#20974](https://github.com/arendst/Tasmota/issues/20974) +- HASPmota `dropdown_list` and fixes [#21208](https://github.com/arendst/Tasmota/issues/21208) ### Breaking Changed - Drop support for old (insecure) fingerprint format [#20842](https://github.com/arendst/Tasmota/issues/20842) @@ -179,6 +180,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Too restrictive checksum checks in Lib_teleinfo [#21033](https://github.com/arendst/Tasmota/issues/21033) - Color swap option for rgb displaytext [#21049](https://github.com/arendst/Tasmota/issues/21049) - NeoPool hydrolysis unit for Hidrolife, Bionet and Generic device [#21098](https://github.com/arendst/Tasmota/issues/21098) +- ESP8266 physical button/switch control when no rules activated [#21187](https://github.com/arendst/Tasmota/issues/21187) - ESP32 PWM activity on unconfigured PWM GPIOs [#20732](https://github.com/arendst/Tasmota/issues/20732) - BTHome, prep BLE5 [#20989](https://github.com/arendst/Tasmota/issues/20989) - Berry Memory leak in `import re` [#20823](https://github.com/arendst/Tasmota/issues/20823)