Update changelogs

This commit is contained in:
Theo Arends 2025-07-05 14:56:57 +02:00
parent 638b3b5c1e
commit ac51cd7340
2 changed files with 10 additions and 5 deletions

View File

@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
## [15.0.1.1]
### Added
- I2S additions (#23543)
- Berry f-strings now support ':' in expression
- Berry f-strings now support ':' in expression (#23618)
### Breaking Changed
@ -17,10 +17,10 @@ All notable changes to this project will be documented in this file.
### Fixed
- LVGL restore `lv_chart.set_range` removed in LVGL 9.3.0 in favor of `lv_chart.set_axis_range` (#23567)
- Berry vulnerability in JSON parsing for unicode
- Berry fix security issues in `int64` and improve documentation
- Berry fix security issues in `berry_mapping` and improve documentation
- Berry Hue fix regression from #23429
- Berry vulnerability in JSON parsing for unicode (#23603)
- Berry security issues in `int64` and improve documentation (#23605)
- Berry security issues in `berry_mapping` and improve documentation (#23606)
- Berry Hue regression from #23429 (#23623)
### Removed

View File

@ -117,6 +117,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
## Changelog v15.0.1.1
### Added
- I2S additions [#23543](https://github.com/arendst/Tasmota/issues/23543)
- Berry f-strings now support ':' in expression [#23618](https://github.com/arendst/Tasmota/issues/23618)
### Breaking Changed
@ -126,6 +127,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- BLE updates for esp-nimble-cpp v2.x [#23553](https://github.com/arendst/Tasmota/issues/23553)
### Fixed
- Berry vulnerability in JSON parsing for unicode [#23603](https://github.com/arendst/Tasmota/issues/23603)
- Berry security issues in `int64` and improve documentation [#23605](https://github.com/arendst/Tasmota/issues/23605)
- Berry security issues in `berry_mapping` and improve documentation [#23606](https://github.com/arendst/Tasmota/issues/23606)
- Berry Hue regression from #23429 [#23623](https://github.com/arendst/Tasmota/issues/23623)
- LVGL restore `lv_chart.set_range` removed in LVGL 9.3.0 in favor of `lv_chart.set_axis_range` [#23567](https://github.com/arendst/Tasmota/issues/23567)
### Removed