From 67fcb71c6dc3896b8abf508b753b5ce6aa19dee4 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:03:06 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 1 + RELEASENOTES.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70cadbf0..469c81eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file. - Berry `light.get` for separate RGB/CT (#21818) - Berry `bytes` setters and getters with negative offsets (#21835) - Berry `file.write()` raises an exception on failure (ex: disk full) (#21849) +- Filesystem SD MMC free space display (#21869) ### Removed - Berry internal: remove class from closure to simplify code (#21839) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7c4115293..574b66a1e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -180,11 +180,13 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Matter filter suffix automatically added for sensors [#21589](https://github.com/arendst/Tasmota/issues/21589) - Matter support for Rain sensor [#21633](https://github.com/arendst/Tasmota/issues/21633) - Matter refactor reading of multiple attributes to reduce memory pressure [#21675](https://github.com/arendst/Tasmota/issues/21675) +- Matter improve encoding of attributes to reduce flash size [#21864](https://github.com/arendst/Tasmota/issues/21864) ### Fixed - On universal display remove default backlight power if a single PWM channel is used for backlight. Regression from 14.0.0.1 [#21726](https://github.com/arendst/Tasmota/issues/21726) - Shutter MQTT on inverted shutter [#21663](https://github.com/arendst/Tasmota/issues/21663) - Scripter TCP server [#21660](https://github.com/arendst/Tasmota/issues/21660) +- Filesystem SD MMC free space display [#21869](https://github.com/arendst/Tasmota/issues/21869) - ESP32 allow use of UART0 with enabled USB_CDC_CONSOLE [#21496](https://github.com/arendst/Tasmota/issues/21496) - ESP32 I2S fixes [#21770](https://github.com/arendst/Tasmota/issues/21770) - ESP32 Resistive Touch xpt for 2 spi busses [#21814](https://github.com/arendst/Tasmota/issues/21814)