Update changelogs

This commit is contained in:
Theo Arends 2024-12-28 14:37:20 +01:00
parent 1ad89ccb3e
commit 9fb8065fac
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
- Berry add unicode encoding to string parsing (#22713)
- Berry `tasmota.int(v, min, max)` function (#22723)
- Berry driver for M5Stack 8encoder (#22724)
- Support for PCF85063 RTC (#22727)
### Breaking Changed

View File

@ -117,6 +117,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
## Changelog v14.4.1.1
### Added
- Command ``SetOption163 1`` to disable display of Device name in GUI header
- Support for PCF85063 RTC [#22727](https://github.com/arendst/Tasmota/issues/22727)
- Berry `animate.crenel` primitive [#22673](https://github.com/arendst/Tasmota/issues/22673)
- Berry scroll to Leds_matrix [#22693](https://github.com/arendst/Tasmota/issues/22693)
- Berry add unicode encoding to string parsing [#22713](https://github.com/arendst/Tasmota/issues/22713)