diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b015d43..7533b2bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,27 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [15.1.0.2] +## [15.1.0.3] +### Added +- Support for ESP32-P4 rev.3 (#24146) + +### Breaking Changed + +### Changed +- ESP32 Platform from 2025.11.30 to 2025.11.31, Framework (Arduino Core) from v3.1.5 to v3.1.6 and IDF from v5.3.4.251110 to v5.3.4.251110 (#24146) + +### Fixed +- ESP32-P4 Hosted MCU updated to v2.6.6 solving WiFi boot issues (#24146) +- ESP32-Solo1 using pre-compiled Arduino libraries (#24146) + +### Removed + +## [15.1.0.2] 20251122 ### Added - WS2812 and Berry animation support for reverse-order LED strip (#24138) - DALI persistence for `DaliTarget` and `DaliChannels` if filesystem is present - DALI DT8 RGBWAF color support using Tasmota light control -### 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) - JPEGDEC library from v1.8.3 to v1.8.4 (#24120) @@ -18,9 +31,6 @@ All notable changes to this project will be documented in this file. ### Fixed - DALI protocol errors -### Removed - - ## [15.1.0.1] 20251115 ### Added - TLS enabled ECDSA by default for ESP8266 (#24009) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 120768082..8825aa8b0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -36,9 +36,9 @@ While fallback or downgrading is common practice it was never supported due to S This release will be supported from ESP8266/Arduino library Core version **2.7.8** due to reported security and stability issues on previous Core version. This will also support gzipped binaries. -This release will be supported from ESP32/Arduino library Core version **v3.1.4**. +This release will be supported from ESP32/Arduino library Core version **v3.1.6**. -Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before v3.1.4 have been removed. +Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before v3.1.6 have been removed. ## Initial configuration tools @@ -76,7 +76,7 @@ Historical binaries can be downloaded from The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` ### ESP32, ESP32-C2, ESP32-C3, ESP32-C5, ESP32-C6, ESP32-P4, ESP32-S2 and ESP32-S3 based -The following binary downloads have been compiled with ESP32/Arduino library core version **v3.1.4**. +The following binary downloads have been compiled with ESP32/Arduino library core version **v3.1.6**. - **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY** - **tasmota32solo1.bin** = The Tasmota version with most drivers including additional sensors and KNX for single core ESP32 and 4M+ flash. @@ -112,8 +112,9 @@ 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.2 +## Changelog v15.1.0.3 ### Added +- Support for ESP32-P4 rev.3 [#24146](https://github.com/arendst/Tasmota/issues/24118) - 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` - HostedMCU file update using command `HostedLoad |` @@ -130,7 +131,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) +- ESP32 Platform from 2025.11.30 to 2025.11.31, Framework (Arduino Core) from v3.1.5 to v3.1.6 and IDF from v5.3.4.250826 to v5.3.4.251110 [#24146](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) - JPEGDEC library from v1.8.3 to v1.8.4 [#24120](https://github.com/arendst/Tasmota/issues/24120) - GPIOViewer from v1.6.3 to v1.7.0 @@ -143,6 +144,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - TuyaMCU v1 soft lock when WIFI_SELECT / WIFI_RESET is initiated [#24063](https://github.com/arendst/Tasmota/issues/24063) - DALI protocol errors - TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA [#24000](https://github.com/arendst/Tasmota/issues/24000) +- ESP32-P4 Hosted MCU updated to v2.6.6 solving WiFi boot issues [#24146](https://github.com/arendst/Tasmota/issues/24118) +- ESP32-Solo1 using pre-compiled Arduino libraries [#24146](https://github.com/arendst/Tasmota/issues/24118) - Extension Manager exception when `OtaUrl` is not defined or invalid - Extension Manager Light Theme support and Extensions input field control - HASPmota exception in `cpicker` (colorwheel) [#24010](https://github.com/arendst/Tasmota/issues/24010) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 2a0df91c6..2f1315885 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 = 0x0F010002; // 15.1.0.2 +const uint32_t TASMOTA_VERSION = 0x0F010003; // 15.1.0.3 #endif // _TASMOTA_VERSION_H_