Update changelogs

This commit is contained in:
Theo Arends 2025-09-27 17:29:33 +02:00
parent f2006566d7
commit e0146edd2c
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## [15.0.1.4]
### Added
- ESP32 Extension Manager, replacing loading of Partition Wizard (#23955)
### Breaking Changed
@ -23,7 +24,6 @@ All notable changes to this project will be documented in this file.
- Extend state JSON message with functional hostname and ipaddress which could be WiFi or Ethernet
- Berry multiplication between string and int (#23850)
- Support for RX8030 RTC (#23855)
- Extension Manager, replacing loading of Partition Wizard
### Breaking Changed
- Berry `animate` framework is DEPRECATED, will be replace by `animation` framework (#23854)

View File

@ -126,6 +126,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- NeoPool add Redox tank alarm [#19811](https://github.com/arendst/Tasmota/issues/19811)
- I2S additions [#23543](https://github.com/arendst/Tasmota/issues/23543)
- ESP32 ROM SHA Hardware Acceleration to BearSSL [#23819](https://github.com/arendst/Tasmota/issues/23819)
- ESP32 Extension Manager, replacing loading of Partition Wizard [#23955](https://github.com/arendst/Tasmota/issues/23955)
- Support for ESP32-P4 [#23663](https://github.com/arendst/Tasmota/issues/23663)
- Support for ESP32-C5 [#23804](https://github.com/arendst/Tasmota/issues/23804)
- ESP32-P4 command `HostedOta` [#23675](https://github.com/arendst/Tasmota/issues/23675)