From 1a8903578f044727aa209b07d3fda3aa21d1c84e Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 11 Apr 2025 15:11:38 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab4a5dd5..84ae704a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,12 @@ 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` (#23230) +- ESP32 Platform from 2025.03.30 to 2025.04.30, Framework (Arduino Core) from v3.1.3.250302 to v3.1.3.250411 and IDF from v5.3.2.250228 to 5.3.2.250403 (#23280) ### Fixed - INA226 driver fixes (#23197) - TLS increase timeout and fix crash (#23249) -- Berry `readline` when a line is exactly 98 characters +- Berry `readline` when a line is exactly 98 characters (#23276) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8c49c7f60..7634a2283 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -138,7 +138,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry remove `Leds.create_matrix` from the standard library waiting for reimplementation [#23114](https://github.com/arendst/Tasmota/issues/23114) ### 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) +- ESP32 Platform from 2025.02.30 to 2025.04.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250411 and IDF from v5.3.2.250120 to 5.3.2.250403 [#23280](https://github.com/arendst/Tasmota/issues/23280) - 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 @@ -159,5 +159,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - ESP32 intermittent exception on WiFi AP cannot be reached [#23115](https://github.com/arendst/Tasmota/issues/23115) - ESP32-C3 WiFi sleep [#23096](https://github.com/arendst/Tasmota/issues/23096) - Berry prevent `import` from hiding a solidified class [#23112](https://github.com/arendst/Tasmota/issues/23112) +- Berry `readline` when a line is exactly 98 characters [#23276](https://github.com/arendst/Tasmota/issues/23276) ### Removed