Update changelogs

This commit is contained in:
Theo Arends 2023-09-06 09:50:29 +02:00
parent 3cb63bcb67
commit 1c6db35d96
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
## [13.1.0.2] ## [13.1.0.2]
### Added ### Added
- Support for HDMI CEC protocol - Support for HDMI CEC protocol (#19434)
### Breaking Changed ### Breaking Changed
@ -17,6 +17,8 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 (#19408) - PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 (#19408)
- Berry make mdns compatible with non-IPv6 builds - Berry make mdns compatible with non-IPv6 builds
- ESP32 Shutter migration (#19454)
- ESP32 Shutter multi press button events (#19465)
### Removed ### Removed

View File

@ -115,6 +115,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Experimental support for ESP32-C2 and ESP32-C6 using Arduino core v3.0 - 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) - 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) - Variables ``%power<1..28>%`` and ``%switch<1..28>%`` to rules [#19331](https://github.com/arendst/Tasmota/issues/19331)
- Support for HDMI CEC protocol [#19434](https://github.com/arendst/Tasmota/issues/19434)
### Breaking Changed ### Breaking Changed
@ -126,5 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Teleinfo power [#19381](https://github.com/arendst/Tasmota/issues/19381) - Teleinfo power [#19381](https://github.com/arendst/Tasmota/issues/19381)
- Exception 3 in IRHVAC [#19389](https://github.com/arendst/Tasmota/issues/19389) - Exception 3 in IRHVAC [#19389](https://github.com/arendst/Tasmota/issues/19389)
- PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 [#19408](https://github.com/arendst/Tasmota/issues/19408) - PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 [#19408](https://github.com/arendst/Tasmota/issues/19408)
- ESP32 Shutter migration [#19454](https://github.com/arendst/Tasmota/issues/19454)
- ESP32 Shutter multi press button events [#19465](https://github.com/arendst/Tasmota/issues/19465)
### Removed ### Removed