From a4083263260db66a7b8afe7422cd33da023d452b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:24:32 +0100 Subject: [PATCH] Bump version to v13.3.0.5 --- CHANGELOG.md | 17 +++++++++++++---- RELEASENOTES.md | 2 +- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98918f6fd..0ada7fc65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [13.3.0.4] +## [13.3.0.5] +### Added + +### Breaking Changed +- ESP32 LVGL library from v8.3.11 to v9.0.0, some small breaking changes in C, none in HASPmota (#20659) + +### Changed + +### Fixed + +### Removed + +## [13.3.0.4] 20240205 ### Added - HASPmota support for `min` and `max` attribute in `slider` (#20582) - ESP32-C3 support for GPIO11 (#18350) @@ -14,7 +26,6 @@ All notable changes to this project will be documented in this file. ### Breaking Changed - Matter aggregator relocated to endpoint 1 for Google compatibility, may break existing associations (#20654) -- ESP32 LVGL library from v8.3.11 to v9.0.0, some small breaking changes in C, none in HASPmota (#20659) ### Changed - Library OneWire-Stickbreaker by TasmotaOneWire supporting Shelly Plus Add-On (#20580) @@ -30,8 +41,6 @@ All notable changes to this project will be documented in this file. - Matter error when removing device from Google Home (#20665) - Matter exception when fabrics is not initialized (#20667) -### Removed - ## [13.3.0.3] 20240122 ### Added - Berry `debug.caller` (#20470) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c22fad3c7..935f227c8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -116,7 +116,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 v13.3.0.4 +## Changelog v13.3.0.5 ### Added - Command ``TimedPower [,ON|OFF|TOGGLE|BLINK]`` executes ``Power [ON|OFF|TOGGLE|BLINK] `` and after executes ``Power [OFF|ON|TOGGLE|OFF]`` - Display of active drivers using command ``status 4`` diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index d88cfd5b7..ff562e7d0 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 TASMOTA_VERSION = 0x0D030004; // 13.3.0.4 +const uint32_t TASMOTA_VERSION = 0x0D030005; // 13.3.0.5 #endif // _TASMOTA_VERSION_H_