From 705c39280c178e0f28d33ab8f5adbed1ad9260c9 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 7 Jan 2022 10:56:33 +0100 Subject: [PATCH] Update change logs --- CHANGELOG.md | 8 +++++++- RELEASENOTES.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be21fbc5..bbd73a4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ All notable changes to this project will be documented in this file. ## [2022.01.1] ### Added - Experimental ADE7953 (Shelly EM) reset on restart (#14261) -- ESP32 Sonoff SPM command ``SspmMap 2,1,..`` to map scanned module to physical module (#14281) +- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module (#14281) +- Solax X1 modbus RTS support and offline status (#14305) +- DDP schemes for light and WS2812 (#14017) +- ESP32 single binary firmware (#14239) ### Changed - PubSubClient library from v2.8.12 to v2.8.13 @@ -18,6 +21,9 @@ All notable changes to this project will be documented in this file. ### Fixed - Intermittent exceptions and heap corruption due to PubSubClient library buffer overflow (#13700) +- Scripter memory corruption (#14268) +- Edit file for SD card (#14229) +- Solax X1 negative temperature support (#14278) - Modbus serial config regression from v10.1.0.3 ## [10.1.0.3] 20211231 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index db1bf297d..a6e79cf58 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -103,11 +103,15 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ## Changelog v2022.01.1 ### Added - Command ``SSerialConfig `` to change Serial Bridge configuration -- ESP32 Sonoff SPM command ``SspmMap 2,1,..`` to map scanned module to physical module [#14281](https://github.com/arendst/Tasmota/issues/14281) +- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module [#14281](https://github.com/arendst/Tasmota/issues/14281) - PWM Dimmer two button support [#13993](https://github.com/arendst/Tasmota/issues/13993) +- DDP schemes for light and WS2812 [#14017](https://github.com/arendst/Tasmota/issues/14017) - Device Group Send full status item [#14045](https://github.com/arendst/Tasmota/issues/14045) - Support for MAX7219 Dot Matrix displays [#14091](https://github.com/arendst/Tasmota/issues/14091) - Experimental ADE7953 (Shelly EM) reset on restart [#14261](https://github.com/arendst/Tasmota/issues/14261) +- Solax X1 negative temperature support [#14278](https://github.com/arendst/Tasmota/issues/14278) +- Solax X1 modbus RTS support and offline status [#14305](https://github.com/arendst/Tasmota/issues/14305) +- ESP32 single binary firmware [#14239](https://github.com/arendst/Tasmota/issues/14239) - ESP32 support for TuyaMcu - ESP32 Berry features @@ -130,6 +134,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000) - DHT support negative temperatures on different hardware [#14173](https://github.com/arendst/Tasmota/issues/14173) - Hardware serial parity and stop bits support [#14212](https://github.com/arendst/Tasmota/issues/14212) +- Edit file for SD card [#14229](https://github.com/arendst/Tasmota/issues/14229) +- Scripter memory corruption [#14268](https://github.com/arendst/Tasmota/issues/14268) - ESP32 Webcam exception during flashwrites - ESP32 LedPwmMode exception [#14073](https://github.com/arendst/Tasmota/issues/14073) - ESP32 Compile error when I2S_Audio is enabled [#14095](https://github.com/arendst/Tasmota/issues/14095)