You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ While fallback or downgrading is common practice it was never supported due to S
36
36
37
37
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.
38
38
39
-
This release will be supported from ESP32/Arduino library Core version **v3.1.4**.
39
+
This release will be supported from ESP32/Arduino library Core version **v3.1.6**.
40
40
41
-
Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before v3.1.4 have been removed.
41
+
Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before v3.1.6 have been removed.
42
42
43
43
## Initial configuration tools
44
44
@@ -76,7 +76,7 @@ Historical binaries can be downloaded from
76
76
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
77
77
78
78
### ESP32, ESP32-C2, ESP32-C3, ESP32-C5, ESP32-C6, ESP32-P4, ESP32-S2 and ESP32-S3 based
79
-
The following binary downloads have been compiled with ESP32/Arduino library core version **v3.1.4**.
79
+
The following binary downloads have been compiled with ESP32/Arduino library core version **v3.1.6**.
80
80
81
81
-**tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY**
82
82
-**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
112
112
113
113
[Complete list](BUILDS.md) of available feature and sensors.
114
114
115
-
## Changelog v15.1.0.2
115
+
## Changelog v15.1.0.3
116
116
### Added
117
+
- Support for ESP32-P4 rev.3 [#24146](https://github.com/arendst/Tasmota/issues/24118)
117
118
- Commands `DaliSend` and `DaliQuery` allow extended commands with prefix for DeviceType defaulting to DT6
118
119
- ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO`
119
120
- HostedMCU file update using command `HostedLoad <version>|<filename>`
@@ -130,7 +131,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
130
131
### Breaking Changed
131
132
132
133
### Changed
133
-
- 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)
134
+
- 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)
134
135
- LVGL library from v9.3.0 to v9.4.0 [#24028](https://github.com/arendst/Tasmota/issues/24028)
135
136
- JPEGDEC library from v1.8.3 to v1.8.4 [#24120](https://github.com/arendst/Tasmota/issues/24120)
136
137
- 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
143
144
- TuyaMCU v1 soft lock when WIFI_SELECT / WIFI_RESET is initiated [#24063](https://github.com/arendst/Tasmota/issues/24063)
144
145
- DALI protocol errors
145
146
- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA [#24000](https://github.com/arendst/Tasmota/issues/24000)
0 commit comments