mirror of https://github.com/arendst/Tasmota.git
Bump version v12.4.0.2
This commit is contained in:
parent
159d1ae312
commit
dcc46cb4d5
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [12.4.0.1]
|
||||
## [12.4.0.2]
|
||||
### Added
|
||||
|
||||
### Breaking Changed
|
||||
- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
## [12.4.0.1] 20230301
|
||||
### Added
|
||||
- Matter read/write and commands (#18000)
|
||||
- Matter subscriptions (#18017, #18018)
|
||||
|
@ -11,9 +23,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Support for multiple MCP23017/MCP23S17 as switch/button/relay
|
||||
- NTP time request from gateway (#17984)
|
||||
|
||||
### Breaking Changed
|
||||
- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration
|
||||
|
||||
### Changed
|
||||
- ADC Range oversample from 2 to 32 (#17975)
|
||||
- ESP32 Framework (Core) from v2.0.6 to v2.0.7
|
||||
|
@ -29,8 +38,6 @@ All notable changes to this project will be documented in this file.
|
|||
- IR panasonic protocol regression from v12.0.2.4 (#18013)
|
||||
- EnergyTotal divided twice during minimal upgrade step regression from v12.3.1.3 (#18024)
|
||||
|
||||
### Removed
|
||||
|
||||
## [Released]
|
||||
|
||||
## [12.4.0] 20230216
|
||||
|
|
|
@ -110,7 +110,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 v12.4.0.1
|
||||
## Changelog v12.4.0.2
|
||||
### Added
|
||||
- Support for multiple MCP23017/MCP23S17 as switch/button/relay
|
||||
- NTP time request from gateway [#17984](https://github.com/arendst/Tasmota/issues/17984)
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x0C040001; // 12.4.0.1
|
||||
const uint32_t VERSION = 0x0C040002; // 12.4.0.2
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue