Bump version to v13.3.0.5

This commit is contained in:
Theo Arends 2024-02-05 12:24:32 +01:00
parent 32ce27495a
commit a408326326
3 changed files with 15 additions and 6 deletions

View File

@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development ## [Unreleased] - Development
## [13.3.0.4] ## [13.3.0.5]
### Added
### Breaking Changed
- ESP32 LVGL library from v8.3.11 to v9.0.0, some small breaking changes in C, none in HASPmota (#20659)
### Changed
### Fixed
### Removed
## [13.3.0.4] 20240205
### Added ### Added
- HASPmota support for `min` and `max` attribute in `slider` (#20582) - HASPmota support for `min` and `max` attribute in `slider` (#20582)
- ESP32-C3 support for GPIO11 (#18350) - ESP32-C3 support for GPIO11 (#18350)
@ -14,7 +26,6 @@ All notable changes to this project will be documented in this file.
### Breaking Changed ### Breaking Changed
- Matter aggregator relocated to endpoint 1 for Google compatibility, may break existing associations (#20654) - Matter aggregator relocated to endpoint 1 for Google compatibility, may break existing associations (#20654)
- ESP32 LVGL library from v8.3.11 to v9.0.0, some small breaking changes in C, none in HASPmota (#20659)
### Changed ### Changed
- Library OneWire-Stickbreaker by TasmotaOneWire supporting Shelly Plus Add-On (#20580) - Library OneWire-Stickbreaker by TasmotaOneWire supporting Shelly Plus Add-On (#20580)
@ -30,8 +41,6 @@ All notable changes to this project will be documented in this file.
- Matter error when removing device from Google Home (#20665) - Matter error when removing device from Google Home (#20665)
- Matter exception when fabrics is not initialized (#20667) - Matter exception when fabrics is not initialized (#20667)
### Removed
## [13.3.0.3] 20240122 ## [13.3.0.3] 20240122
### Added ### Added
- Berry `debug.caller` (#20470) - Berry `debug.caller` (#20470)

View File

@ -116,7 +116,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 v13.3.0.4 ## Changelog v13.3.0.5
### Added ### Added
- Command ``TimedPower<index> <milliseconds>[,ON|OFF|TOGGLE|BLINK]`` executes ``Power<index> [ON|OFF|TOGGLE|BLINK] `` and after <millisecond> executes ``Power<index> [OFF|ON|TOGGLE|OFF]`` - Command ``TimedPower<index> <milliseconds>[,ON|OFF|TOGGLE|BLINK]`` executes ``Power<index> [ON|OFF|TOGGLE|BLINK] `` and after <millisecond> executes ``Power<index> [OFF|ON|TOGGLE|OFF]``
- Display of active drivers using command ``status 4`` - Display of active drivers using command ``status 4``

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_ #ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_
const uint32_t TASMOTA_VERSION = 0x0D030004; // 13.3.0.4 const uint32_t TASMOTA_VERSION = 0x0D030005; // 13.3.0.5
#endif // _TASMOTA_VERSION_H_ #endif // _TASMOTA_VERSION_H_