From b55f682c641d10d17e253b76008d7ec56b7b97bd Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 25 Oct 2025 18:07:58 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 2 ++ RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d319285..d8f71c19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - Berry `light.get()` direct access to values (#24033) - HostedMCU file update using command `HostedLoad |` - Berry `gc_heap` and `gc_time` to `tasmota.memory()` (#24054) +- Scripter array transfer via UFS (#24060) ### Breaking Changed @@ -25,6 +26,7 @@ All notable changes to this project will be documented in this file. - HASPmota exception in `cpicker` (colorwheel) (#24010) - 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) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d2203940d..55e604ac4 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 ## Changelog v15.1.0.1 ### Added - HostedMCU file update using command `HostedLoad |` +- Scripter array transfer via UFS [#24060](https://github.com/arendst/Tasmota/issues/24060) - TLS enabled ECDSA by default for ESP8266 [#24009](https://github.com/arendst/Tasmota/issues/24009) - Berry `cb.free_cb` for extension manager [#24014](https://github.com/arendst/Tasmota/issues/24014) - Berry `light.get()` direct access to values [#24033](https://github.com/arendst/Tasmota/issues/24033) @@ -130,6 +131,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) - 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