From 56eb8d98c02ed7483eb33d73e2be35a09d2093d0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:16:37 +0200 Subject: [PATCH] Bump version 15.0.1.2 --- CHANGELOG.md | 22 ++++++++++++++++------ RELEASENOTES.md | 4 +++- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d851be1b2..4520a3599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,22 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [15.0.1.1] +## [15.0.1.2] +### Added +- Command `I2sPause` (#23646) + +### Breaking Changed + +### Changed +- ESP32 Platform from 2025.05.30 to 2025.07.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.3.250707 and IDF from v5.3.3.250501 to v5.3.3.250707 (#23642) + +### Fixed + +### Removed + + + +## [15.0.1.1] 20250708 ### Added - I2S additions (#23543) - NeoPool add Redox tank alarm (#19811) @@ -12,8 +27,6 @@ All notable changes to this project will be documented in this file. - Commands `LoRaWanDecoder "` and `LoRaWanName "` to clear name (#23394) - Internal function 'WSContentSendRaw_P' (#23641) -### Breaking Changed - ### Changed - BLE updates for esp-nimble-cpp v2.x (#23553) - Library names (#23560) @@ -29,9 +42,6 @@ All notable changes to this project will be documented in this file. - Berry Hue regression from #23429 (#23623) - AHT30 sensor start with null values after deep sleep (#23624) -### Removed - - ## [Released] ## [15.0.1] 20250614 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fd8efc539..835a5f237 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,9 +114,10 @@ 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.1 +## Changelog v15.0.1.2 ### 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) - Internal function 'WSContentSendRaw_P' [#23641](https://github.com/arendst/Tasmota/issues/23641) - Universal display driver for ZJY169S0800TG01 ST7789 280x240 [#23638](https://github.com/arendst/Tasmota/issues/23638) - NeoPool add Redox tank alarm [#19811](https://github.com/arendst/Tasmota/issues/19811) @@ -126,6 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed ### Changed +- ESP32 Platform from 2025.05.30 to 2025.07.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.3.250707 and IDF from v5.3.3.250501 to v5.3.3.250707 [#23642](https://github.com/arendst/Tasmota/issues/23642) - Library names [#23560](https://github.com/arendst/Tasmota/issues/23560) - CSS uses named colors variables [#23597](https://github.com/arendst/Tasmota/issues/23597) - VEML6070 and AHT2x device detection [#23581](https://github.com/arendst/Tasmota/issues/23581) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 5e7f4b746..c8a04da5c 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 = 0x0F000101; // 15.0.1.1 +const uint32_t TASMOTA_VERSION = 0x0F000102; // 15.0.1.2 #endif // _TASMOTA_VERSION_H_