mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Update changelog
This commit is contained in:
parent
238c8ce467
commit
b41248eb23
@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Letsencrypt R3 in addition to X3 CA (#10086)
|
- Letsencrypt R3 in addition to X3 CA (#10086)
|
||||||
- Zigbee add visual map of network
|
- Zigbee add visual map of network
|
||||||
- Command ``SetOption117 1`` for light fading to be fixed duration instead of fixed slew rate (#10109)
|
- Command ``SetOption117 1`` for light fading to be fixed duration instead of fixed slew rate (#10109)
|
||||||
|
- ESP32 SPIFFS support
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
|
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
|
||||||
@ -40,6 +41,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Backlog timing wraparound (#9995)
|
- Backlog timing wraparound (#9995)
|
||||||
- First LED in addressable string does not fade when using scheme (#10088)
|
- First LED in addressable string does not fade when using scheme (#10088)
|
||||||
- Improved Opentherm error handling (#10055)
|
- Improved Opentherm error handling (#10055)
|
||||||
|
- Shutter motordelay stop issue (#10033)
|
||||||
|
- ESP32 CC2530 heap corruption (#10121)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=`
|
- PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=`
|
||||||
|
@ -60,6 +60,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||||||
### Added
|
### Added
|
||||||
- Command ``SetOption115 1`` to enable ESP32 MiBle
|
- Command ``SetOption115 1`` to enable ESP32 MiBle
|
||||||
- Command ``SetOption116 1`` to disable auto-query of zigbee light devices (avoids network storms with large groups)
|
- Command ``SetOption116 1`` to disable auto-query of zigbee light devices (avoids network storms with large groups)
|
||||||
|
- Command ``SetOption117 1`` for light fading to be fixed duration instead of fixed slew rate (#10109)
|
||||||
- Command ``RfProtocol`` to control RcSwitch receive protocols by BBBits (#10063)
|
- Command ``RfProtocol`` to control RcSwitch receive protocols by BBBits (#10063)
|
||||||
- Commands ``TuyaRGB``, ``TuyaEnum`` and ``TuyaEnumList`` (#9769)
|
- Commands ``TuyaRGB``, ``TuyaEnum`` and ``TuyaEnumList`` (#9769)
|
||||||
- Zigbee command ``ZbInfo`` and prepare support for EEPROM
|
- Zigbee command ``ZbInfo`` and prepare support for EEPROM
|
||||||
@ -68,6 +69,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||||||
- Zigbee alarm persistence (#9785)
|
- Zigbee alarm persistence (#9785)
|
||||||
- Zigbee persistence of device/sensor data in EEPROM (only ZBBridge)
|
- Zigbee persistence of device/sensor data in EEPROM (only ZBBridge)
|
||||||
- Zigbee better support for Tuya Protocol (#10074)
|
- Zigbee better support for Tuya Protocol (#10074)
|
||||||
|
- Zigbee visual map of network
|
||||||
- TyuaMcu update 2/3 by Federico Leoni (#10004)
|
- TyuaMcu update 2/3 by Federico Leoni (#10004)
|
||||||
- Support for additional EZO sensors by Christopher Tremblay
|
- Support for additional EZO sensors by Christopher Tremblay
|
||||||
- Support for AS608 optical and R503 capacitive fingerprint sensor
|
- Support for AS608 optical and R503 capacitive fingerprint sensor
|
||||||
@ -79,6 +81,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||||||
- Fallback NTP server from x.pool.ntp.org if no ntpservers are configured
|
- 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)
|
- Optional CCloader support for CC25xx Zigbee or CC26xx BLE by Christian Baars (#9970)
|
||||||
- Letsencrypt R3 in addition to X3 CA (#10086)
|
- Letsencrypt R3 in addition to X3 CA (#10086)
|
||||||
|
- ESP32 SPIFFS support
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
|
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
|
||||||
@ -105,6 +108,8 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||||||
- Backlog timing wraparound (#9995)
|
- Backlog timing wraparound (#9995)
|
||||||
- First LED in addressable string does not fade when using scheme (#10088)
|
- First LED in addressable string does not fade when using scheme (#10088)
|
||||||
- Improved Opentherm error handling (#10055)
|
- Improved Opentherm error handling (#10055)
|
||||||
|
- Shutter motordelay stop issue (#10033)
|
||||||
|
- ESP32 CC2530 heap corruption (#10121)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Version compatibility check
|
- Version compatibility check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user