diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4db263b..842e3ae7c 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 -## [15.1.0.1] +## [15.1.0.2] +### Added + +### Breaking Changed + +### Changed +- ESP32 Platform from 2025.10.30 to 2025.11.30, Framework (Arduino Core) from v3.1.4 to v3.1.5 and IDF from v5.3.4.250826 to v5.3.4.251110 (#24118) + +### Fixed + +### Removed + + +## [15.1.0.1] 20251115 ### Added - TLS enabled ECDSA by default for ESP8266 (#24009) - Berry `cb.free_cb` for extension manager (#24014) @@ -16,8 +29,6 @@ All notable changes to this project will be documented in this file. - NeoPool command `NPReadLSB`, `NPReadMSB`, `NPWriteLSB`, `NWriteMSB` for directly read/write LSB/MSB of 16-bit register (#24083) - Commands `DaliSend` and `DaliQuery` allow extended commands with prefix for DeviceType defaulting to DT6 -### Breaking Changed - ### Changed - Refactored library UDisplay (#24007) - LVGL library from v9.3.0 to v9.4.0 (#24028) @@ -34,9 +45,6 @@ All notable changes to this project will be documented in this file. - TuyaMCU v1 soft lock when WIFI_SELECT / WIFI_RESET is initiated (#24063) - HASPmota `scale` and `angle` for images (#24089) -### Removed - - ## [Released] ## [15.1.0] 20251011 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index aeeb8358e..1c4c44076 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -112,7 +112,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.1.0.1 +## Changelog v15.1.0.2 ### Added - Commands `DaliSend` and `DaliQuery` allow extended commands with prefix for DeviceType defaulting to DT6 - ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO` @@ -128,6 +128,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed ### Changed +- ESP32 Platform from 2025.10.30 to 2025.11.30, Framework (Arduino Core) from v3.1.4 to v3.1.5 and IDF from v5.3.4.250826 to v5.3.4.251110 [#24118](https://github.com/arendst/Tasmota/issues/24118) - LVGL library from v9.3.0 to v9.4.0 [#24028](https://github.com/arendst/Tasmota/issues/24028) - GPIOViewer from v1.6.3 to v1.7.0 - Refactored library UDisplay [#24007](https://github.com/arendst/Tasmota/issues/24007) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 03bed4b3f..2a0df91c6 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 = 0x0F010001; // 15.1.0.1 +const uint32_t TASMOTA_VERSION = 0x0F010002; // 15.1.0.2 #endif // _TASMOTA_VERSION_H_