Update change logs

This commit is contained in:
Theo Arends
2026-01-19 09:48:12 +01:00
parent 9c73b27cbc
commit 67beac88e2
2 changed files with 2 additions and 1 deletions

View File

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

View File

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