diff --git a/CHANGELOG.md b/CHANGELOG.md index d87a7f45a..dedd311fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. ### Changed - ESP8266 platform update from 2025.09.00 to 2025.10.00 (#23971) - ESP32 Platform from 2025.09.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23971) -- Extension Manager show current version in UI +- Extension Manager show current version in UI (#23995) ### Fixed - Berry fixed 'be_top is non zero' warning when calling C mapped functions (#23989) @@ -25,7 +25,6 @@ All notable changes to this project will be documented in this file. ### Added - ESP32 Extension Manager, replacing loading of Partition Wizard (#23955) - Berry animation framework web ui to compile DSL (#23962) -- Berry Devices Online Extension App ### Changed - ESP32 Platform from 2025.08.30 to 2025.09.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23888) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3e7e5a65d..76d5cf372 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -131,7 +131,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `call()` now works for classes [#23744](https://github.com/arendst/Tasmota/issues/23744) - Berry multiplication between string and int [#23850](https://github.com/arendst/Tasmota/issues/23850) - Berry animation framework web ui to compile DSL [#23962](https://github.com/arendst/Tasmota/issues/23962) -- Berry Devices Online Extension App ### Breaking Changed - Berry `animate` framework is DEPRECATED, will be replace by `animation` framework [#23854](https://github.com/arendst/Tasmota/issues/23854)