From fd3ff98074d200149293d5131e2e9eda39392a22 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 3 Aug 2025 14:45:54 +0200 Subject: [PATCH] Bump version v15.0.1.3 --- CHANGELOG.md | 23 ++++++++++++++--------- RELEASENOTES.md | 4 +++- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2077eaa92..89858a40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,25 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [15.0.1.2] +## [15.0.1.3] +### Added + +### Breaking Changed + +### Changed + +### Fixed + +### Removed + +## [15.0.1.2] 20250803 ### Added - Command `I2sPause` (#23646) - Basic support for ESP32-P4 (#23663) - ESP32-P4 command `HostedOta` (#23675) - Support for RV3028 RTC (#23672) - Berry preview of animation framework (#23740) -- Berry `call()` now works for classes - -### Breaking Changed +- Berry `call()` now works for classes (#23744) ### Changed - ESP32 Platform from 2025.05.30 to 2025.07.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.3.250707 and IDF from v5.3.3.250501 to v5.3.3.250707 (#23642) @@ -20,15 +29,11 @@ All notable changes to this project will be documented in this file. - ESP32 Platform from 2025.07.30 to 2025.07.31, Framework (Arduino Core) from v3.1.3.250707 to v3.1.3.250712 and IDF from v5.3.3.250707 to v5.3.3.250707 (#23685) - ESP8266 platform update from 2025.05.00 to 2025.07.00 (#23700) - OpenTherm library from v0.9.0 to v1.1.5 (#23704) -- Berry raise webserver hooks from 16 to 32 +- Berry raise webserver hooks from 16 to 32 (#23748) ### Fixed - NeoPool reset to default settings (#23734) -### Removed - - - ## [15.0.1.1] 20250708 ### Added - I2S additions (#23543) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dac1e2f5f..1e667806c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,7 +114,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 v15.0.1.2 +## Changelog v15.0.1.3 ### Added - Commands `LoRaWanDecoder "` and `LoRaWanName "` to clear name [#23394](https://github.com/arendst/Tasmota/issues/23394) - Command `I2sPause` [#23646](https://github.com/arendst/Tasmota/issues/23646) @@ -127,6 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - ESP32-P4 command `HostedOta` [#23675](https://github.com/arendst/Tasmota/issues/23675) - Berry f-strings now support ':' in expression [#23618](https://github.com/arendst/Tasmota/issues/23618) - Berry preview of animation framework [#23740](https://github.com/arendst/Tasmota/issues/23740) +- Berry `call()` now works for classes [#23744](https://github.com/arendst/Tasmota/issues/23744) ### Breaking Changed @@ -140,6 +141,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Domoticz supports persistent settings for all relays, keys and switches when filesystem `#define USE_UFILESYS` is enabled - ESP32 LoRaWan decoding won't duplicate non-decoded message if `SO147 0` - BLE updates for esp-nimble-cpp v2.x [#23553](https://github.com/arendst/Tasmota/issues/23553) +- Berry raise webserver hooks from 16 to 32 [#23748](https://github.com/arendst/Tasmota/issues/23748) ### Fixed - AHT30 sensor start with null values after deep sleep [#23624](https://github.com/arendst/Tasmota/issues/23624) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index c8a04da5c..fda13d3b5 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 = 0x0F000102; // 15.0.1.2 +const uint32_t TASMOTA_VERSION = 0x0F000103; // 15.0.1.3 #endif // _TASMOTA_VERSION_H_