Update changelogs

This commit is contained in:
Theo Arends 2024-02-16 15:04:03 +01:00
parent a51b08b36c
commit 6732db8803
2 changed files with 7 additions and 3 deletions

View File

@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file.
## [13.4.0.1] ## [13.4.0.1]
### Added ### Added
- HASPmota `p<x>b<y>.delete` to delete an object - HASPmota `p<x>b<y>.delete` to delete an object (#20735)
- typicons font to LVGL and HASPmota - LVGL and HASPmota typicons font (#20742)
### Breaking Changed ### Breaking Changed
@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
- ESP32 Core3 SPI ethernet support for all models - ESP32 Core3 SPI ethernet support for all models
- Berry class `int64` made immutable (#20727) - Berry class `int64` made immutable (#20727)
- LVGL make lv_touch_3_buttons more responsive (#20728) - LVGL make lv_touch_3_buttons more responsive (#20728)
- HASPmota fix and improve demo with pixel-perfect fonts - HASPmota fix and improve demo with pixel-perfect fonts (#20734)
### Fixed ### Fixed

View File

@ -118,12 +118,16 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
## Changelog v13.4.0.1 ## Changelog v13.4.0.1
### Added ### Added
- HASPmota `p<x>b<y>.delete` to delete an object [#20735](https://github.com/arendst/Tasmota/issues/20735)
- LVGL and HASPmota typicons font [#20742](https://github.com/arendst/Tasmota/issues/20742)
### Breaking Changed ### Breaking Changed
### Changed ### Changed
- ESP32 Core3 platform update from 2024.01.12 to 2024.02.10 [#20730](https://github.com/arendst/Tasmota/issues/20730)
- Berry class `int64` made immutable [#20727](https://github.com/arendst/Tasmota/issues/20727) - Berry class `int64` made immutable [#20727](https://github.com/arendst/Tasmota/issues/20727)
- LVGL make lv_touch_3_buttons more responsive [#20728](https://github.com/arendst/Tasmota/issues/20728) - LVGL make lv_touch_3_buttons more responsive [#20728](https://github.com/arendst/Tasmota/issues/20728)
- HASPmota fix and improve demo with pixel-perfect fonts [#20734](https://github.com/arendst/Tasmota/issues/20734)
### Fixed ### Fixed