From 7fac661b2eda447ccb6176aea61bfe4fe750888e Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 29 Oct 2022 16:00:47 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 6 ++++-- RELEASENOTES.md | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4db35d4..1ace4e9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file. ## [12.2.0.2] ### Added +- Support for Digital Addressable Lighting Interface (DALI) by Andrei Kazmirtsuk (#16938) ### Breaking Changed ### Changed -- Prepare for extended calibration and move some persistent data (PowerLow) -- Tasmota ESP32 Framework (Core) from v2.0.5 to v2.0.5.2 +- Prepare for two phase power calibration and move some persistent data (PowerLow) +- ESP32 Framework (Core) from v2.0.5 to v2.0.5.2 ### Fixed +- Deduplicate code and fix %timer n% rule regression from v12.2.0 (#16914) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a56da4e9f..3c44ef42c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -112,17 +112,21 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Command NeoPool ``NPFiltration 2`` toggle [#16859](https://github.com/arendst/Tasmota/issues/16859) - Support for Shelly Pro 1/1PM and 2/2PM [#16773](https://github.com/arendst/Tasmota/issues/16773) - Support for up to four DS18x20 GPIOs by md5sum-as [#16833](https://github.com/arendst/Tasmota/issues/16833) +- Support for Digital Addressable Lighting Interface (DALI) by Andrei Kazmirtsuk [#16938](https://github.com/arendst/Tasmota/issues/16938) - Berry add `bytes().setbytes()` [#16892](https://github.com/arendst/Tasmota/issues/16892) - Zigbee router firmware for Sonoff ZBBridgePro [#16900](https://github.com/arendst/Tasmota/issues/16900) ### Breaking Changed ### Changed +- ESP32 Framework (Core) from v2.0.5 to v2.0.5.2 - ESP32 NimBLE library from v1.4.0 to v1.4.1 [#16775](https://github.com/arendst/Tasmota/issues/16775) - DS18x20 ``DS18Alias`` to ``DS18Sens`` [#16833](https://github.com/arendst/Tasmota/issues/16833) - Compiling with reduced boards manifests in favour of Autoconfig [#16848](https://github.com/arendst/Tasmota/issues/16848) ### Fixed - BP5758D red channel corruption regression from v12.1.1.6 [#16850](https://github.com/arendst/Tasmota/issues/16850) +- Deduplicate code and fix %timer n% rule regression from v12.2.0 [#16914](https://github.com/arendst/Tasmota/issues/16914) + ### Removed