Update Changelog

This commit is contained in:
fvanroie 2023-02-16 05:14:14 +01:00
parent 93409caa69
commit 8e8c0c03a9

View File

@ -2,8 +2,11 @@
## v0.7.0 ## v0.7.0
!!! THE PARTITION SCHEME OF THE INTERNAL FLASH HAS CHANGED !!!
### Objects ### Objects
<!-- ? Support for State and Part properties --> <!-- ? Support for State and Part properties -->
- `action` and `swipe` can now be set to any command
- Set default line_width of new `line` objects to 1 - Set default line_width of new `line` objects to 1
- Allow line and block comments in pages.jsonl - Allow line and block comments in pages.jsonl
- HASP theme: Toggle objects now use the secondary color when they are in the toggled state. - HASP theme: Toggle objects now use the secondary color when they are in the toggled state.
@ -13,15 +16,19 @@
- Use embedded TrueType font for other font sizes (PSram highly recommended) - Use embedded TrueType font for other font sizes (PSram highly recommended)
- Add glyphs from character sets Cyrillic, Latin-2, Greek and Viernamese to default fonts - Add glyphs from character sets Cyrillic, Latin-2, Greek and Viernamese to default fonts
<!--
### Web UI ### Web UI
- _Selectable dark/light theme?_ - Update Web UI to petite-vue app
--> - Redesigned the File Editor
<!-- - _Selectable dark/light theme?_ -->
### Services ### Services
- Change MQTT client from _PubSubClient_ to asynchronic Espressif _esp_mqtt_ client - Change MQTT client from _PubSubClient_ to asynchronic Espressif _esp_mqtt_ client
- Make the MQTT topics configurable
- MQTT discovery now uses a subtopic of `hasp/discovery`. Discovery requires version 0.7.x of the Custom Component.
- Add service start/stop mqtt - Add service start/stop mqtt
<!-- ? Add SimpleFTPServer to easily upload and download files to the plate *(one simultanious connection only)* --> - Add SimpleFTPServer to easily upload and download files to the plate *(one simultanious connection only)*
- Add service start/stop ftp
- Add configuration for NTP servers and timezone
### Devices ### Devices
- Add GS-T3E Smart Panel - Add GS-T3E Smart Panel
@ -36,11 +43,12 @@
- Add button GPIOs to input discovery message - Add button GPIOs to input discovery message
### Architecture ### Architecture
<!-- - Moved to Tasmota Arduino 2.0.6 and ESP-IDF 4.4.3 (thanks @Jason2866) --> - Moved to Tasmota Arduino 2.0.6 and ESP-IDF 4.4.3 (thanks @Jason2866)
- Add support for ESP32-S3 devices
- Add Arduino-GFX display driver - Add Arduino-GFX display driver
- Add support for ESP32-S3 devices
- Deprication of support for ESP32-S2 devices due to lack of sRAM
Updated libraries to ArduinoJson 6.20.1, ArduinoStreamUtils 1.7.0, TFT_eSPI 2.5.0 and LovyanGFX 1.1.2 Updated libraries to ArduinoJson 6.20.1, ArduinoStreamUtils 1.7.0, TFT_eSPI 2.5.0, LovyanGFX 1.1.2 and SimpleFTPServer 2.1.5
## v0.6.3 ## v0.6.3