Update change logs

This commit is contained in:
Theo Arends 2025-10-27 15:28:57 +01:00
parent 890b3b645c
commit 3f95961f43
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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