Bump version v15.0.1.5

- ESP8266 platform update from 2025.09.00 to 2025.10.00 (#23971)
- ESP32 Platform from 2025.09.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23971)
This commit is contained in:
Theo Arends 2025-10-02 17:10:20 +02:00
parent 48395fb016
commit a916e498fa
3 changed files with 20 additions and 11 deletions

View File

@ -3,24 +3,33 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [15.0.1.4]
## [15.0.1.5]
### Added
### Breaking Changed
### Changed
- ESP8266 platform update from 2025.09.00 to 2025.10.00 (#23971)
- ESP32 Platform from 2025.09.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23971)
### Fixed
### Removed
## [15.0.1.4] 20251002
### Added
- ESP32 Extension Manager, replacing loading of Partition Wizard (#23955)
- Berry animation framework web ui to compile DSL (#23962)
- Berry Devices Online Extension App
### Breaking Changed
### Changed
- ESP32 Platform from 2025.08.30 to 2025.09.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23888)
- Use HAL instead of ROM for SHA HW acceleration as used by TLS (#23902)
- Berry add argument to `werbserver.content_send_style` (#23953)
- Make GUI Timer parameters mobile phone friendly (#23959)
### Fixed
### Removed
## [15.0.1.3] 20250908
### Added
- ESP32 ROM SHA Hardware Acceleration to BearSSL (#23819)

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.4
## Changelog v15.0.1.5
### 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)
@ -141,8 +141,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Berry `animate` framework is DEPRECATED, will be replace by `animation` framework [#23854](https://github.com/arendst/Tasmota/issues/23854)
### Changed
- ESP8266 platform update from 2025.05.00 to 2025.09.00 [#23864](https://github.com/arendst/Tasmota/issues/23864)
- ESP32 Platform from 2025.05.30 to 2025.09.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.4 and IDF from v5.3.3.250501 to v5.3.4.250826 [#23888](https://github.com/arendst/Tasmota/issues/23888)
- ESP8266 platform update from 2025.05.00 to 2025.10.00 [#23971](https://github.com/arendst/Tasmota/issues/23971)
- ESP32 Platform from 2025.05.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.4 and IDF from v5.3.3.250501 to v5.3.4.250826 [#23971](https://github.com/arendst/Tasmota/issues/23971)
- Epdiy library from v1.0.0 to v2.0.0
- OpenTherm library from v0.9.0 to v1.1.5 [#23704](https://github.com/arendst/Tasmota/issues/23704)
- JPEGDEC library from v1.5.0 to v1.8.3 [#23883](https://github.com/arendst/Tasmota/issues/23883)

View File

@ -22,6 +22,6 @@
#define TASMOTA_SHA_SHORT // Filled by Github sed
const uint32_t TASMOTA_VERSION = 0x0F000104; // 15.0.1.4
const uint32_t TASMOTA_VERSION = 0x0F000105; // 15.0.1.5
#endif // _TASMOTA_VERSION_H_