From 85c1413eb15c04234d21187529f0d425486ff792 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:03:52 +0100 Subject: [PATCH] Bump version v13.3.0.4 --- 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 eafd59ca2..15f78b754 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.3] +## [13.3.0.4] +### Added + +### Breaking Changed + +### Changed +- Refactored rules ``Subscribe`` using LList allowing full message size and enabled by default + +### Fixed + +### Removed + +## [13.3.0.3] 20240122 ### Added - Berry `debug.caller` (#20470) - GPIO Viewer user selection of assets website now defaults to `https://ota.tasmota.com/tasmota|tasmota32/gpio_viewer/assets` @@ -19,8 +31,6 @@ All notable changes to this project will be documented in this file. - Berry/Zigbee web hook per device for customized status display (#20542) - Zigbee ``ZbEmulation`` to selectively exclude some devices from Hue/Alexa emulation (#20552) -### Breaking Changed - ### Changed - ESP32 platform update from 2024.01.00 to 2024.01.01 (#20508) - IP stack compatible with new Core3 IPv6 implementation (#20509) @@ -29,7 +39,6 @@ All notable changes to this project will be documented in this file. - ESP8266 Framework (Arduino Core) from v2.7.5 to v2.7.6 (#20539) - Refactored Pio filesystem download script (#20544) - Command ``TimedPower`` refactored from String to LList -- Refactored rules ``Subscribe`` using LList allowing full message size and enabled by default ### Fixed - Scripter memory leak in `>w x` (#20473) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 57d4428e7..3d4e15fa6 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.3 +## Changelog v13.3.0.4 ### Added - Command ``TimedPower [,ON|OFF|TOGGLE|BLINK]`` executes ``Power [ON|OFF|TOGGLE|BLINK] `` and after executes ``Power [OFF|ON|TOGGLE|OFF]`` - Support for CST816S touch interface [#20213](https://github.com/arendst/Tasmota/issues/20213) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 67c71e010..d88cfd5b7 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 = 0x0D030003; // 13.3.0.3 +const uint32_t TASMOTA_VERSION = 0x0D030004; // 13.3.0.4 #endif // _TASMOTA_VERSION_H_