From 6732db8803563d064e5f8f9a8ac495daba235161 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:04:03 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 6 +++--- RELEASENOTES.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d8d9842..6df9d0e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file. ## [13.4.0.1] ### Added -- HASPmota `pb.delete` to delete an object -- typicons font to LVGL and HASPmota +- HASPmota `pb.delete` to delete an object (#20735) +- LVGL and HASPmota typicons font (#20742) ### 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 - Berry class `int64` made immutable (#20727) - 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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a18d659d0..8a34730fa 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -118,12 +118,16 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v13.4.0.1 ### Added +- HASPmota `pb.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 ### 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) - 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