From b92cbf295b4fe432963c58c2d6c2dce6416bd109 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:27:47 +0100 Subject: [PATCH] Bump version v15.2.0.2 --- CHANGELOG.md | 16 ++++++++++++++-- RELEASENOTES.md | 5 ++++- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96814c854..a043a7870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,24 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development +## [15.2.0.2] +### Added + +### Breaking Changed + +### Changed +- ESP8266 platform update from 2025.10.00 to 2025.12.00 (#24254) +- ESP32 Platform from 2025.12.30 to 2025.12.31, Framework (Arduino Core) from v3.1.7 to v3.1.8 and IDF from v5.3.4.251205 to v5.3.4.251223 (#24254) + +### Fixed +- ESP32 BLE not starting (#24240) + +### Removed + ## [15.2.0.1] ### Added - Support for TCA9554 8-bit I/O expander mutually exclusive with PCA9557 -### Breaking Changed - ### Changed - Vid6608 library from v1.0.2 to v1.0.3 (#24218) - IRremoteESP8266 library from v2.8.6 to v2.8.6-ca474a6 (#24226) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a5ab03ab5..4520a4658 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -112,11 +112,13 @@ 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 v15.2.0.1 +## Changelog v15.2.0.2 ### Added - Support for TCA9554 8-bit I/O expander mutually exclusive with PCA9557 ### Changed +- ESP8266 platform update from 2025.10.00 to 2025.12.00 [#24254](https://github.com/arendst/Tasmota/issues/24254) +- ESP32 Platform from 2025.12.30 to 2025.12.31, Framework (Arduino Core) from v3.1.7 to v3.1.8 and IDF from v5.3.4.251205 to v5.3.4.251223 [#24254](https://github.com/arendst/Tasmota/issues/24254) - Vid6608 library from v1.0.2 to v1.0.3 [#24218](https://github.com/arendst/Tasmota/issues/24218) - IRremoteESP8266 library from v2.8.6 to v2.8.6-ca474a6 [#24226](https://github.com/arendst/Tasmota/issues/24226) - Update Zigbee WebUI [#24224](https://github.com/arendst/Tasmota/issues/24224) @@ -126,6 +128,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - ESP32-P4 unique MQTT Client based on hosted MCU MAC address - DALI watchdog exception - TuyaMCU v1 exception 28 regression from v15.1.0.1 reverted PR24063 [#24220](https://github.com/arendst/Tasmota/issues/24220) +- ESP32 BLE not starting [#24240](https://github.com/arendst/Tasmota/issues/24240) ### Removed - Berry `animate` to be replaced with `animation` framework [#24241](https://github.com/arendst/Tasmota/issues/24241) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 2fd9d87eb..c66bd0208 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 = 0x0F020001; // 15.2.0.1 +const uint32_t TASMOTA_VERSION = 0x0F020002; // 15.2.0.2 #endif // _TASMOTA_VERSION_H_