Update changelogs

This commit is contained in:
Theo Arends 2023-12-18 14:26:13 +01:00
parent d2690ef7c0
commit b69a335634
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
## [13.3.0.1] ## [13.3.0.1]
### Added ### Added
- Support for Sonoff Basic R4 Magic Switch (#20247) - Support for Sonoff Basic R4 Magic Switch (#20247)
- Support for CST816S touch interface (#20213)
- NeoPool hydrolysis FL1 and Redox flag (#20258)
### Breaking Changed ### Breaking Changed
- Refactoring of Berry `animate` module for WS2812 Leds (#20236) - Refactoring of Berry `animate` module for WS2812 Leds (#20236)
@ -14,6 +16,7 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- Matter Contact sensor was not triggering any update (#20232) - Matter Contact sensor was not triggering any update (#20232)
- CVE-2021-36603 Cross Site Scripting (XSS) vulnerability (#12221)
### Removed ### Removed

View File

@ -118,7 +118,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
## Changelog v13.3.0.1 ## Changelog v13.3.0.1
### Added ### 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) - Support for Sonoff Basic R4 Magic Switch [#20247](https://github.com/arendst/Tasmota/issues/20247)
- NeoPool hydrolysis FL1 and Redox flag [#20258](https://github.com/arendst/Tasmota/issues/20258)
### Breaking Changed ### Breaking Changed
- Refactoring of Berry `animate` module for WS2812 Leds [#20236](https://github.com/arendst/Tasmota/issues/20236) - Refactoring of Berry `animate` module for WS2812 Leds [#20236](https://github.com/arendst/Tasmota/issues/20236)
@ -126,6 +128,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Changed ### Changed
### Fixed ### Fixed
- CVE-2021-36603 Cross Site Scripting (XSS) vulnerability [#12221](https://github.com/arendst/Tasmota/issues/12221)
- Matter Contact sensor was not triggering any update [#20232](https://github.com/arendst/Tasmota/issues/20232) - Matter Contact sensor was not triggering any update [#20232](https://github.com/arendst/Tasmota/issues/20232)
### Removed ### Removed