From a916e498fa86c50cc8301910684c134bbb173736 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:10:20 +0200 Subject: [PATCH] Bump version v15.0.1.5 - ESP8266 platform update from 2025.09.00 to 2025.10.00 (#23971) - ESP32 Platform from 2025.09.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23971) --- CHANGELOG.md | 23 ++++++++++++++++------- RELEASENOTES.md | 6 +++--- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af2f675e..e1162e7e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,24 +3,33 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [15.0.1.4] +## [15.0.1.5] +### Added + + +### Breaking Changed + +### Changed +- ESP8266 platform update from 2025.09.00 to 2025.10.00 (#23971) +- ESP32 Platform from 2025.09.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23971) + +### Fixed + +### Removed + + +## [15.0.1.4] 20251002 ### Added - ESP32 Extension Manager, replacing loading of Partition Wizard (#23955) - Berry animation framework web ui to compile DSL (#23962) - Berry Devices Online Extension App -### Breaking Changed - ### Changed - ESP32 Platform from 2025.08.30 to 2025.09.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23888) - Use HAL instead of ROM for SHA HW acceleration as used by TLS (#23902) - Berry add argument to `werbserver.content_send_style` (#23953) - Make GUI Timer parameters mobile phone friendly (#23959) -### Fixed - -### Removed - ## [15.0.1.3] 20250908 ### Added - ESP32 ROM SHA Hardware Acceleration to BearSSL (#23819) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6fbe3b7b4..325010f62 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 v15.0.1.4 +## Changelog v15.0.1.5 ### Added - Commands `LoRaWanDecoder "` and `LoRaWanName "` to clear name [#23394](https://github.com/arendst/Tasmota/issues/23394) - Command `I2sPause` [#23646](https://github.com/arendst/Tasmota/issues/23646) @@ -141,8 +141,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `animate` framework is DEPRECATED, will be replace by `animation` framework [#23854](https://github.com/arendst/Tasmota/issues/23854) ### Changed -- ESP8266 platform update from 2025.05.00 to 2025.09.00 [#23864](https://github.com/arendst/Tasmota/issues/23864) -- ESP32 Platform from 2025.05.30 to 2025.09.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.4 and IDF from v5.3.3.250501 to v5.3.4.250826 [#23888](https://github.com/arendst/Tasmota/issues/23888) +- ESP8266 platform update from 2025.05.00 to 2025.10.00 [#23971](https://github.com/arendst/Tasmota/issues/23971) +- ESP32 Platform from 2025.05.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.4 and IDF from v5.3.3.250501 to v5.3.4.250826 [#23971](https://github.com/arendst/Tasmota/issues/23971) - Epdiy library from v1.0.0 to v2.0.0 - OpenTherm library from v0.9.0 to v1.1.5 [#23704](https://github.com/arendst/Tasmota/issues/23704) - JPEGDEC library from v1.5.0 to v1.8.3 [#23883](https://github.com/arendst/Tasmota/issues/23883) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 4bc032c3c..e74859147 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 = 0x0F000104; // 15.0.1.4 +const uint32_t TASMOTA_VERSION = 0x0F000105; // 15.0.1.5 #endif // _TASMOTA_VERSION_H_