Skip to content

Commit 69a7fae

Browse files
committed
Bump version v15.1.0.3
1 parent 1dc8c37 commit 69a7fae

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,34 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased] - Development
55

6-
## [15.1.0.2]
6+
## [15.1.0.3]
7+
### Added
8+
- Support for ESP32-P4 rev.3 (#24146)
9+
10+
### Breaking Changed
11+
12+
### Changed
13+
- 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)
14+
15+
### Fixed
16+
- ESP32-P4 Hosted MCU updated to v2.6.6 solving WiFi boot issues (#24146)
17+
- ESP32-Solo1 using pre-compiled Arduino libraries (#24146)
18+
19+
### Removed
20+
21+
## [15.1.0.2] 20251122
722
### Added
823
- WS2812 and Berry animation support for reverse-order LED strip (#24138)
924
- DALI persistence for `DaliTarget` and `DaliChannels` if filesystem is present
1025
- DALI DT8 RGBWAF color support using Tasmota light control
1126

12-
### Breaking Changed
13-
1427
### Changed
1528
- 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)
1629
- JPEGDEC library from v1.8.3 to v1.8.4 (#24120)
1730

1831
### Fixed
1932
- DALI protocol errors
2033

21-
### Removed
22-
23-
2434
## [15.1.0.1] 20251115
2535
### Added
2636
- TLS enabled ECDSA by default for ESP8266 (#24009)

RELEASENOTES.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ While fallback or downgrading is common practice it was never supported due to S
3636

3737
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.
3838

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**.
4040

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.
4242

4343
## Initial configuration tools
4444

@@ -76,7 +76,7 @@ Historical binaries can be downloaded from
7676
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
7777

7878
### 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**.
8080

8181
- **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY**
8282
- **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
112112

113113
[Complete list](BUILDS.md) of available feature and sensors.
114114

115-
## Changelog v15.1.0.2
115+
## Changelog v15.1.0.3
116116
### Added
117+
- Support for ESP32-P4 rev.3 [#24146](https://github.com/arendst/Tasmota/issues/24118)
117118
- Commands `DaliSend` and `DaliQuery` allow extended commands with prefix for DeviceType defaulting to DT6
118119
- ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO`
119120
- 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
130131
### Breaking Changed
131132

132133
### 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)
134135
- LVGL library from v9.3.0 to v9.4.0 [#24028](https://github.com/arendst/Tasmota/issues/24028)
135136
- JPEGDEC library from v1.8.3 to v1.8.4 [#24120](https://github.com/arendst/Tasmota/issues/24120)
136137
- 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
143144
- TuyaMCU v1 soft lock when WIFI_SELECT / WIFI_RESET is initiated [#24063](https://github.com/arendst/Tasmota/issues/24063)
144145
- DALI protocol errors
145146
- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA [#24000](https://github.com/arendst/Tasmota/issues/24000)
147+
- ESP32-P4 Hosted MCU updated to v2.6.6 solving WiFi boot issues [#24146](https://github.com/arendst/Tasmota/issues/24118)
148+
- ESP32-Solo1 using pre-compiled Arduino libraries [#24146](https://github.com/arendst/Tasmota/issues/24118)
146149
- Extension Manager exception when `OtaUrl` is not defined or invalid
147150
- Extension Manager Light Theme support and Extensions input field control
148151
- HASPmota exception in `cpicker` (colorwheel) [#24010](https://github.com/arendst/Tasmota/issues/24010)

tasmota/include/tasmota_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
#define TASMOTA_SHA_SHORT // Filled by Github sed
2424

25-
const uint32_t TASMOTA_VERSION = 0x0F010002; // 15.1.0.2
25+
const uint32_t TASMOTA_VERSION = 0x0F010003; // 15.1.0.3
2626

2727
#endif // _TASMOTA_VERSION_H_

0 commit comments

Comments
 (0)