mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
c1fa07dd51
commit
73f219e2bb
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -23,7 +23,8 @@ All notable changes to this project will be documented in this file.
|
||||||
- Scripter timer issue (#19914)
|
- Scripter timer issue (#19914)
|
||||||
- Zero-Cross Dimmer for ESP32 with Core3 (#19929)
|
- Zero-Cross Dimmer for ESP32 with Core3 (#19929)
|
||||||
- Matter flow sensor (#19961)
|
- Matter flow sensor (#19961)
|
||||||
- Berry ``gpio.dac_voltage()`` broken in 13.2.0
|
- Berry ``gpio.dac_voltage()`` regression from v13.1.0.1 (#19997)
|
||||||
|
- ESP32-C3 ledlink functionality regression from v13.1.0.2
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -137,7 +138,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- ESP32 Shutter migration (#19454)
|
- ESP32 Shutter migration (#19454)
|
||||||
- ESP32 Shutter multi press button events (#19465)
|
- ESP32 Shutter multi press button events (#19465)
|
||||||
- Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter)
|
- Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter)
|
||||||
- ESP32C3 relay click on restart
|
- ESP32-C3 relay click on restart
|
||||||
|
|
||||||
## [13.1.0.1] 20230831
|
## [13.1.0.1] 20230831
|
||||||
### Added
|
### Added
|
||||||
|
@ -1039,14 +1040,14 @@ All notable changes to this project will be documented in this file.
|
||||||
- Support for MQ analog sensor for air quality by Francesco Adriani (#14581)
|
- Support for MQ analog sensor for air quality by Francesco Adriani (#14581)
|
||||||
- Command ``SetOption134 1`` to disable PWM auto-phasing for lights by default (new behavior) (#14590)
|
- Command ``SetOption134 1`` to disable PWM auto-phasing for lights by default (new behavior) (#14590)
|
||||||
- Increase PWM channels to 16 (Esp32 only)
|
- Increase PWM channels to 16 (Esp32 only)
|
||||||
- Initial support for ESP32S3 with support for 38 configurable GPIOs
|
- Initial support for ESP32-S3 with support for 38 configurable GPIOs
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- BME68x-Sensor-API library from v3.5.9 to v4.4.7
|
- BME68x-Sensor-API library from v3.5.9 to v4.4.7
|
||||||
- ESP32 core library from v2.0.2 to v2.0.2.1 (#14553)
|
- ESP32 core library from v2.0.2 to v2.0.2.1 (#14553)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- OneWire-Stickbreaker (DS18x20) library support for ESP32S2 (#14338)
|
- OneWire-Stickbreaker (DS18x20) library support for ESP32-S2 (#14338)
|
||||||
|
|
||||||
## [2022.01.2 = 10.1.0.5] 20220116
|
## [2022.01.2 = 10.1.0.5] 20220116
|
||||||
### Added
|
### Added
|
||||||
|
@ -1235,10 +1236,10 @@ All notable changes to this project will be documented in this file.
|
||||||
### Added
|
### Added
|
||||||
- Command ``WebGetConfig <url>`` if ``#define USE_WEBGETCONFIG`` is enabled to restore/init configuration from external webserver (#13034)
|
- Command ``WebGetConfig <url>`` if ``#define USE_WEBGETCONFIG`` is enabled to restore/init configuration from external webserver (#13034)
|
||||||
- Berry class ``webclient`` for HTTP/HTTPS requests
|
- Berry class ``webclient`` for HTTP/HTTPS requests
|
||||||
- Support for ESP32S2 GPIOs
|
- Support for ESP32-S2 GPIOs
|
||||||
- ESP32 add GPIO 6/7/8/11 to template and remove GPIO 28-31 (remapping so backwards compatible)
|
- ESP32 add GPIO 6/7/8/11 to template and remove GPIO 28-31 (remapping so backwards compatible)
|
||||||
- Crash recorder ``Status 12`` for ESP32/ESP32S2/ESP32C3, supporting Esp-idf 3.3/4.4
|
- Crash recorder ``Status 12`` for ESP32/ESP32-S2/ESP32-C3, supporting Esp-idf 3.3/4.4
|
||||||
- Support for ESP32/ESP32S2 DAC gpio via Berry
|
- Support for ESP32/ESP32-S2 DAC gpio via Berry
|
||||||
- Berry support for Serial
|
- Berry support for Serial
|
||||||
- Support for Sensirion SCD40/SCD41 CO2 sensor (#13139)
|
- Support for Sensirion SCD40/SCD41 CO2 sensor (#13139)
|
||||||
- Support for BL0939 energy monitor as used in ESP32 based Sonoff Dual R3 V2 Pow (#13195)
|
- Support for BL0939 energy monitor as used in ESP32 based Sonoff Dual R3 V2 Pow (#13195)
|
||||||
|
@ -1290,7 +1291,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- Berry now compiling in ``strict`` mode to catch more bugs
|
- Berry now compiling in ``strict`` mode to catch more bugs
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed PWM5 on ESP32C3
|
- ESP32-C3 PWM5
|
||||||
|
|
||||||
## [9.5.0.5] 20210815
|
## [9.5.0.5] 20210815
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -156,5 +156,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||||
- Zero-Cross Dimmer for ESP32 with Core3 [#19929](https://github.com/arendst/Tasmota/issues/19929)
|
- Zero-Cross Dimmer for ESP32 with Core3 [#19929](https://github.com/arendst/Tasmota/issues/19929)
|
||||||
- ESP32 I2C allow bus2 support when bus1 is not enabled
|
- ESP32 I2C allow bus2 support when bus1 is not enabled
|
||||||
- ESP32 IR receive with Arduino Core 3 [#19904](https://github.com/arendst/Tasmota/issues/19904)
|
- ESP32 IR receive with Arduino Core 3 [#19904](https://github.com/arendst/Tasmota/issues/19904)
|
||||||
|
- ESP32-C3 ledlink functionality regression from v13.1.0.2
|
||||||
|
- Berry ``gpio.dac_voltage()`` regression from v13.1.0.1 [#19997](https://github.com/arendst/Tasmota/issues/19997)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
Loading…
Reference in New Issue