From 67beac88e299dee45483177765f4534fa23cdca7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:48:12 +0100 Subject: [PATCH] Update change logs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7147e5b52..c31b79f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [15.2.0.3] ### Added -- Berry `path.listdir("file.tapp#")` to list directory inside '.tapp' archives +- Berry `path.listdir("file.tapp#")` to list directory inside '.tapp' archives (#24367) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6fd158fd4..56a431aa5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -117,6 +117,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Support for TCA9554 8-bit I/O expander mutually exclusive with PCA9557 - Support for Adafruit I2C QT Rotary Encoder [#24270](https://github.com/arendst/Tasmota/issues/24270) - Zigbee support for `int24` type [#24334](https://github.com/arendst/Tasmota/issues/24334) +- Berry `path.listdir("file.tapp#")` to list directory inside '.tapp' archives [#24367](https://github.com/arendst/Tasmota/issues/24367) ### Changed - ESP8266 platform update from 2025.10.00 to 2026.01.00 [#24354](https://github.com/arendst/Tasmota/issues/24354)