From 33b326d2b7c73a37ce100df66c0bc8ecf96a388d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 15 May 2021 10:56:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- RELEASENOTES.md | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248acf597..1a1214b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1b5274626..765c3a488 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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":"||..."`` [#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