mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
47da60f280
commit
2827bdec22
|
@ -5,18 +5,21 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [12.4.0.1]
|
||||
### Added
|
||||
- Matter read/write and commands (#18000)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- ADC Range oversample from 2 to 32 (#17975)
|
||||
- ESP32 Framework (Core) from v2.0.6 to v2.0.7
|
||||
- Move #define OTA_URL from user_config.h to board files for better inital support (#18008)
|
||||
|
||||
### Fixed
|
||||
- SEN5X floats and units (#17961)
|
||||
- Energytotals cannot be set to negative values (#17965)
|
||||
- Undocumented support for non-sequential buttons and switches (#17967)
|
||||
- SR04 driver single pin ultrasonic sensor detection (#17966)
|
||||
- IR panasonic protocol regression from v12.0.2.4 (#18013)
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -36,9 +36,9 @@ While fallback or downgrading is common practice it was never supported due to S
|
|||
|
||||
This release will be supported from ESP8266/Arduino library Core version **2.7.4.9** due to reported security and stability issues on previous Core version. This will also support gzipped binaries.
|
||||
|
||||
This release will be supported from ESP32/Arduino library Core version **2.0.6**.
|
||||
This release will be supported from ESP32/Arduino library Core version **2.0.7**.
|
||||
|
||||
Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.6 have been removed.
|
||||
Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.7 have been removed.
|
||||
|
||||
## Support of TLS
|
||||
|
||||
|
@ -80,7 +80,7 @@ Historical binaries can be downloaded from
|
|||
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
|
||||
|
||||
### ESP32, ESP32-C3, ESP32-S2 and ESP32-S3 based
|
||||
The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.6**.
|
||||
The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.7**.
|
||||
|
||||
- **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY**
|
||||
- **tasmota32xy.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C3/S2/S3 and 4M+ flash.
|
||||
|
@ -116,9 +116,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- ESP32 Framework (Core) from v2.0.6 to v2.0.7
|
||||
- ADC Range oversample from 2 to 32 [#17975](https://github.com/arendst/Tasmota/issues/17975)
|
||||
- Move #define OTA_URL from user_config.h to board files for better inital support [#18008](https://github.com/arendst/Tasmota/issues/18008)
|
||||
|
||||
### Fixed
|
||||
- SEN5X floats and units [#17961](https://github.com/arendst/Tasmota/issues/17961)
|
||||
- Energytotals cannot be set to negative values [#17965](https://github.com/arendst/Tasmota/issues/17965)
|
||||
- SR04 driver single pin ultrasonic sensor detection [#17966](https://github.com/arendst/Tasmota/issues/17966)
|
||||
- IR panasonic protocol regression from v12.0.2.4 [#18013](https://github.com/arendst/Tasmota/issues/18013)
|
||||
|
|
Loading…
Reference in New Issue