From ec97552c8b9b9ad7641d1f25de0a604132869f29 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 19 May 2024 11:20:42 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 +++ RELEASENOTES.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5792506f..a2efdc8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [14.0.0.1] ### Added - Enabled watchdog for ESP32 and variants (#21422) +- Optional command ``WebRun`` (as WebQuery extension) (#21364) +- Knx dimmer and color (#21434) ### Breaking Changed @@ -14,6 +16,7 @@ All notable changes to this project will be documented in this file. - On universal display remove default backlight power if a PWM channel is used for backlight - Berry binary compiled with gcc (#21426) - GPIOViewer from v1.5.2 to v1.5.3 (No functional change) +- ESP32 I2S audio improvements (#21433) ### Fixed - Domoticz re-subscribe on MQTT reconnect. Regression from v13.4.0.3 (#21281) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f327a0cca..e3216fd0c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -121,6 +121,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v14.0.0.1 ### Added +- Optional command ``WebRun`` (as WebQuery extension) [#21364](https://github.com/arendst/Tasmota/issues/21364) +- Knx dimmer and color [#21434](https://github.com/arendst/Tasmota/issues/21434) - Enabled watchdog for ESP32 and variants [#21422](https://github.com/arendst/Tasmota/issues/21422) ### Breaking Changed @@ -129,6 +131,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - GPIOViewer from v1.5.2 to v1.5.3 - On universal display remove default backlight power if a PWM channel is used for backlight - ESP32 compiler option from `target-align` to `no-target-align` [#21407](https://github.com/arendst/Tasmota/issues/21407) +- ESP32 I2S audio improvements [#21433](https://github.com/arendst/Tasmota/issues/21433) - Berry binary compiled with gcc [#21426](https://github.com/arendst/Tasmota/issues/21426) ### Fixed