mirror of https://github.com/arendst/Tasmota.git
Bump version v13.4.0.3
This commit is contained in:
parent
9dd1c28cfc
commit
f18bbae23a
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -3,7 +3,24 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [13.4.0.2]
|
||||
## [13.4.0.3]
|
||||
### Added
|
||||
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
|
||||
## [13.4.0.2] 20240318
|
||||
### Added
|
||||
- Berry `path.rename()` (#20840)
|
||||
- HASPmota support for spangroup (styled text) (#20852)
|
||||
|
@ -11,7 +28,7 @@ All notable changes to this project will be documented in this file.
|
|||
- HASPmota improve arc and img (#20894)
|
||||
- Berry `string.startswith`, `string.endswith` and `%q` format (#20909)
|
||||
- LVGL `lv.draw_label_dsc` and `lv_bar.get_indic_area` (#20936)
|
||||
- HASPmota support for scale, percentages
|
||||
- HASPmota support for scale, percentages (#20974)
|
||||
|
||||
### Breaking Changed
|
||||
- Drop support for old (insecure) fingerprint format (#20842)
|
||||
|
@ -30,9 +47,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Filesystem save of JSON settings data
|
||||
- Berry fix walrus with member or index (#20939)
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
## [13.4.0.1] 20240229
|
||||
### Added
|
||||
- Experimental support for LoRa
|
||||
|
|
|
@ -116,7 +116,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 v13.4.0.2
|
||||
## Changelog v13.4.0.3
|
||||
### Added
|
||||
- Experimental support for LoRa
|
||||
- Support for AMS5915/AMS6915 temperature and pressure sensors [#20814](https://github.com/arendst/Tasmota/issues/20814)
|
||||
|
@ -131,6 +131,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- LVGL `lv.draw_label_dsc` and `lv_bar.get_indic_area` [#20936](https://github.com/arendst/Tasmota/issues/20936)
|
||||
- HASPmota `p<x>b<y>.delete` to delete an object [#20735](https://github.com/arendst/Tasmota/issues/20735)
|
||||
- HASPmota improve arc and img [#20894](https://github.com/arendst/Tasmota/issues/20894)
|
||||
- HASPmota support for scale, percentages [#20974](https://github.com/arendst/Tasmota/issues/20974)
|
||||
|
||||
### Breaking Changed
|
||||
- Drop support for old (insecure) fingerprint format [#20842](https://github.com/arendst/Tasmota/issues/20842)
|
||||
|
|
|
@ -22,6 +22,6 @@
|
|||
|
||||
#define TASMOTA_SHA_SHORT // Filled by Github sed
|
||||
|
||||
const uint32_t TASMOTA_VERSION = 0x0D040002; // 13.4.0.2
|
||||
const uint32_t TASMOTA_VERSION = 0x0D040003; // 13.4.0.3
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue