Skip to content

Commit

Permalink
Bump version v14.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed May 29, 2024
1 parent d134b88 commit b61ea17
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,29 @@ All notable changes to this project will be documented in this file.

## [Unreleased] - Development

## [14.0.0.2]
## [14.0.0.3]
### Added
- Disabled watchdog for ESP32 and variants (#21509)

### Breaking Changed

### Changed
- Update Telegram CA (Go Daddy Root Certificate Authority - G2)
- ESP32 Core3 platform update from 2024.05.12 to 2024.05.13 (#21524)

### Fixed
- Telegram TLS fingerprint, remove CA validation (#21514)
- 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
- Update Telegram CA (Go Daddy Root Certificate Authority - G2)

### Fixed
- Telegram TLS fingerprint, remove CA validation (#21514)
- ESP32 I2S multiple fixes (#21511)

## [14.0.0.1] 20240527
### Added
Expand Down
6 changes: 4 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## Changelog v14.0.0.2
## Changelog v14.0.0.3
### Added
- 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)
Expand All @@ -129,7 +129,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking 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
- 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
Expand All @@ -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)
- 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)
- 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 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)
- 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)
Expand Down
2 changes: 1 addition & 1 deletion tasmota/include/tasmota_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

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

0 comments on commit b61ea17

Please sign in to comment.