From 42a1aee83217978c69b8b966c73d69a1266cdee3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 10 May 2025 13:28:32 +0200 Subject: [PATCH] Bump version v14.6.0.2 --- CHANGELOG.md | 20 ++++++++++++++------ RELEASENOTES.md | 6 ++++-- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e35adf3..09a696002 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 -## [14.6.0.1] +## [14.6.0.2] +### Added + +### Breaking Changed + +### Changed +- ESP32 Platform from 2025.04.30 to 2025.05.40, Framework (Arduino Core) from v3.1.3.250411 to v3.2.0.250504 and IDF from v5.3.2.250403 to v5.4.1.250501 (#23397) + +### Fixed + +### Removed + +## [14.6.0.1] 20250510 ### Added - Command `JsonPP 0..7` to enable (>0) JSON Pretty Print on user interfaces and set number of indents - Command `JsonPP |backlog ;...` to enable JSON PP only once @@ -13,7 +25,7 @@ All notable changes to this project will be documented in this file. - WebUI status line left and renamed events `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` (#23354) - WebUI heap status (#23356) - Support for multi channel AU915-928 LoRaWanBridge by Rob Clark (#23372) -- HASPmota add `antiburn()` +- HASPmota add `antiburn()` (#23400) ### Breaking Changed @@ -29,10 +41,6 @@ All notable changes to this project will be documented in this file. - Matter and mDNS can be enabled at the same time (#23373) - Berry `introspect.module()` failed to load modules in files (#23376) -### Removed - - - ## [Released] ## [14.6.0] 20250416 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a16710125..c3e02e0d9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,19 +114,21 @@ 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 v14.6.0.1 +## Changelog v14.6.0.2 ### Added - Command `JsonPP 0..7` to enable (>0) JSON Pretty Print on user interfaces and set number of indents - Command `JsonPP |backlog ;...` to enable JSON PP only once - Support for multi channel AU915-928 LoRaWanBridge by Rob Clark [#23372](https://github.com/arendst/Tasmota/issues/23372) - WebUI status line for MQTT and TLS, added `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` event [#23354](https://github.com/arendst/Tasmota/issues/23354) +- WebUI heap status [#23356](https://github.com/arendst/Tasmota/issues/23356) - Optional Wifi strength indicator in WebUI status line [#23352](https://github.com/arendst/Tasmota/issues/23352) - Wireguard VPN [#23347](https://github.com/arendst/Tasmota/issues/23347) -- WebUI heap status [#23356](https://github.com/arendst/Tasmota/issues/23356) +- HASPmota add `antiburn()` [#23400](https://github.com/arendst/Tasmota/issues/23400) ### Breaking Changed ### Changed +- ESP32 Platform from 2025.04.30 to 2025.05.40, Framework (Arduino Core) from v3.1.3.250411 to v3.2.0.250504 and IDF from v5.3.2.250403 to v5.4.1.250501 [#23397](https://github.com/arendst/Tasmota/issues/23397) - GPIOViewer from v1.6.2 to v1.6.3 (No functional change) - Allow command `WebRefresh` minimum from 1000 to 400 mSec diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 24ccb28fd..7c89977e9 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 = 0x0E060001; // 14.6.0.1 +const uint32_t TASMOTA_VERSION = 0x0E060002; // 14.6.0.2 #endif // _TASMOTA_VERSION_H_