From 3f95961f4341cac253a799185020998eae7b8c3d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:28:57 +0100 Subject: [PATCH] Update change logs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4885374c..e83a132c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file. - Extension Manager Light Theme support and Extensions input field control - InfluxDb receives IPAddress as a value regression from v15.0.1.3 (#24031) - Scripter UDP and switch case (#24060) +- TuyaMCU v1 soft lock when WIFI_SELECT / WIFI_RESET is initiated (#24063) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ecd9649f6..bc0fde233 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -133,6 +133,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - InfluxDb receives IPAddress as a value regression from v15.0.1.3 [#24031](https://github.com/arendst/Tasmota/issues/24031) - Scripter UDP and switch case [#24060](https://github.com/arendst/Tasmota/issues/24060) +- TuyaMCU v1 soft lock when WIFI_SELECT / WIFI_RESET is initiated [#24063](https://github.com/arendst/Tasmota/issues/24063) - TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA [#24000](https://github.com/arendst/Tasmota/issues/24000) - Extension Manager exception when `OtaUrl` is not defined or invalid - Extension Manager Light Theme support and Extensions input field control