Bump version v15.5.0.2

This commit is contained in:
Theo Arends
2026-07-23 21:57:45 +02:00
parent 2d340102a3
commit 2f136a3290
3 changed files with 15 additions and 7 deletions
+12 -5
View File
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [15.5.0.2]
### Added
### Breaking Changed
### Changed
- Library `PubSubClient` renamed to `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests (#24916)
### Fixed
### Removed
## [15.5.0.1]
### Added
- Berry `bytes` methods `setbits`/`getbits` transposed to native and support for big endian (#24857)
@@ -12,11 +24,8 @@ All notable changes to this project will be documented in this file.
- MagicSwitch configurable masking window fixing problems with multiple false triggering (#24888)
- TLS support for EC P-384 curve in server certificate (#24909)
### Breaking Changed
### Changed
- MiElHVAC auto-enable i-See widevane when setting AirDirection (#24860)
- `PubSub` lib renamed `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests
### Fixed
- BLE EQ3 float output in mqtt messages regression from v15.4.0.2 (#24869)
@@ -24,8 +33,6 @@ All notable changes to this project will be documented in this file.
- PZEM/Modbus energy monitor Exception crash-loop on ESP8266 regression from v15.5.0 (#24883)
- Udisp SPI for mono color display (#24899)
### Removed
## [Released]
## [15.5.0] 20260621
+2 -1
View File
@@ -112,7 +112,7 @@ 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.5.0.1
## Changelog v15.5.0.2
### Added
- TLS support for EC P-384 curve in server certificate [#24909](https://github.com/arendst/Tasmota/issues/24909)
- MagicSwitch configurable masking window fixing problems with multiple false triggering [#24888](https://github.com/arendst/Tasmota/issues/24888)
@@ -124,6 +124,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking Changed
### Changed
- Library `PubSubClient` renamed to `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests [#24916](https://github.com/arendst/Tasmota/issues/24916)
- MiElHVAC auto-enable i-See widevane when setting AirDirection [#24860](https://github.com/arendst/Tasmota/issues/24860)
### Fixed
+1 -1
View File
@@ -22,6 +22,6 @@
#define TASMOTA_SHA_SHORT // Filled by Github sed
const uint32_t TASMOTA_VERSION = 0x0F050001; // 15.5.0.1
const uint32_t TASMOTA_VERSION = 0x0F050002; // 15.5.0.2
#endif // _TASMOTA_VERSION_H_