From 6aab3d4c5e66be3b62ba3562b7c07f717b76780b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 22 Mar 2023 10:39:59 +0100 Subject: [PATCH] Bump version v12.4.0.4 - Add Matter support simple Relay on Apple Homekit by Stephan Hadinger (#18239) - Bump version v12.4.0.4 --- CHANGELOG.md | 19 ++++++++++++------- RELEASENOTES.md | 3 ++- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1d9338c..0b1dbb2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,23 +3,28 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [12.4.0.3] +## [12.4.0.4] ### Added -- Support for PMSA003I Air Quality Sensor by Jean-Pierre Deschamps (#18214) -- Support for DingTian virtual switch/button/relay (#18223) -- Berry add `mdns.remove_service()` -- Matter support simple Relay on Apple Homekit +- Matter support simple Relay on Apple Homekit by Stephan Hadinger (#18239) ### Breaking Changed ### Changed ### Fixed -- Refactor energy monitoring reducing stack usage and solve inherent exceptions and watchdogs (#18164) -- Berry fix `tasmota.get_power(index)` ### Removed +## [12.4.0.3] 20230322 +### Added +- Support for PMSA003I Air Quality Sensor by Jean-Pierre Deschamps (#18214) +- Support for DingTian virtual switch/button/relay (#18223) +- Berry add `mdns.remove_service()` + +### Fixed +- Refactor energy monitoring reducing stack usage and solve inherent exceptions and watchdogs (#18164) +- Berry fix `tasmota.get_power(index)` + ## [12.4.0.2] 20230317 ### Added - Support for multiple MCP23008 as switch/button/relay diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8ab2606e7..72d6eeba0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -110,7 +110,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v12.4.0.3 +## Changelog v12.4.0.4 ### Added - Support for multiple MCP23008/MCP23017/MCP23S17 as switch/button/relay - Support for multiple PCF8574 as switch/button/relay @@ -122,6 +122,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Display TM1650 commands like TM1637 [#18109](https://github.com/arendst/Tasmota/issues/18109) - Support for PMSA003I Air Quality Sensor by Jean-Pierre Deschamps [#18214](https://github.com/arendst/Tasmota/issues/18214) - Support for DingTian virtual switch/button/relay [#18223](https://github.com/arendst/Tasmota/issues/18223) +- Matter support simple Relay on Apple Homekit by Stephan Hadinger [#18239](https://github.com/arendst/Tasmota/issues/18239) ### Breaking Changed - Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 678b2a337..bcaf16d54 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x0C040003; // 12.4.0.3 +const uint32_t VERSION = 0x0C040004; // 12.4.0.4 #endif // _TASMOTA_VERSION_H_