From fc8485d91b2ce7eaf7c3a7c43913edd374be18ac Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:38:55 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a8f624b2c7..c37bfbaadc4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file. ## [14.4.1.3] ### Added -- Command `FileLog 0..4` to enable logging to filesystem +- Command `FileLog 0..4` to enable logging to filesystem using up to 16 rotating log files of 100kB (`#define FILE_LOG_SIZE 100`) - I2S Opus stream and file support for opus/aac (#22795) +- I2S command I2sLoop (#22807) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 35d1f7147f09..525e4961bdb0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -116,7 +116,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v14.4.1.3 ### Added -- Command ``SetOption163 1`` to disable display of Device name in GUI header +- Command `SetOption163 1` to disable display of Device name in GUI header +- Command `FileLog 0..4` to enable logging to filesystem using up to 16 rotating log files of 100kB (`#define FILE_LOG_SIZE 100`) +- Command I2sLoop [#22807](https://github.com/arendst/Tasmota/issues/22807) - Support for PCF85063 RTC [#22727](https://github.com/arendst/Tasmota/issues/22727) - Support for Senseair S88 CO2 sensor [#22733](https://github.com/arendst/Tasmota/issues/22733) - Support for ESP32 Two-Wire Automotive Interface (TWAI) or Controller Area Network (CAN) busses