Update changelogs

This commit is contained in:
Theo Arends 2023-09-19 16:14:03 +02:00
parent ffd09da89a
commit 422c8f2e57
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
- ESP32 Framework (Arduino Core) from v2.0.12 to v2.0.13 - ESP32 Framework (Arduino Core) from v2.0.12 to v2.0.13
### Fixed ### Fixed
- ESP32 DS18x20 driver support extended over GPIO33
### Removed ### Removed
@ -37,7 +38,6 @@ All notable changes to this project will be documented in this file.
- Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) - Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter)
- ESP32C3 relay click on restart - ESP32C3 relay click on restart
## [13.1.0.1] 20230831 ## [13.1.0.1] 20230831
### Added ### Added
- Commands to allow setting of timeprop parameters (#19310) - Commands to allow setting of timeprop parameters (#19310)

View File

@ -131,6 +131,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 DS18x20 driver support extended over GPIO33
- ESP32 Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) - ESP32 Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter)
- ESP32 Shutter migration [#19454](https://github.com/arendst/Tasmota/issues/19454) - 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) - ESP32 Shutter multi press button events [#19465](https://github.com/arendst/Tasmota/issues/19465)