diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdca74c7..86c44d0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - Commands to allow setting of timeprop parameters (#19310) - Variables ``%power<1..28>%`` and ``%switch<1..28>%`` to rules (#19331) +- Experimental support for ESP32-C2 and ESP32-C6 using Arduino core v3.0 ### Breaking Changed @@ -14,7 +15,8 @@ All notable changes to this project will be documented in this file. - Display invert setting after tasmota start in uDisplay driver (#19337) ### Fixed -- Shutter invert (#19341) +- Shutter invert (#19341, #19374) +- Teleinfo power (#19381) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6507f4a0e..c8e267175 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -112,6 +112,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v13.1.0.1 ### Added +- Experimental support for ESP32-C2 and ESP32-C6 using Arduino core v3.0 - Commands to allow setting of timeprop parameters [#19310](https://github.com/arendst/Tasmota/issues/19310) - Variables ``%power<1..28>%`` and ``%switch<1..28>%`` to rules [#19331](https://github.com/arendst/Tasmota/issues/19331) @@ -121,6 +122,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Display invert setting after tasmota start in uDisplay driver [#19337](https://github.com/arendst/Tasmota/issues/19337) ### Fixed -- Shutter invert [#19341](https://github.com/arendst/Tasmota/issues/19341) +- Shutter invert [#19341](https://github.com/arendst/Tasmota/issues/19341) and [#19374](https://github.com/arendst/Tasmota/issues/19374) +- Teleinfo power [#19381](https://github.com/arendst/Tasmota/issues/19381) ### Removed