Update changelog

This commit is contained in:
Theo Arends 2020-11-28 16:10:19 +01:00
parent 062c96e583
commit 0c95f2ec8e
2 changed files with 4 additions and 1 deletions

View File

@ -9,8 +9,8 @@ All notable changes to this project will be documented in this file.
- Zigbee persistence of device/sensor data in EEPROM (only ZBBridge)
- Support for common anode sevenseg displays by adding ``#define USE_DISPLAY_SEVENSEG_COMMON_ANODE`` by Ken Sanislo (#9963)
- Support for multiple WeMo devices by Magic73 (#9208)
- IRremoteESP8266 library from v2.7.12 to v2.7.13
- Fallback NTP server from x.pool.ntp.org if no ntpservers are configured
- TyuaMcu update 2/3 by Federico Leoni (#10004)
### Breaking Changed
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
- Shelly Dimmer fw upgrade using WebGUI Firmware Upgrade and file from folder `tools/fw_shd_stm32/`
- MQTT Wifi connection timeout from 5000 to 200 mSec (#9886)
- Platformio compiler option `-free -fipa-pta` enabled (#9875)
- IRremoteESP8266 library from v2.7.12 to v2.7.13
### Fixed
- KNX ESP32 UDP mulicastpackage (#9811)

View File

@ -66,6 +66,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)
- 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
- Support for Shelly Dimmer 1 and 2 by James Turton (#9854)
@ -79,6 +80,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
### Changed
- Core library from v2.7.4.5 to v2.7.4.7
- IRremoteESP8266 library from v2.7.12 to v2.7.13
- 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)