mirror of https://github.com/arendst/Tasmota.git
Update changelog
This commit is contained in:
parent
2fcc8589f3
commit
821270adc1
|
@ -13,7 +13,9 @@ All notable changes to this project will be documented in this file.
|
|||
- TyuaMcu update 2/3 by Federico Leoni (#10004)
|
||||
- Optional CCloader support for CC25xx Zigbee or CC26xx BLE by Christian Baars (#9970)
|
||||
- Command ``RfProtocol`` to control RcSwitch receive protocols by BBBits (#10063)
|
||||
- Zigbee better support for Tuya Protocol (#10074)
|
||||
- Support for SPI connected MFRC522 13.56MHz rfid card reader (#9916)
|
||||
- Letsencrypt R3 in addition to X3 CA (#10086)
|
||||
|
||||
### Breaking Changed
|
||||
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
|
||||
|
@ -25,6 +27,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Platformio compiler option `-free -fipa-pta` enabled (#9875)
|
||||
- IRremoteESP8266 library from v2.7.12 to v2.7.13
|
||||
- Shelly Dimmer 1 and 2 stm32 firmware from v51.4 to v51.5
|
||||
- Force bigger Thunk Stack if 4K RSA even without EC ciphers (#10075)
|
||||
|
||||
### Fixed
|
||||
- KNX ESP32 UDP mulicastpackage (#9811)
|
||||
|
@ -32,6 +35,8 @@ All notable changes to this project will be documented in this file.
|
|||
- ESP32 TasmotaClient firmware upgrade (#9218)
|
||||
- Reset to defaults after 6 hours of DeepSleep (#9993)
|
||||
- Backlog timing wraparound (#9995)
|
||||
- First LED in addressable string does not fade when using scheme (#10088)
|
||||
- Improved Opentherm error handling (#10055)
|
||||
|
||||
### Removed
|
||||
- PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=`
|
||||
|
|
|
@ -67,6 +67,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||
- Zigbee support for Mi Door and Contact (#9759)
|
||||
- Zigbee alarm persistence (#9785)
|
||||
- Zigbee persistence of device/sensor data in EEPROM (only ZBBridge)
|
||||
- Zigbee better support for Tuya Protocol (#10074)
|
||||
- TyuaMcu update 2/3 by Federico Leoni (#10004)
|
||||
- Support for additional EZO sensors by Christopher Tremblay
|
||||
- Support for AS608 optical and R503 capacitive fingerprint sensor
|
||||
|
@ -77,6 +78,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||
- KNX read reply for Power (#9236, #9891)
|
||||
- Fallback NTP server from x.pool.ntp.org if no ntpservers are configured
|
||||
- Optional CCloader support for CC25xx Zigbee or CC26xx BLE by Christian Baars (#9970)
|
||||
- Letsencrypt R3 in addition to X3 CA (#10086)
|
||||
|
||||
### Breaking Changed
|
||||
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
|
||||
|
@ -88,6 +90,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||
- Platformio compiler option `no target align` enabled (#9749)
|
||||
- Sonoff L1 color up scaling and color margin detection (#9545)
|
||||
- MQTT Wifi connection timeout from 5000 to 200 mSec (#9886)
|
||||
- Force bigger Thunk Stack if 4K RSA even without EC ciphers (#10075)
|
||||
|
||||
### Fixed
|
||||
- Command ``gpio`` using non-indexed functions regression from v9.1.0 (#9962)
|
||||
|
@ -99,6 +102,8 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||
- ESP32 TasmotaClient firmware upgrade (#9218)
|
||||
- Reset to defaults after 6 hours of DeepSleep (#9993)
|
||||
- Backlog timing wraparound (#9995)
|
||||
- First LED in addressable string does not fade when using scheme (#10088)
|
||||
- Improved Opentherm error handling (#10055)
|
||||
|
||||
### Removed
|
||||
- Version compatibility check
|
||||
|
|
Loading…
Reference in New Issue