Bump version v13.2.0.2

This commit is contained in:
Theo Arends 2024-01-02 14:29:23 +01:00
parent 54e88c2926
commit 03aea58a4c
3 changed files with 21 additions and 10 deletions

View File

@ -3,7 +3,20 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [13.3.0.1]
## [13.3.0.2]
### Added
- HASPmota type `chart` (#20372)
### Breaking Changed
### Changed
### Fixed
### Removed
## [13.3.0.1] 20240101
### Added
- Support for Sonoff Basic R4 Magic Switch (#20247)
- Support for CST816S touch interface (#20213)
@ -11,10 +24,9 @@ All notable changes to this project will be documented in this file.
- Matter support for password for remote Tasmota devices (#20296)
- Display of active drivers using command ``status 4``
- ESP32 used UART information
- HASPmota added `haspmota.page_show()` to change page (#20333)
- Berry added `introspect.set()` for class attributes (#20339)
- HASPmota `haspmota.page_show()` to change page (#20333)
- Berry `introspect.set()` for class attributes (#20339)
- Support negative power on BL0942 using index 5..8 (#20322)
- HASPmota type `chart`
### Breaking Changed
- Refactoring of Berry `animate` module for WS2812 Leds (#20236)
@ -33,8 +45,6 @@ All notable changes to this project will be documented in this file.
- Berry claiming UART0 if needed (#20324)
- LVGL fix type for lv_imgbtn (#20354)
### Removed
## [Released]
## [13.3.0] 20231213

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.
## Changelog v13.3.0.1
## Changelog v13.3.0.2
### Added
- Support for CST816S touch interface [#20213](https://github.com/arendst/Tasmota/issues/20213)
- Support for Sonoff Basic R4 Magic Switch [#20247](https://github.com/arendst/Tasmota/issues/20247)
@ -124,8 +124,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- NeoPool hydrolysis FL1 and Redox flag [#20258](https://github.com/arendst/Tasmota/issues/20258)
- Support negative power on BL0942 using index 5..8 [#20322](https://github.com/arendst/Tasmota/issues/20322)
- ESP32 used UART information
- Berry added `introspect.set()` for class attributes [#20339](https://github.com/arendst/Tasmota/issues/20339)
- HASPmota added `haspmota.page_show()` to change page [#20333](https://github.com/arendst/Tasmota/issues/20333)
- Berry `introspect.set()` for class attributes [#20339](https://github.com/arendst/Tasmota/issues/20339)
- HASPmota `haspmota.page_show()` to change page [#20333](https://github.com/arendst/Tasmota/issues/20333)
- HASPmota type `chart` [#20372](https://github.com/arendst/Tasmota/issues/20372)
- Matter support for password for remote Tasmota devices [#20296](https://github.com/arendst/Tasmota/issues/20296)
### Breaking Changed

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t TASMOTA_VERSION = 0x0D030001; // 13.3.0.1
const uint32_t TASMOTA_VERSION = 0x0D030002; // 13.3.0.2
#endif // _TASMOTA_VERSION_H_