mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
Bump version v15.5.0.2
This commit is contained in:
+12
-5
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased] - Development
|
## [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]
|
## [15.5.0.1]
|
||||||
### Added
|
### Added
|
||||||
- Berry `bytes` methods `setbits`/`getbits` transposed to native and support for big endian (#24857)
|
- 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)
|
- MagicSwitch configurable masking window fixing problems with multiple false triggering (#24888)
|
||||||
- TLS support for EC P-384 curve in server certificate (#24909)
|
- TLS support for EC P-384 curve in server certificate (#24909)
|
||||||
|
|
||||||
### Breaking Changed
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- MiElHVAC auto-enable i-See widevane when setting AirDirection (#24860)
|
- MiElHVAC auto-enable i-See widevane when setting AirDirection (#24860)
|
||||||
- `PubSub` lib renamed `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- BLE EQ3 float output in mqtt messages regression from v15.4.0.2 (#24869)
|
- 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)
|
- PZEM/Modbus energy monitor Exception crash-loop on ESP8266 regression from v15.5.0 (#24883)
|
||||||
- Udisp SPI for mono color display (#24899)
|
- Udisp SPI for mono color display (#24899)
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
## [Released]
|
## [Released]
|
||||||
|
|
||||||
## [15.5.0] 20260621
|
## [15.5.0] 20260621
|
||||||
|
|||||||
+2
-1
@@ -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.
|
[Complete list](BUILDS.md) of available feature and sensors.
|
||||||
|
|
||||||
## Changelog v15.5.0.1
|
## Changelog v15.5.0.2
|
||||||
### Added
|
### Added
|
||||||
- TLS support for EC P-384 curve in server certificate [#24909](https://github.com/arendst/Tasmota/issues/24909)
|
- 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)
|
- 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
|
### Breaking Changed
|
||||||
|
|
||||||
### 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)
|
- MiElHVAC auto-enable i-See widevane when setting AirDirection [#24860](https://github.com/arendst/Tasmota/issues/24860)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -22,6 +22,6 @@
|
|||||||
|
|
||||||
#define TASMOTA_SHA_SHORT // Filled by Github sed
|
#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_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user