Update changelog

This commit is contained in:
Theo Arends 2021-04-19 12:40:51 +02:00
parent 19314a7fc4
commit 09f5902e0b
2 changed files with 2 additions and 1 deletions

View File

@ -6,12 +6,12 @@ All notable changes to this project will be documented in this file.
## [9.3.1.4] ## [9.3.1.4]
### Added ### Added
- Command ``TuyaTempSetRes 0..3`` to control Tuya Temperature Set Resolution (#11781) - Command ``TuyaTempSetRes 0..3`` to control Tuya Temperature Set Resolution (#11781)
- ESP32 support for LVGL 7.11 with Berry binding by Stefan Hadinger (#11789)
## [9.3.1.3] 20210419 ## [9.3.1.3] 20210419
### Added ### Added
- Optional GUI file editor enabled with define ``GUI_EDIT_FILE`` by barbudor (#11668) - Optional GUI file editor enabled with define ``GUI_EDIT_FILE`` by barbudor (#11668)
- Initial support for universal display driver UDisplay by Gerhard Mutz. Enable by selecting any GPIO as ``Option A3`` (#11665) - Initial support for universal display driver UDisplay by Gerhard Mutz. Enable by selecting any GPIO as ``Option A3`` (#11665)
- Add LVGL 7.11 support with Berry binding (ESP32 only)
### Breaking Changed ### Breaking Changed
- ESP32 partition layout changed to accomodate more file space on most and more code space on core2 and odroid-go (#11746) - ESP32 partition layout changed to accomodate more file space on most and more code space on core2 and odroid-go (#11746)

View File

@ -108,6 +108,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
- ESP32 support for WS2812 hardware driver via RMT or I2S - ESP32 support for WS2812 hardware driver via RMT or I2S
- ESP32 support for secondary I2C controller - ESP32 support for secondary I2C controller
- ESP32 support for internal Hall Effect sensor connected to both GPIO36 and GPIO39 only - ESP32 support for internal Hall Effect sensor connected to both GPIO36 and GPIO39 only
- ESP32 support for LVGL 7.11 with Berry binding by Stefan Hadinger [#11789](https://github.com/arendst/Tasmota/issues/11789)
### Breaking Changed ### Breaking Changed
- ESP32 partition layout changed to accomodate more file space on most and more code space on core2 and odroid-go [#11746](https://github.com/arendst/Tasmota/issues/11746) - ESP32 partition layout changed to accomodate more file space on most and more code space on core2 and odroid-go [#11746](https://github.com/arendst/Tasmota/issues/11746)