From 06f905e0b534edc1a2b3bb43b94b3da999149a90 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:12:33 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7183db1..295ed5f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,14 @@ All notable changes to this project will be documented in this file. ### Added - Command ``PowerLock`` to disable power control of selected outputs (#21081) - Command ``Wifi 6`` to enable 11ax on ESP32 Core3 -- Berry add `flash.current_ota` +- Berry `flash.current_ota` (#21097) ### Breaking Changed ### Changed ### Fixed -- NeoPool hydrolysis unit for Hidrolife, Bionet and Generic device +- NeoPool hydrolysis unit for Hidrolife, Bionet and Generic device (#21098) ### Removed - Unused `#define MQTT_DATA_STRING` support diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b89334b44..d3892dad5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -136,6 +136,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `path.rename()` [#20840](https://github.com/arendst/Tasmota/issues/20840) - Berry `string.startswith`, `string.endswith` and `%q` format [#20909](https://github.com/arendst/Tasmota/issues/20909) - Berry `close()` to class `serial` [#21042](https://github.com/arendst/Tasmota/issues/21042) +- Berry `flash.current_ota` [#21097](https://github.com/arendst/Tasmota/issues/21097) - LVGL and HASPmota typicons font [#20742](https://github.com/arendst/Tasmota/issues/20742) - LVGL `lv.draw_label_dsc` and `lv_bar.get_indic_area` [#20936](https://github.com/arendst/Tasmota/issues/20936) - HASPmota `pb.delete` to delete an object [#20735](https://github.com/arendst/Tasmota/issues/20735) @@ -177,6 +178,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Scripter google char memory leak [#20995](https://github.com/arendst/Tasmota/issues/20995) - Too restrictive checksum checks in Lib_teleinfo [#21033](https://github.com/arendst/Tasmota/issues/21033) - Color swap option for rgb displaytext [#21049](https://github.com/arendst/Tasmota/issues/21049) +- NeoPool hydrolysis unit for Hidrolife, Bionet and Generic device [#21098](https://github.com/arendst/Tasmota/issues/21098) - ESP32 PWM activity on unconfigured PWM GPIOs [#20732](https://github.com/arendst/Tasmota/issues/20732) - BTHome, prep BLE5 [#20989](https://github.com/arendst/Tasmota/issues/20989) - Berry Memory leak in `import re` [#20823](https://github.com/arendst/Tasmota/issues/20823)