From 7b0c5e8adb1edf0e11b66d91926ba0748893e2dd Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:29:35 +0200 Subject: [PATCH] Prep release v12.2.0 --- CHANGELOG.md | 42 ++++++++++++------------------------------ README.md | 2 +- 2 files changed, 13 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e768220ea..aa59bb874 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 1e6479af0..48a099409 100644 --- a/README.md +++ b/README.md @@ -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)