mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Bump version v15.0.1.1
This commit is contained in:
parent
76d4651163
commit
9392ac7d55
14
CHANGELOG.md
14
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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_
|
||||
|
Loading…
x
Reference in New Issue
Block a user