mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
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
|
## [Unreleased] - Development
|
||||||
|
|
||||||
## [13.4.0.2]
|
## [13.4.0.3]
|
||||||
|
### Added
|
||||||
|
|
||||||
|
|
||||||
|
### Breaking Changed
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [13.4.0.2] 20240318
|
||||||
### Added
|
### Added
|
||||||
- Berry `path.rename()` (#20840)
|
- Berry `path.rename()` (#20840)
|
||||||
- HASPmota support for spangroup (styled text) (#20852)
|
- 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)
|
- HASPmota improve arc and img (#20894)
|
||||||
- Berry `string.startswith`, `string.endswith` and `%q` format (#20909)
|
- Berry `string.startswith`, `string.endswith` and `%q` format (#20909)
|
||||||
- LVGL `lv.draw_label_dsc` and `lv_bar.get_indic_area` (#20936)
|
- 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
|
### Breaking Changed
|
||||||
- Drop support for old (insecure) fingerprint format (#20842)
|
- 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
|
- Filesystem save of JSON settings data
|
||||||
- Berry fix walrus with member or index (#20939)
|
- Berry fix walrus with member or index (#20939)
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
|
|
||||||
## [13.4.0.1] 20240229
|
## [13.4.0.1] 20240229
|
||||||
### Added
|
### Added
|
||||||
- Experimental support for LoRa
|
- 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.
|
[Complete list](BUILDS.md) of available feature and sensors.
|
||||||
|
|
||||||
## Changelog v13.4.0.2
|
## Changelog v13.4.0.3
|
||||||
### Added
|
### Added
|
||||||
- Experimental support for LoRa
|
- Experimental support for LoRa
|
||||||
- Support for AMS5915/AMS6915 temperature and pressure sensors [#20814](https://github.com/arendst/Tasmota/issues/20814)
|
- 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)
|
- 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 `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 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
|
### Breaking Changed
|
||||||
- Drop support for old (insecure) fingerprint format [#20842](https://github.com/arendst/Tasmota/issues/20842)
|
- 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
|
#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_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user