Bump version v15.0.1.3

This commit is contained in:
Theo Arends 2025-08-03 14:45:54 +02:00
parent 1f8fe6b2ea
commit fd3ff98074
3 changed files with 18 additions and 11 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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_