diff --git a/CHANGELOG.md b/CHANGELOG.md index 986f0b468..a3340fd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [15.0.0.1] +## [15.0.1.1] ### Added ### Breaking Changed @@ -11,15 +11,21 @@ All notable changes to this project will be documented in this file. ### Changed ### Fixed -- LVGL regression missing `lv.ANIM_OFF` and `lv.ANIM_ON` (#23544) -- Berry fix `realline` (#23546) -- LVGL HASPmota fix regression introduced with LVGL 9.3.0 (#23547) ### Removed ## [Released] +## [15.0.1] 20250614 +- Release Sharon + +## [15.0.0.1] 20250614 +### Fixed +- LVGL regression missing `lv.ANIM_OFF` and `lv.ANIM_ON` (#23544) +- Berry fix `realline` (#23546) +- LVGL HASPmota fix regression introduced with LVGL 9.3.0 (#23547) + ## [15.0.0] 20250613 - Release Sharon diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bce7a1caf..115af35af 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -75,7 +75,7 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota/release-15.0.0 +- http://ota.tasmota.com/tasmota/release-15.0.1 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` @@ -104,7 +104,7 @@ Latest released binaries can be downloaded from - https://ota.tasmota.com/tasmota32/release Historical binaries can be downloaded from -- https://ota.tasmota.com/tasmota32/release-15.0.0 +- https://ota.tasmota.com/tasmota32/release-15.0.1 The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasmota.com/tasmota32/release/tasmota32.bin`` @@ -114,7 +114,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.0.0.1 +## Changelog v15.0.1.1 ### Added ### Breaking Changed @@ -122,8 +122,5 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Changed ### Fixed -- Berry fix `realline` [#23546](https://github.com/arendst/Tasmota/issues/23546) -- LVGL regression missing `lv.ANIM_OFF` and `lv.ANIM_ON` [#23544](https://github.com/arendst/Tasmota/issues/23544) -- LVGL HASPmota fix regression introduced with LVGL 9.3.0 [#23547](https://github.com/arendst/Tasmota/issues/23547) ### Removed diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 946b9ece9..5e7f4b746 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -22,6 +22,6 @@ #define TASMOTA_SHA_SHORT // Filled by Github sed -const uint32_t TASMOTA_VERSION = 0x0F000001; // 15.0.0.1 +const uint32_t TASMOTA_VERSION = 0x0F000101; // 15.0.1.1 #endif // _TASMOTA_VERSION_H_