Bump version v14.0.0.3

This commit is contained in:
Theo Arends 2024-05-29 17:17:53 +02:00
parent d134b88c68
commit b61ea17ce1
3 changed files with 19 additions and 8 deletions

View File

@ -3,20 +3,29 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development ## [Unreleased] - Development
## [14.0.0.2] ## [14.0.0.3]
### Added ### Added
- Disabled watchdog for ESP32 and variants (#21509)
### Breaking Changed ### Breaking Changed
### Changed
- ESP32 Core3 platform update from 2024.05.12 to 2024.05.13 (#21524)
### Fixed
- ESP32 slow response when using UDP as in emulation (#21470)
### Removed
## [14.0.0.2] 20240529
### Added
- Disabled watchdog for ESP32 and variants (#21509)
### Changed ### Changed
- Update Telegram CA (Go Daddy Root Certificate Authority - G2) - Update Telegram CA (Go Daddy Root Certificate Authority - G2)
### Fixed ### Fixed
- Telegram TLS fingerprint, remove CA validation (#21514) - Telegram TLS fingerprint, remove CA validation (#21514)
- ESP32 I2S multiple fixes (#21511)
### Removed
## [14.0.0.1] 20240527 ## [14.0.0.1] 20240527
### Added ### Added

View File

@ -119,7 +119,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. [Complete list](BUILDS.md) of available feature and sensors.
## Changelog v14.0.0.2 ## Changelog v14.0.0.3
### Added ### Added
- Optional command ``WebRun`` (as WebQuery extension) [#21364](https://github.com/arendst/Tasmota/issues/21364) - Optional command ``WebRun`` (as WebQuery extension) [#21364](https://github.com/arendst/Tasmota/issues/21364)
- Support for Knx dimmer and color [#21434](https://github.com/arendst/Tasmota/issues/21434) - Support for Knx dimmer and color [#21434](https://github.com/arendst/Tasmota/issues/21434)
@ -129,7 +129,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking Changed ### Breaking Changed
### Changed ### Changed
- ESP32 Core3 platform update from 2024.05.11 to 2024.05.12 [#21493](https://github.com/arendst/Tasmota/issues/21493) - ESP32 Core3 platform update from 2024.05.11 to 2024.05.13 [#21524](https://github.com/arendst/Tasmota/issues/21524)
- GPIOViewer from v1.5.2 to v1.5.3 - GPIOViewer from v1.5.2 to v1.5.3
- On universal display remove default backlight power if a PWM channel is used for backlight - On universal display remove default backlight power if a PWM channel is used for backlight
- Support W5500 SPI ethernet using four SPI GPIOs only without IRQ and RESET - Support W5500 SPI ethernet using four SPI GPIOs only without IRQ and RESET
@ -149,7 +149,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Telegram TLS fingerprint, remove CA validation [#21514](https://github.com/arendst/Tasmota/issues/21514) - Telegram TLS fingerprint, remove CA validation [#21514](https://github.com/arendst/Tasmota/issues/21514)
- Zigbee crash when removing `ZbName` [#21449](https://github.com/arendst/Tasmota/issues/21449) - Zigbee crash when removing `ZbName` [#21449](https://github.com/arendst/Tasmota/issues/21449)
- Avoid connection errors when switching to safeboot to upload OTA firmware [#21428](https://github.com/arendst/Tasmota/issues/21428) - Avoid connection errors when switching to safeboot to upload OTA firmware [#21428](https://github.com/arendst/Tasmota/issues/21428)
- ESP32 slow response when using UDP as in emulation [#21470](https://github.com/arendst/Tasmota/issues/21470)
- ESP32 BLE fix scanning [#21451](https://github.com/arendst/Tasmota/issues/21451) - ESP32 BLE fix scanning [#21451](https://github.com/arendst/Tasmota/issues/21451)
- ESP32 I2S multiple fixes [#21511](https://github.com/arendst/Tasmota/issues/21511)
- I2S APLL not supported on all SOCs [#21483](https://github.com/arendst/Tasmota/issues/21483) - I2S APLL not supported on all SOCs [#21483](https://github.com/arendst/Tasmota/issues/21483)
- Webradio crash with invalid url [#21446](https://github.com/arendst/Tasmota/issues/21446) - Webradio crash with invalid url [#21446](https://github.com/arendst/Tasmota/issues/21446)
- Berry Leds matrix alternate more and error about 'bri' attribute [#21431](https://github.com/arendst/Tasmota/issues/21431) - Berry Leds matrix alternate more and error about 'bri' attribute [#21431](https://github.com/arendst/Tasmota/issues/21431)

View File

@ -22,6 +22,6 @@
#define TASMOTA_SHA_SHORT // Filled by Github sed #define TASMOTA_SHA_SHORT // Filled by Github sed
const uint32_t TASMOTA_VERSION = 0x0E000002; // 14.0.0.2 const uint32_t TASMOTA_VERSION = 0x0E000003; // 14.0.0.3
#endif // _TASMOTA_VERSION_H_ #endif // _TASMOTA_VERSION_H_