mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Bump version v13.3.0.4
This commit is contained in:
parent
10885fe60d
commit
85c1413eb1
17
CHANGELOG.md
17
CHANGELOG.md
@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased] - Development
|
## [Unreleased] - Development
|
||||||
|
|
||||||
## [13.3.0.3]
|
## [13.3.0.4]
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Breaking Changed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Refactored rules ``Subscribe`` using LList allowing full message size and enabled by default
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
## [13.3.0.3] 20240122
|
||||||
### Added
|
### Added
|
||||||
- Berry `debug.caller` (#20470)
|
- Berry `debug.caller` (#20470)
|
||||||
- GPIO Viewer user selection of assets website now defaults to `https://ota.tasmota.com/tasmota|tasmota32/gpio_viewer/assets`
|
- GPIO Viewer user selection of assets website now defaults to `https://ota.tasmota.com/tasmota|tasmota32/gpio_viewer/assets`
|
||||||
@ -19,8 +31,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Berry/Zigbee web hook per device for customized status display (#20542)
|
- Berry/Zigbee web hook per device for customized status display (#20542)
|
||||||
- Zigbee ``ZbEmulation`` to selectively exclude some devices from Hue/Alexa emulation (#20552)
|
- Zigbee ``ZbEmulation`` to selectively exclude some devices from Hue/Alexa emulation (#20552)
|
||||||
|
|
||||||
### Breaking Changed
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP32 platform update from 2024.01.00 to 2024.01.01 (#20508)
|
- ESP32 platform update from 2024.01.00 to 2024.01.01 (#20508)
|
||||||
- IP stack compatible with new Core3 IPv6 implementation (#20509)
|
- IP stack compatible with new Core3 IPv6 implementation (#20509)
|
||||||
@ -29,7 +39,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
- ESP8266 Framework (Arduino Core) from v2.7.5 to v2.7.6 (#20539)
|
- ESP8266 Framework (Arduino Core) from v2.7.5 to v2.7.6 (#20539)
|
||||||
- Refactored Pio filesystem download script (#20544)
|
- Refactored Pio filesystem download script (#20544)
|
||||||
- Command ``TimedPower`` refactored from String to LList
|
- Command ``TimedPower`` refactored from String to LList
|
||||||
- Refactored rules ``Subscribe`` using LList allowing full message size and enabled by default
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Scripter memory leak in `>w x` (#20473)
|
- Scripter memory leak in `>w x` (#20473)
|
||||||
|
@ -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.3
|
## Changelog v13.3.0.4
|
||||||
### 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]``
|
||||||
- Support for CST816S touch interface [#20213](https://github.com/arendst/Tasmota/issues/20213)
|
- Support for CST816S touch interface [#20213](https://github.com/arendst/Tasmota/issues/20213)
|
||||||
|
@ -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 = 0x0D030003; // 13.3.0.3
|
const uint32_t TASMOTA_VERSION = 0x0D030004; // 13.3.0.4
|
||||||
|
|
||||||
#endif // _TASMOTA_VERSION_H_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user