From 39494f1287b893cb63fbb1715ed2aff443f6db6e Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:10:08 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c367d355b..1cbbbe8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. ### Changed - Output of commands `GPIO` and `GPIOs` swapped -- Smoothen light gamma curve when using `Fade` +- Smoothen light gamma curve when using `Fade` (#23230) ### Fixed - INA226 driver fixes (#23197) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 00798cd24..2d30660cd 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -138,6 +138,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Changed - ESP32 Platform from 2025.02.30 to 2025.03.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250302 and IDF from v5.3.2.250120 to 5.3.2.250228 [#23088](https://github.com/arendst/Tasmota/issues/23088) - Output of commands `GPIO` and `GPIOs` swapped +- Smoothen light gamma curve when using `Fade` [#23230](https://github.com/arendst/Tasmota/issues/23230) - RCSwitch `RCSWITCH_SEPARATION_LIMIT` from 4100 to 3600 - GPIOViewer from v1.6.1 to v1.6.2 (No functional change) - ESP8266 enable FTP for >= 4MB variants [#23120](https://github.com/arendst/Tasmota/issues/23120)