mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Bump version to v12.1.1.2
This commit is contained in:
parent
8a93770624
commit
ae1d4ef1f7
17
CHANGELOG.md
17
CHANGELOG.md
@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [12.1.1.1]
|
||||
## [12.1.1.2]
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
## [12.1.1.1] 20220910
|
||||
### Added
|
||||
- Support for SGP40 gas and air quality sensor (#16341)
|
||||
- Support for Modbus writing using ModbusBridge by JeroenSt (#16351)
|
||||
@ -24,8 +33,6 @@ All notable changes to this project will be documented in this file.
|
||||
### Fixed
|
||||
- Removed whitespace from JSON values with no decimals (#16365)
|
||||
|
||||
### Removed
|
||||
|
||||
## [12.1.0.1] 20220825
|
||||
### Added
|
||||
- Zigbee device plugin mechanism with commands ``ZbLoad``, ``ZbUnload`` and ``ZbLoadDump`` (#16252)
|
||||
@ -35,10 +42,6 @@ All notable changes to this project will be documented in this file.
|
||||
### Changed
|
||||
- ESP32 NimBLE library from v1.3.6 to v1.4.0
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
## [Released]
|
||||
|
||||
## [12.1.1] 20220825
|
||||
|
@ -107,7 +107,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||
|
||||
[Complete list](BUILDS.md) of available feature and sensors.
|
||||
|
||||
## Changelog v12.1.1.1
|
||||
## Changelog v12.1.1.2
|
||||
### Added
|
||||
- Command ``SetOption146 1`` to enable display of ESP32 internal temperature
|
||||
- Command ``StatusRetain`` [#11109](https://github.com/arendst/Tasmota/issues/11109)
|
||||
|
@ -20,6 +20,6 @@
|
||||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x0C010101; // 12.1.1.1
|
||||
const uint32_t VERSION = 0x0C010102; // 12.1.1.2
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user