mirror of https://github.com/arendst/Tasmota.git
Prep release v12.2.0
This commit is contained in:
parent
4135a4607d
commit
7b0c5e8adb
42
CHANGELOG.md
42
CHANGELOG.md
|
@ -3,29 +3,13 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Released]
|
||||
|
||||
## [12.1.1] 20220825
|
||||
- Release Patricia
|
||||
## [12.2.0] 20221017
|
||||
- Release Patrick
|
||||
|
||||
## [12.1.0.1] 20220825
|
||||
### Fixed
|
||||
- RTC not detected when lights are present (#16242)
|
||||
- DNS lookup for .local domains (#16273)
|
||||
- Button response delay regression from v12.0.2.4 (#16319)
|
||||
- Lost module name in GUI regression from v12.0.2.4 - 20220803 (#16324)
|
||||
|
||||
## [12.1.0] 20220818
|
||||
- Release Patricia
|
||||
|
||||
## [12.1.1.6]
|
||||
## [12.1.1.6] 20221017
|
||||
### Added
|
||||
- Command ``WcClock 10..200`` set webcam clock in MHz. Default is 20
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
## [12.1.1.5] 20221013
|
||||
### Added
|
||||
- Command ``Sunrise 0..3`` to select sunrise dawn angle between Normal, Civil, Nautical or Astronomical (#16795)
|
||||
|
@ -92,17 +76,6 @@ All notable changes to this project will be documented in this file.
|
|||
### Fixed
|
||||
- Removed whitespace from JSON values with no decimals (#16365)
|
||||
|
||||
## [12.1.0.1] 20220825
|
||||
### Added
|
||||
- Zigbee device plugin mechanism with commands ``ZbLoad``, ``ZbUnload`` and ``ZbLoadDump`` (#16252)
|
||||
- ESP32-S3 support for internal temperature sensor
|
||||
- Command ``StatusRetain`` (#11109)
|
||||
|
||||
### Changed
|
||||
- ESP32 NimBLE library from v1.3.6 to v1.4.0
|
||||
|
||||
## [Released]
|
||||
|
||||
## [12.1.1] 20220825
|
||||
- Release Patricia
|
||||
|
||||
|
@ -112,6 +85,15 @@ All notable changes to this project will be documented in this file.
|
|||
- Button response delay regression from v12.0.2.4 (#16319)
|
||||
- Lost module name in GUI regression from v12.0.2.4 - 20220803 (#16324)
|
||||
|
||||
## [12.1.0.1] 20220825
|
||||
### Added
|
||||
- Zigbee device plugin mechanism with commands ``ZbLoad``, ``ZbUnload`` and ``ZbLoadDump`` (#16252)
|
||||
- ESP32-S3 support for internal temperature sensor
|
||||
- Command ``StatusRetain`` (#11109)
|
||||
|
||||
### Changed
|
||||
- ESP32 NimBLE library from v1.3.6 to v1.4.0
|
||||
|
||||
## [12.1.0] 20220818
|
||||
- Release Patricia
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Firmware binaries can be downloaded from http://ota.tasmota.com/tasmota/release/
|
|||
|
||||
## Development
|
||||
|
||||
[![Dev Version](https://img.shields.io/badge/development%20version-v12.1.x.x-blue.svg)](https://github.com/arendst/Tasmota)
|
||||
[![Dev Version](https://img.shields.io/badge/development%20version-v12.2.x.x-blue.svg)](https://github.com/arendst/Tasmota)
|
||||
[![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://ota.tasmota.com/tasmota/)
|
||||
[![Tasmota CI](https://github.com/arendst/Tasmota/actions/workflows/build_all_the_things.yml/badge.svg)](https://github.com/arendst/Tasmota/actions/workflows/build_all_the_things.yml)
|
||||
[![Build_development](https://github.com/arendst/Tasmota/actions/workflows/Tasmota_build_devel.yml/badge.svg)](https://github.com/arendst/Tasmota/actions/workflows/Tasmota_build_devel.yml)
|
||||
|
|
Loading…
Reference in New Issue