From 03aea58a4cd8aabef08830b0e21879e9596f26cd Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:29:23 +0100 Subject: [PATCH] Bump version v13.2.0.2 --- CHANGELOG.md | 22 ++++++++++++++++------ RELEASENOTES.md | 7 ++++--- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32eb2fd88..11631b509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [13.3.0.1] +## [13.3.0.2] +### Added +- HASPmota type `chart` (#20372) + +### Breaking Changed + +### Changed + +### Fixed + +### Removed + + +## [13.3.0.1] 20240101 ### Added - Support for Sonoff Basic R4 Magic Switch (#20247) - Support for CST816S touch interface (#20213) @@ -11,10 +24,9 @@ All notable changes to this project will be documented in this file. - Matter support for password for remote Tasmota devices (#20296) - Display of active drivers using command ``status 4`` - ESP32 used UART information -- HASPmota added `haspmota.page_show()` to change page (#20333) -- Berry added `introspect.set()` for class attributes (#20339) +- HASPmota `haspmota.page_show()` to change page (#20333) +- Berry `introspect.set()` for class attributes (#20339) - Support negative power on BL0942 using index 5..8 (#20322) -- HASPmota type `chart` ### Breaking Changed - Refactoring of Berry `animate` module for WS2812 Leds (#20236) @@ -33,8 +45,6 @@ All notable changes to this project will be documented in this file. - Berry claiming UART0 if needed (#20324) - LVGL fix type for lv_imgbtn (#20354) -### Removed - ## [Released] ## [13.3.0] 20231213 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 822337b19..6198b8991 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.1 +## Changelog v13.3.0.2 ### Added - Support for CST816S touch interface [#20213](https://github.com/arendst/Tasmota/issues/20213) - Support for Sonoff Basic R4 Magic Switch [#20247](https://github.com/arendst/Tasmota/issues/20247) @@ -124,8 +124,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - NeoPool hydrolysis FL1 and Redox flag [#20258](https://github.com/arendst/Tasmota/issues/20258) - Support negative power on BL0942 using index 5..8 [#20322](https://github.com/arendst/Tasmota/issues/20322) - ESP32 used UART information -- Berry added `introspect.set()` for class attributes [#20339](https://github.com/arendst/Tasmota/issues/20339) -- HASPmota added `haspmota.page_show()` to change page [#20333](https://github.com/arendst/Tasmota/issues/20333) +- Berry `introspect.set()` for class attributes [#20339](https://github.com/arendst/Tasmota/issues/20339) +- HASPmota `haspmota.page_show()` to change page [#20333](https://github.com/arendst/Tasmota/issues/20333) +- HASPmota type `chart` [#20372](https://github.com/arendst/Tasmota/issues/20372) - Matter support for password for remote Tasmota devices [#20296](https://github.com/arendst/Tasmota/issues/20296) ### Breaking Changed diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 94bd18c62..ac87a0ef4 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 = 0x0D030001; // 13.3.0.1 +const uint32_t TASMOTA_VERSION = 0x0D030002; // 13.3.0.2 #endif // _TASMOTA_VERSION_H_