From 5235c5a2b99ddb124d59deaf8f438db0ec6eeca0 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 14 Nov 2021 00:51:34 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGLELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index 97f977b6..b919993b 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -1,5 +1,32 @@ # openHASP Changelog +## v0.7.0 + +### Fonts +- Use FreeType fonts from flash +- Use LVGL binary fonts from flash, loaded into PSram +- Removed defunct .zi font support +- Breaking: The UTF codes for the built-in icons have changed from the previous list! +- _Breaking: Font ID is replaced by xxxx?_ + +### Web UI +- Updated to modern responsive design +- Allow for a customizible `vars.css`, `style.css`, `script.js` and `edit.htm` +- _Selectable dark/light theme?_ + +### Commands +- Hide cursor during `antiburn` and `idle` if the pointer is enabled + +### Custom component +- Expose `antiburn` for the CC +- Expose the device URL in discovery messages + +### Architecture +- Moved to Arduino 2.0 with native LittleFS library +- Moved to ESP-IDF 4.4 with fix for FragAttacks CVEs +- Prepare support for ESP32S2 +- Removed support for ESP8266 + ## v0.6.2 ### Initial Setup