From b41248eb233eaa187130c353473d90fbbf405742 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 15 Dec 2020 16:45:25 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ RELEASENOTES.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324d013fe..ca9670c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file. - Letsencrypt R3 in addition to X3 CA (#10086) - Zigbee add visual map of network - Command ``SetOption117 1`` for light fading to be fixed duration instead of fixed slew rate (#10109) +- ESP32 SPIFFS support ### Breaking Changed - KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888) @@ -40,6 +41,8 @@ All notable changes to this project will be documented in this file. - Backlog timing wraparound (#9995) - First LED in addressable string does not fade when using scheme (#10088) - Improved Opentherm error handling (#10055) +- Shutter motordelay stop issue (#10033) +- ESP32 CC2530 heap corruption (#10121) ### Removed - PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 778a85d5e..a9884c646 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -60,6 +60,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota ### Added - Command ``SetOption115 1`` to enable ESP32 MiBle - Command ``SetOption116 1`` to disable auto-query of zigbee light devices (avoids network storms with large groups) +- Command ``SetOption117 1`` for light fading to be fixed duration instead of fixed slew rate (#10109) - Command ``RfProtocol`` to control RcSwitch receive protocols by BBBits (#10063) - Commands ``TuyaRGB``, ``TuyaEnum`` and ``TuyaEnumList`` (#9769) - Zigbee command ``ZbInfo`` and prepare support for EEPROM @@ -68,6 +69,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota - Zigbee alarm persistence (#9785) - Zigbee persistence of device/sensor data in EEPROM (only ZBBridge) - Zigbee better support for Tuya Protocol (#10074) +- Zigbee visual map of network - TyuaMcu update 2/3 by Federico Leoni (#10004) - Support for additional EZO sensors by Christopher Tremblay - Support for AS608 optical and R503 capacitive fingerprint sensor @@ -79,6 +81,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota - Fallback NTP server from x.pool.ntp.org if no ntpservers are configured - Optional CCloader support for CC25xx Zigbee or CC26xx BLE by Christian Baars (#9970) - Letsencrypt R3 in addition to X3 CA (#10086) +- ESP32 SPIFFS support ### Breaking Changed - KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888) @@ -105,6 +108,8 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota - Backlog timing wraparound (#9995) - First LED in addressable string does not fade when using scheme (#10088) - Improved Opentherm error handling (#10055) +- Shutter motordelay stop issue (#10033) +- ESP32 CC2530 heap corruption (#10121) ### Removed - Version compatibility check