From 0a616df706dcf7fb2ea72bc2ff5117dd7a818449 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 7 Aug 2022 11:18:57 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 11 +++++++---- RELEASENOTES.md | 18 ++++++++++-------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827b7bc0a..1a394efd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,16 @@ All notable changes to this project will be documented in this file. ### Added - Command ``SetOption45 1..250`` to change default bistable latching relay pulse length of 40 milliseconds - Support for Modbus bridge adding commands ``ModbusSend``, ``ModbusBaudrate`` and ``ModbusSerialConfig`` (#16013) -- Support for multiple ``IRsend`` GPIOs -- Zigbee added recording of when the battery was last reported -- Zigbee add Battery auto-probe (can be disabled with ``SetOption143 1``) +- Support for multiple ``IRsend`` GPIOs (#16138) +- Zigbee added recording of when the battery was last reported (#16146) +- Zigbee add Battery auto-probe (can be disabled with ``SetOption143 1``) (#16148) - Zigbee include "BatteryPercentage" in all messages +- Commands ``WifiScan`` and ``WifiTest`` (#16141) +- Support for Catalan language translations by HardwareBoffin (#16145) ### Changed -- ESP32 LVGL library from v8.2.0 to v8.3.0 +- ESP32 LVGL library from v8.2.0 to v8.3.0 (#16019) +- Tasmota ESP32 Arduino core from v2.0.4 to v2.0.4.1 (#16110) ### Fixed - Restore EnergyToday after using command ``restart 2`` and power cycle (#16118) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b54e3fb5d..01b9b6df9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -33,9 +33,9 @@ While fallback or downgrading is common practice it was never supported due to S This release will be supported from ESP8266/Arduino library Core version **2.7.4.9** due to reported security and stability issues on previous Core version. This will also support gzipped binaries. -This release will be supported from ESP32/Arduino library Core version **2.0.3**. +This release will be supported from ESP32/Arduino library Core version **2.0.4.1**. -Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.3 have been removed. +Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.4.1 have been removed. ## Support of TLS @@ -77,7 +77,7 @@ Historical binaries can be downloaded from The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` ### ESP32, ESP32-C3, ESP32-S2 and ESP32-S3 based -The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.4**. +The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.4.1**. - **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY** - **tasmota32xy.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C3/S2/S3 and 4M+ flash. @@ -114,20 +114,22 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Command ``GlobalHum2 1..250`` to select Global Humidity source indexed from teleperiod occurance data [#15834](https://github.com/arendst/Tasmota/issues/15834) - Command ``GlobalPress2 1..250`` to select Global Pressure source indexed from teleperiod occurance data [#15834](https://github.com/arendst/Tasmota/issues/15834) - Command ``Sleep2 !`` to cancel pending one-shot speed setting [#15954](https://github.com/arendst/Tasmota/issues/15954) +- Commands ``WifiScan`` and ``WifiTest`` [#16141](https://github.com/arendst/Tasmota/issues/16141) - Support for 5-channel light dimmer driver SM2335 used in SwitchBot Color Bulbs [#15839](https://github.com/arendst/Tasmota/issues/15839) - Support for Sonoff POWR3xxD and THR3xxD [#15856](https://github.com/arendst/Tasmota/issues/15856) - Support for bistable (latching) relays mixed with monostable relays using GPIO Relay_b or Relay_bi as used by Sonoff POWR320D and THR320D - Support for Modbus bridge adding commands ``ModbusSend``, ``ModbusBaudrate`` and ``ModbusSerialConfig`` [#16013](https://github.com/arendst/Tasmota/issues/16013) -- Support for multiple ``IRsend`` GPIOs -- Zigbee added recording of when the battery was last reported -- Zigbee add Battery auto-probe (can be disabled with ``SetOption143 1``) +- Support for multiple ``IRsend`` GPIOs [#16138](https://github.com/arendst/Tasmota/issues/16138) +- Support for Catalan language translations by HardwareBoffin [#16145](https://github.com/arendst/Tasmota/issues/16145) +- Zigbee added recording of when the battery was last reported [#16146](https://github.com/arendst/Tasmota/issues/16146) +- Zigbee add Battery auto-probe (can be disabled with ``SetOption143 1``) [#16148](https://github.com/arendst/Tasmota/issues/16148) - ESP32 Support for Ultra Low Power (ULP) coprocessor via Berry by Christian Staars [#15916](https://github.com/arendst/Tasmota/issues/15916) ### Breaking Changed ### Changed -- ESP32 Arduino core from v2.0.3 to v2.0.4 [#15940](https://github.com/arendst/Tasmota/issues/15940) -- ESP32 LVGL library from v8.2.0 to v8.3.0 +- ESP32 Arduino core from v2.0.3 to v2.0.4.1 [#15940](https://github.com/arendst/Tasmota/issues/15940) +- ESP32 LVGL library from v8.2.0 to v8.3.0 [#16019](https://github.com/arendst/Tasmota/issues/16019) - Driver DHT v6 consolidation for both ESP8266 and ESP32 to support SI7021, THS01 and MS01 on ESP32 [#15856](https://github.com/arendst/Tasmota/issues/15856) ### Fixed