From 72520e074363fc8c5b090d25af1a512d7892b685 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:17:07 +0100 Subject: [PATCH] Bump version v14.5.0.2 --- CHANGELOG.md | 20 ++++++++++++++------ RELEASENOTES.md | 3 ++- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab57c2811..35f392720 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 -## [14.5.0.1] +## [14.5.0.2] +### Added + +### Breaking Changed + +### Changed +- ESP32 Platform from 2025.02.30 to 2025.03.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250302 and IDF from v5.3.2.250120 to 5.3.2.250228 (#23088) + +### Fixed + +### Removed + + +## [14.5.0.1] 20250302 ### Added - Berry experimental driver for AXP2101 for M5Core2v1.1 (#23039) - LVGL experimental mirroring of display on Web UI (#23041) @@ -12,8 +25,6 @@ All notable changes to this project will be documented in this file. - Berry `introspect.solidified()` to know if a Berry object is solidified or in RAM (#23063) - Berry `global.undef()` to undefine a global variable (#23073) -### Breaking Changed - ### Changed - LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 (#23040) - LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution) (#23047) @@ -23,9 +34,6 @@ All notable changes to this project will be documented in this file. ### Fixed - Too many zeros in RCSwitch received data regression from v14.4.1.4 (#23050) -### Removed - - ## [Released] ## [14.5.0] 20250219 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 37ae858ba..cb9a5ba1f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,7 +114,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 v14.5.0.1 +## Changelog v14.5.0.2 ### Added - Allow acl in mqtt when client certificate is in use with `#define USE_MQTT_CLIENT_CERT` [#22998](https://github.com/arendst/Tasmota/issues/22998) - Berry experimental driver for AXP2101 for M5Core2v1.1 [#23039](https://github.com/arendst/Tasmota/issues/23039) @@ -126,6 +126,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed ### Changed +- ESP32 Platform from 2025.02.30 to 2025.03.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250302 and IDF from v5.3.2.250120 to 5.3.2.250228 [#23088](https://github.com/arendst/Tasmota/issues/23088) - GPIOViewer from v1.6.1 to v1.6.2 (No functional change) - LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 [#23040](https://github.com/arendst/Tasmota/issues/23040) - LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution) [#23047](https://github.com/arendst/Tasmota/issues/23047) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index a9c2212ee..6645cac84 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -22,6 +22,6 @@ #define TASMOTA_SHA_SHORT // Filled by Github sed -const uint32_t TASMOTA_VERSION = 0x0E050001; // 14.5.0.1 +const uint32_t TASMOTA_VERSION = 0x0E050002; // 14.5.0.2 #endif // _TASMOTA_VERSION_H_