From f7d4b0e726029cff5b59376aaa95224582fe6e68 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:33:53 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 6 +++--- RELEASENOTES.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abe0c92c..c43219400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file. - Berry `compile` and `tasmota.compile` option to compile in local context (#23457) - Support for AP33772S USB PD Sink Controller as used in CentyLab RotoPD - Berry mqtt publish rule processing -- Berry `tasmota.is_network_up()` +- Berry `tasmota.is_network_up()` (#23532) ### Breaking Changed @@ -37,8 +37,8 @@ All notable changes to this project will be documented in this file. - Berry avoid json parsing for unmatched commands (#23494) - Berry integer and real parser to handle overflows (#23495) - Berry potential pointer underflow with `string.endswith` (#23496) -- Autoconf failing when last line has no trailing LF -- LVGL Tasmota logo splash screen +- Autoconf failing when last line has no trailing LF (#23537) +- LVGL Tasmota logo splash screen (#23538) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 868c58627..ddc68ca02 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -132,6 +132,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `introspect.module` option to not cache module entry [#23451](https://github.com/arendst/Tasmota/issues/23451) - Berry `webserver.remove_route` to revert `webserver.on` [#23452](https://github.com/arendst/Tasmota/issues/23452) - Berry `compile` and `tasmota.compile` option to compile in local context [#23457](https://github.com/arendst/Tasmota/issues/23457) +- Berry `tasmota.is_network_up()` [#23532](https://github.com/arendst/Tasmota/issues/23532) - HASPmota `antiburn()` [#23400](https://github.com/arendst/Tasmota/issues/23400) - HASPmota auto-dimming when no touch [#23425](https://github.com/arendst/Tasmota/issues/23425) @@ -151,6 +152,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - DNS setting with `IPAddress4/5` not persisted [#23426](https://github.com/arendst/Tasmota/issues/23426) +- Autoconf failing when last line has no trailing LF [#23537](https://github.com/arendst/Tasmota/issues/23537) - NimBLE log_level definition conflict [#23366](https://github.com/arendst/Tasmota/issues/23366) - Berry `bytes().asstring()` now truncates a string if buffer contains NULL [#23311](https://github.com/arendst/Tasmota/issues/23311) - Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312) @@ -159,6 +161,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry avoid json parsing for unmatched commands [#23494](https://github.com/arendst/Tasmota/issues/23494) - Berry integer and real parser to handle overflows [#23495](https://github.com/arendst/Tasmota/issues/23495) - Berry potential pointer underflow with `string.endswith` [#23496](https://github.com/arendst/Tasmota/issues/23496) +- LVGL Tasmota logo splash screen [#23538](https://github.com/arendst/Tasmota/issues/23538) - Matter and mDNS can be enabled at the same time [#23373](https://github.com/arendst/Tasmota/issues/23373) - Haspmota `haspmota.parse()` page parsing [#23403](https://github.com/arendst/Tasmota/issues/23403)