mirror of https://github.com/arendst/Tasmota.git
Bump version v14.4.1.1
This commit is contained in:
parent
da7473e07c
commit
af3bb96a2a
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -3,30 +3,39 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [14.4.0.1]
|
||||
## [14.4.1.1]
|
||||
### Added
|
||||
- MCP23XXX_DRV control register IOCON in template (#22622)
|
||||
- ESP32 support for TLS ECDSA (#22649)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
## [Released]
|
||||
|
||||
## [14.4.1] 20241215
|
||||
- Release Rudolph
|
||||
|
||||
## [14.4.0.1] 20241215
|
||||
### Added
|
||||
- MCP23XXX_DRV control register IOCON in template (#22622)
|
||||
- ESP32 support for TLS ECDSA (#22649)
|
||||
|
||||
### Changed
|
||||
- Berry make Leds animate calls reentrant (#22643)
|
||||
- SSL clean up remnants of old fingerprint algorithm (#22645)
|
||||
- Display removed PWM control of backlight GPIO for universal display regression from v14.1.0
|
||||
- Display removed PWM control of backlight GPIO regression from v14.1.0
|
||||
|
||||
### Fixed
|
||||
- ESP32 rules operation priority regression from v13.3.0.4 (#22636)
|
||||
- GUI display power button regression from v14.3.0.5 (#15788)
|
||||
- MCP23xxx, PCF8574 and Shift595 power control when a display is configured regression from v14.3.0.7
|
||||
- Display DisplayMode adds a display device while not configured
|
||||
- GUI intermittent exception on screen updates due to flash access
|
||||
- GUI timing related divide by zero exception
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
## [Released]
|
||||
- GUI timing related divide by zero exception on screen updates
|
||||
|
||||
## [14.4.0] 20241211
|
||||
- Release Rudolph
|
||||
|
|
|
@ -75,7 +75,7 @@ Latest released binaries can be downloaded from
|
|||
- http://ota.tasmota.com/tasmota/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- http://ota.tasmota.com/tasmota/release-14.4.0
|
||||
- http://ota.tasmota.com/tasmota/release-14.4.1
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
|
||||
|
||||
|
@ -104,7 +104,7 @@ Latest released binaries can be downloaded from
|
|||
- https://ota.tasmota.com/tasmota32/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- https://ota.tasmota.com/tasmota32/release-14.4.0
|
||||
- https://ota.tasmota.com/tasmota32/release-14.4.1
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasmota.com/tasmota32/release/tasmota32.bin``
|
||||
|
||||
|
@ -114,22 +114,13 @@ 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.4.0.1
|
||||
## Changelog v14.4.1.1
|
||||
### Added
|
||||
- MCP23XXX_DRV control register IOCON in template [#22622](https://github.com/arendst/Tasmota/issues/22622)
|
||||
- ESP32 support for TLS ECDSA [#22649](https://github.com/arendst/Tasmota/issues/22649)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- Display removed PWM control of backlight GPIO for universal display regression from v14.1.0
|
||||
- SSL clean up remnants of old fingerprint algorithm [#22645](https://github.com/arendst/Tasmota/issues/22645)
|
||||
- Berry make Leds animate calls reentrant [#22643](https://github.com/arendst/Tasmota/issues/22643)
|
||||
|
||||
### Fixed
|
||||
- Display DisplayMode adds a display device while not configured
|
||||
- GUI display power button regression from v14.3.0.5 [#15788](https://github.com/arendst/Tasmota/issues/15788)
|
||||
- MCP23xxx, PCF8574 and Shift595 power control when a display is configured regression from v14.3.0.7
|
||||
- ESP32 rules operation priority regression from v13.3.0.4 [#22636](https://github.com/arendst/Tasmota/issues/22636)
|
||||
|
||||
### Removed
|
||||
|
|
|
@ -22,6 +22,6 @@
|
|||
|
||||
#define TASMOTA_SHA_SHORT // Filled by Github sed
|
||||
|
||||
const uint32_t TASMOTA_VERSION = 0x0E040001; // 14.4.0.1
|
||||
const uint32_t TASMOTA_VERSION = 0x0E040101; // 14.4.1.1
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue