Update changelogs

This commit is contained in:
Theo Arends 2025-10-11 12:17:09 +02:00
parent abf2e22c10
commit 6f064fab96
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed ### Changed
- ESP8266 platform update from 2025.09.00 to 2025.10.00 (#23971) - 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) - 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 ### Fixed
- Berry fixed 'be_top is non zero' warning when calling C mapped functions (#23989) - 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 ### Added
- ESP32 Extension Manager, replacing loading of Partition Wizard (#23955) - ESP32 Extension Manager, replacing loading of Partition Wizard (#23955)
- Berry animation framework web ui to compile DSL (#23962) - Berry animation framework web ui to compile DSL (#23962)
- Berry Devices Online Extension App
### Changed ### 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) - 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)

View File

@ -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 `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 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 animation framework web ui to compile DSL [#23962](https://github.com/arendst/Tasmota/issues/23962)
- Berry Devices Online Extension App
### Breaking Changed ### Breaking Changed
- Berry `animate` framework is DEPRECATED, will be replace by `animation` framework [#23854](https://github.com/arendst/Tasmota/issues/23854) - Berry `animate` framework is DEPRECATED, will be replace by `animation` framework [#23854](https://github.com/arendst/Tasmota/issues/23854)