Bump version v15.2.0.2
This commit is contained in:
parent
54a152f440
commit
b92cbf295b
16
CHANGELOG.md
16
CHANGELOG.md
@ -3,12 +3,24 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased] - Development
|
## [Unreleased] - Development
|
||||||
|
|
||||||
|
## [15.2.0.2]
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Breaking Changed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- ESP8266 platform update from 2025.10.00 to 2025.12.00 (#24254)
|
||||||
|
- ESP32 Platform from 2025.12.30 to 2025.12.31, Framework (Arduino Core) from v3.1.7 to v3.1.8 and IDF from v5.3.4.251205 to v5.3.4.251223 (#24254)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- ESP32 BLE not starting (#24240)
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
## [15.2.0.1]
|
## [15.2.0.1]
|
||||||
### Added
|
### Added
|
||||||
- Support for TCA9554 8-bit I/O expander mutually exclusive with PCA9557
|
- Support for TCA9554 8-bit I/O expander mutually exclusive with PCA9557
|
||||||
|
|
||||||
### Breaking Changed
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Vid6608 library from v1.0.2 to v1.0.3 (#24218)
|
- Vid6608 library from v1.0.2 to v1.0.3 (#24218)
|
||||||
- IRremoteESP8266 library from v2.8.6 to v2.8.6-ca474a6 (#24226)
|
- IRremoteESP8266 library from v2.8.6 to v2.8.6-ca474a6 (#24226)
|
||||||
|
|||||||
@ -112,11 +112,13 @@ 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.2.0.1
|
## Changelog v15.2.0.2
|
||||||
### Added
|
### Added
|
||||||
- Support for TCA9554 8-bit I/O expander mutually exclusive with PCA9557
|
- Support for TCA9554 8-bit I/O expander mutually exclusive with PCA9557
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- ESP8266 platform update from 2025.10.00 to 2025.12.00 [#24254](https://github.com/arendst/Tasmota/issues/24254)
|
||||||
|
- ESP32 Platform from 2025.12.30 to 2025.12.31, Framework (Arduino Core) from v3.1.7 to v3.1.8 and IDF from v5.3.4.251205 to v5.3.4.251223 [#24254](https://github.com/arendst/Tasmota/issues/24254)
|
||||||
- Vid6608 library from v1.0.2 to v1.0.3 [#24218](https://github.com/arendst/Tasmota/issues/24218)
|
- Vid6608 library from v1.0.2 to v1.0.3 [#24218](https://github.com/arendst/Tasmota/issues/24218)
|
||||||
- IRremoteESP8266 library from v2.8.6 to v2.8.6-ca474a6 [#24226](https://github.com/arendst/Tasmota/issues/24226)
|
- IRremoteESP8266 library from v2.8.6 to v2.8.6-ca474a6 [#24226](https://github.com/arendst/Tasmota/issues/24226)
|
||||||
- Update Zigbee WebUI [#24224](https://github.com/arendst/Tasmota/issues/24224)
|
- Update Zigbee WebUI [#24224](https://github.com/arendst/Tasmota/issues/24224)
|
||||||
@ -126,6 +128,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||||||
- ESP32-P4 unique MQTT Client based on hosted MCU MAC address
|
- ESP32-P4 unique MQTT Client based on hosted MCU MAC address
|
||||||
- DALI watchdog exception
|
- DALI watchdog exception
|
||||||
- TuyaMCU v1 exception 28 regression from v15.1.0.1 reverted PR24063 [#24220](https://github.com/arendst/Tasmota/issues/24220)
|
- TuyaMCU v1 exception 28 regression from v15.1.0.1 reverted PR24063 [#24220](https://github.com/arendst/Tasmota/issues/24220)
|
||||||
|
- ESP32 BLE not starting [#24240](https://github.com/arendst/Tasmota/issues/24240)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Berry `animate` to be replaced with `animation` framework [#24241](https://github.com/arendst/Tasmota/issues/24241)
|
- Berry `animate` to be replaced with `animation` framework [#24241](https://github.com/arendst/Tasmota/issues/24241)
|
||||||
|
|||||||
@ -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 = 0x0F020001; // 15.2.0.1
|
const uint32_t TASMOTA_VERSION = 0x0F020002; // 15.2.0.2
|
||||||
|
|
||||||
#endif // _TASMOTA_VERSION_H_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user