mirror of https://github.com/arendst/Tasmota.git
Update changelog
This commit is contained in:
parent
2a4bdddef2
commit
33b326d2b7
|
@ -3,14 +3,18 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [9.4.0.3]
|
||||
## [9.4.0.4]
|
||||
### Added
|
||||
- Version bump to signal new features to Hass
|
||||
|
||||
## [9.4.0.3] 20210515
|
||||
### Added
|
||||
- Make Telegram command ``TmState`` persistent (#11965)
|
||||
- Zigbee firmware for Tube's Zigbee coordinator based on EFR32 and ESP32
|
||||
- Zigbee firmware 6.7.9 for Sonoff ZBBridge
|
||||
- Defines ``USER_RULE1``, ``USER_RULE2`` and ``USER_RULE3`` to store rules at compile time
|
||||
- Define ``USER_BACKLOG`` to store commands at compile time to be executed at firmware load or when executing command ``reset``
|
||||
- LVGL add support for TrueType fonts via FreeType library
|
||||
- LVGL support for TrueType fonts via FreeType library
|
||||
|
||||
## [9.4.0.2] 20210430
|
||||
### Added
|
||||
|
|
|
@ -76,7 +76,7 @@ The binaries can be downloaded from either https://github.com/arendst/Tasmota/tr
|
|||
|
||||
[Complete list](BUILDS.md) of available feature and sensors.
|
||||
|
||||
## Changelog v9.4.0.2
|
||||
## Changelog v9.4.0.4
|
||||
### Added
|
||||
- Initial support for optional ``Template`` JSON fieldpair ``"CMND":"<any template related command>|<any template related command>|..."`` [#11788](https://github.com/arendst/Tasmota/issues/11788)
|
||||
- ESP32 pulldown buttons ``Button_d`` and ``Button_id`` and switches ``Switch_d`` [#10814](https://github.com/arendst/Tasmota/issues/10814)
|
||||
|
@ -86,6 +86,7 @@ The binaries can be downloaded from either https://github.com/arendst/Tasmota/tr
|
|||
- Zigbee firmware 6.7.9 for Sonoff ZBBridge
|
||||
- Defines ``USER_RULE1``, ``USER_RULE2`` and ``USER_RULE3`` to store rules at compile time
|
||||
- Define ``USER_BACKLOG`` to store commands at compile time to be executed at firmware load or when executing command ``reset``
|
||||
- LVGL support for TrueType fonts via FreeType library
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
|
Loading…
Reference in New Issue