diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a85f404d..626febe14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,20 @@ All notable changes to this project will be documented in this file. ### Added - Berry add module ``python_compat`` to be closer to Python syntax (#13428) - 1 second heartbeat GPIO +- Command ``TcpConfig`` for TCPBridge protocol configuration (#13565) ### Changed - File editor no-wrap (#13427) - ESP32 core library from v1.0.7.4 to v1.0.7.5 -- ESP32C3 core library from v2.0.0-post to v2.0.1-rc1 +- ESP32-C3 core library from v2.0.0-post to v2.0.1-rc1 ### Fixed - Initial reset RTC memory based variables like EnergyToday and EnergyTotal - ESP32 Telegram compile error (#13435) - SML compile error (#13441) - GUI checkbox MQTT TLS not saved regression from v9.2.0.3 (#13442) +- Discovery of shutters (#13572) +- ESP32-C3 OneWire as used by DS18x20 (#13583) ## [Released] diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4c85900cd..12187d41b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -104,16 +104,20 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Added - 1 second heartbeat GPIO - ESP32 Berry add module ``python_compat`` to be closer to Python syntax [#13428](https://github.com/arendst/Tasmota/issues/13428) +- Command ``TcpConfig`` for TCPBridge protocol configuration [#13565](https://github.com/arendst/Tasmota/issues/13565) ### Breaking Changed ### Changed - File editor no-wrap [#13427](https://github.com/arendst/Tasmota/issues/13427) - ESP32 core library from v1.0.7.4 to v1.0.7.5 -- ESP32C3 core library from v2.0.0-post to v2.0.1-rc1 +- ESP32-C3 core library from v2.0.0-post to v2.0.1-rc1 ### Fixed - Initial reset RTC memory based variables like EnergyToday and EnergyTotal - ESP32 Telegram compile error [#13435](https://github.com/arendst/Tasmota/issues/13435) - SML compile error [#13441](https://github.com/arendst/Tasmota/issues/13441) - GUI checkbox MQTT TLS not saved regression from v9.2.0.3 [#13442](https://github.com/arendst/Tasmota/issues/13442) +- Discovery of shutters [#13572](https://github.com/arendst/Tasmota/issues/13572) +- ESP32-C3 OneWire as used by DS18x20 [#13583](https://github.com/arendst/Tasmota/issues/13583) +