From daa24af6f6afbada2329340c1cfe90b2ff0b3cea Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:36:08 +0100 Subject: [PATCH] Bump version to v13.4.0.2 --- CHANGELOG.md | 22 +++++++++++++++------- RELEASENOTES.md | 4 +++- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ec3fae0..3fa22cb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [13.4.0.1] +## [13.4.0.2] +### Added + +### Breaking Changed + +### Changed + +### Fixed + +### Removed + + +## [13.4.0.1] 20240229 ### Added - Experimental support for LoRa - HASPmota `pb.delete` to delete an object (#20735) @@ -14,9 +26,7 @@ All notable changes to this project will be documented in this file. - Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` (#4771) - Berry add explicit error log when memory allocation fails (#20807) - Support for AMS5915/AMS6915 temperature and pressure sensors (#20814) -- IR support data larger than 64 bits - -### Breaking Changed +- IR support data larger than 64 bits (#20831) ### Changed - ESP32 Core3 SPI ethernet support for all models @@ -30,9 +40,7 @@ All notable changes to this project will be documented in this file. - ESP32 PWM activity on unconfigured PWM GPIOs (#20732) - Shutter inverted using internal commands (#20752) - HASPmota PSRAM memory leak (#20818) -- Berry Memory leak in `import re` - -### Removed +- Berry Memory leak in `import re` (#20823) ## [Released] diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 03360326c..d99f8367e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -116,11 +116,12 @@ 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.1 +## Changelog v13.4.0.2 ### Added - Experimental support for LoRa - Support for AMS5915/AMS6915 temperature and pressure sensors [#20814](https://github.com/arendst/Tasmota/issues/20814) - Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` [#4771](https://github.com/arendst/Tasmota/issues/4771) +- IR support data larger than 64 bits [#20831](https://github.com/arendst/Tasmota/issues/20831) - TasMesh support for LWT messages [#20392](https://github.com/arendst/Tasmota/issues/20392) - QMC5883l check for overflow and scale reading [#20643](https://github.com/arendst/Tasmota/issues/20643) - Berry add explicit error log when memory allocation fails [#20807](https://github.com/arendst/Tasmota/issues/20807) @@ -141,6 +142,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - Shutter inverted using internal commands [#20752](https://github.com/arendst/Tasmota/issues/20752) - ESP32 PWM activity on unconfigured PWM GPIOs [#20732](https://github.com/arendst/Tasmota/issues/20732) +- Berry Memory leak in `import re` [#20823](https://github.com/arendst/Tasmota/issues/20823) - HASPmota PSRAM memory leak [#20818](https://github.com/arendst/Tasmota/issues/20818) ### Removed diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index a3361edf1..4c11c8c9b 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 = 0x0D040001; // 13.4.0.1 +const uint32_t TASMOTA_VERSION = 0x0D040002; // 13.4.0.2 #endif // _TASMOTA_VERSION_H_