Update change logs

Version bump to v12.3.1.5
This commit is contained in:
Theo Arends 2023-01-27 16:59:54 +01:00
parent 0b81236110
commit f064250d9a
3 changed files with 12 additions and 5 deletions

View File

@ -3,19 +3,26 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development ## [Unreleased] - Development
## [12.3.1.4] ## [12.3.1.5]
### Added ### Added
- Berry ``crypto.EC_P256`` ECDSA signature (required by Matter protocol) - ESP32 Prep support for eigth energy phases/channels
- Berry add up flag to ``tasmota.wifi()`` and ``tasmota.eth()``, always return MAC
### Breaking Changed ### Breaking Changed
### Changed ### Changed
- Energy refactoring preparing for ESP32 phase/channel extension
### Fixed ### Fixed
- ADE7953 when calibration data for second channel is used regression from v12.2.0.2
- Shelly Pro 1/2 relay click at restart regression from v12.3.1.4
### Removed ### Removed
## [12.3.1.4] 20230127
### Added
- Berry ``crypto.EC_P256`` ECDSA signature (required by Matter protocol)
- Berry add up flag to ``tasmota.wifi()`` and ``tasmota.eth()``, always return MAC
## [12.3.1.3] 20230115 ## [12.3.1.3] 20230115
### Added ### Added
- Support for PCA9632 4-channel 8-bit PWM driver as light driver by Pascal Heinrich (#17557) - Support for PCA9632 4-channel 8-bit PWM driver as light driver by Pascal Heinrich (#17557)

View File

@ -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. [Complete list](BUILDS.md) of available feature and sensors.
## Changelog v12.3.1.4 ## Changelog v12.3.1.5
### Added ### Added
- Support for up to 3 single phase modbus energy monitoring device using generic Energy Modbus driver- Support for RGB displays [#17414](https://github.com/arendst/Tasmota/issues/17414) - Support for up to 3 single phase modbus energy monitoring device using generic Energy Modbus driver- Support for RGB displays [#17414](https://github.com/arendst/Tasmota/issues/17414)
- Support for IPv6 DNS records (AAAA) and IPv6 ``Ping`` for ESP32 and ESP8266 [#17417](https://github.com/arendst/Tasmota/issues/17417) - Support for IPv6 DNS records (AAAA) and IPv6 ``Ping`` for ESP32 and ESP8266 [#17417](https://github.com/arendst/Tasmota/issues/17417)

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_ #ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x0C030104; // 12.3.1.4 const uint32_t VERSION = 0x0C030105; // 12.3.1.5
#endif // _TASMOTA_VERSION_H_ #endif // _TASMOTA_VERSION_H_