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
+5-4Lines changed: 5 additions & 4 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.6**.
39
+
This release will be supported from ESP32/Arduino library Core version **v3.1.7**.
40
40
41
-
Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before v3.1.6 have been removed.
41
+
Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before v3.1.7 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.6**.
79
+
The following binary downloads have been compiled with ESP32/Arduino library core version **v3.1.7**.
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.
@@ -135,7 +135,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
135
135
### Breaking Changed
136
136
137
137
### Changed
138
-
- 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)
138
+
- ESP32 Platform from 2025.11.30 to 2025.12.30, Framework (Arduino Core) from v3.1.5 to v3.1.7 and IDF from v5.3.4.250826 to v5.3.4.20251205[#24212](https://github.com/arendst/Tasmota/issues/24212)
139
139
- LVGL library from v9.3.0 to v9.4.0 [#24028](https://github.com/arendst/Tasmota/issues/24028)
140
140
- JPEGDEC library from v1.8.3 to v1.8.4 [#24120](https://github.com/arendst/Tasmota/issues/24120)
141
141
- GPIOViewer from v1.6.3 to v1.7.0
@@ -151,6 +151,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
151
151
- DALI protocol errors
152
152
- RGBW handling in TasmotaLED and xlgt_01_ws2812_esp32 [#24172](https://github.com/arendst/Tasmota/issues/24172)
153
153
- ArtNet single light color mapping using `ChannelRemap`[#24058](https://github.com/arendst/Tasmota/issues/24058)
154
+
- Thermostat temperature unit [#24213](https://github.com/arendst/Tasmota/issues/24213)
154
155
- 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