mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
beb1876815
commit
8eb3879d98
|
@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- ESP32 preliminary support for Matter protocol, milestone 1 (commissioning) by Stephan Hadinger
|
- ESP32 preliminary support for Matter protocol, milestone 1 (commissioning) by Stephan Hadinger
|
||||||
- Basic support for Shelly Pro 4PM
|
- Basic support for Shelly Pro 4PM
|
||||||
- Command ``DhtDelay<sensor> <high_delay>,<low_delay>`` to allow user control over high and low delay in microseconds (#17944)
|
- Command ``DhtDelay<sensor> <high_delay>,<low_delay>`` to allow user control over high and low delay in microseconds (#17944)
|
||||||
- Berry `int64.fromstring()` to convert a string to an int64
|
- Berry `int64.fromstring()` to convert a string to an int64 (#17953)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
- TM1638 button and led support are handled as virtual switches and relays (#11031)
|
- TM1638 button and led support are handled as virtual switches and relays (#11031)
|
||||||
|
@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- ESP8266 Fix TLS SNI which would prevent AWS IoT connection (#17936)
|
- ESP8266 Fix TLS SNI which would prevent AWS IoT connection (#17936)
|
||||||
|
- TuyaMcu exception 3 regression from v12.3.1.4
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
|
@ -127,6 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||||
- Berry crypto add ``HKDF_HMAC_SHA256``
|
- Berry crypto add ``HKDF_HMAC_SHA256``
|
||||||
- Berry crypto add ``SPAKE2P_Matter`` for Matter support
|
- Berry crypto add ``SPAKE2P_Matter`` for Matter support
|
||||||
- Berry add ``mdns`` advanced features and query
|
- Berry add ``mdns`` advanced features and query
|
||||||
|
- Berry `int64.fromstring()` to convert a string to an int64 [#17953](https://github.com/arendst/Tasmota/issues/17953)
|
||||||
- ESP32 command ``EnergyCols 1..8`` to change number of GUI columns
|
- ESP32 command ``EnergyCols 1..8`` to change number of GUI columns
|
||||||
- ESP32 command ``EnergyDisplay 1..3`` to change GUI column presentation
|
- ESP32 command ``EnergyDisplay 1..3`` to change GUI column presentation
|
||||||
- ESP32 support for eigth energy phases/channels
|
- ESP32 support for eigth energy phases/channels
|
||||||
|
|
Loading…
Reference in New Issue