Skip to content

Commit c126fb3

Browse files
committed
Bump version v15.1.0.2
1 parent 82a25f0 commit c126fb3

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

CHANGELOG.md

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

44
## [Unreleased] - Development
55

6-
## [15.1.0.1]
6+
## [15.1.0.2]
7+
### Added
8+
9+
### Breaking Changed
10+
11+
### Changed
12+
- 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)
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
19+
## [15.1.0.1] 20251115
720
### Added
821
- TLS enabled ECDSA by default for ESP8266 (#24009)
922
- Berry `cb.free_cb` for extension manager (#24014)
@@ -16,8 +29,6 @@ All notable changes to this project will be documented in this file.
1629
- NeoPool command `NPReadLSB`, `NPReadMSB`, `NPWriteLSB`, `NWriteMSB` for directly read/write LSB/MSB of 16-bit register (#24083)
1730
- Commands `DaliSend` and `DaliQuery` allow extended commands with prefix for DeviceType defaulting to DT6
1831

19-
### Breaking Changed
20-
2132
### Changed
2233
- Refactored library UDisplay (#24007)
2334
- 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.
3445
- TuyaMCU v1 soft lock when WIFI_SELECT / WIFI_RESET is initiated (#24063)
3546
- HASPmota `scale` and `angle` for images (#24089)
3647

37-
### Removed
38-
39-
4048
## [Released]
4149

4250
## [15.1.0] 20251011

RELEASENOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ 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.1
115+
## Changelog v15.1.0.2
116116
### Added
117117
- Commands `DaliSend` and `DaliQuery` allow extended commands with prefix for DeviceType defaulting to DT6
118118
- 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
128128
### Breaking Changed
129129

130130
### Changed
131+
- 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)
131132
- LVGL library from v9.3.0 to v9.4.0 [#24028](https://github.com/arendst/Tasmota/issues/24028)
132133
- GPIOViewer from v1.6.3 to v1.7.0
133134
- Refactored library UDisplay [#24007](https://github.com/arendst/Tasmota/issues/24007)

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 = 0x0F010001; // 15.1.0.1
25+
const uint32_t TASMOTA_VERSION = 0x0F010002; // 15.1.0.2
2626

2727
#endif // _TASMOTA_VERSION_H_

0 commit comments

Comments
 (0)