diff --git a/CHANGELOG.md b/CHANGELOG.md index ae720c20c..d5684d8d5 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0086be685..a8c056b45 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 `pb.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) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 4c11c8c9b..cf235db62 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 = 0x0D040002; // 13.4.0.2 +const uint32_t TASMOTA_VERSION = 0x0D040003; // 13.4.0.3 #endif // _TASMOTA_VERSION_H_