From 4613a3b3c884170a057ab9aceb06b29f366ec650 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 17 May 2022 16:51:51 +0200 Subject: [PATCH 1/4] Update CHANGLELOG.md --- CHANGLELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index 880e8b23..820ccd66 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -17,7 +17,7 @@ --> -## v0.6.3-rc1 +## v0.6.3-rc2 ### Commands - Additional `idle` parameters now accept `off`, `short` and `long` From f88e4081ba5e6c5a3e1f921b5be8341c791f5e2f Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 17 May 2022 16:53:36 +0200 Subject: [PATCH 2/4] Update CHANGLELOG.md --- CHANGLELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index 820ccd66..85e9dcfe 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -26,7 +26,7 @@ - You can now use the `pXbY.jsonl` command to update multiple object properties at once (thanks @nagyrobi) ### Objects -- All objects have a custom `tag` property which can contain abritrary JSON data *(or numbers or text)* (thanks @nagyrobi) +- All objects have a custom `tag` property which can contain arbitrary JSON data *(or numbers or text)* (thanks @nagyrobi) - `img.src` now accepts both `http` and `https` urls (thanks @htvekov) - `img.src` now accepts `png` and `binary` image urls, PSram is *highly* recommended - `img.src` now accepts 16-bit BMP files stored in flash From 74d95d63949638d7f3d604e3d3298a62f2707ad3 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 17 May 2022 19:46:27 +0200 Subject: [PATCH 3/4] Update CHANGLELOG.md --- CHANGLELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index 85e9dcfe..f6347840 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -37,7 +37,7 @@ - Allow for a customizible `vars.css`, `style.css`, `script.js` and `edit.htm` - Display a message when the configuration is changed and a reboot is needed - Add checkbox for backlight inversion to Display settings (thanks @wolffman122) -- Add checkbox to toggle ANSI codes (thanks @geiseri) +- Add checkbox to toggle ANSI codes #261 (thanks @geiseri) - Allow firmware upgrade/downgrade in AP mode ### GUI @@ -54,16 +54,20 @@ - Added build option for Vietnamese character set (thanks @kydang789) - ⚠️ **Breaking:** Removed defunct .zi font support! +### Devices +- Fixed Lanbon L8 v1.17 PCB screen corruption #316 (thanks @DJBenson) + ### Bug fixes - Fix for screenshots not showing properly in Safari on macOS/iOS (thanks @masto) - Fix bug that would not accept `on` state for setting output GPIOs (thanks @freshnas and @cerietke) -- Fix a bug in `dropdownlist` were `close` method performed `open` instead (thanks @htvekov) +- Fix a bug in `dropdownlist` were `close` method performed `open` instead #299 (thanks @htvekov) - Fix `src` bug in `img` objects that could corrupt images sent over http (thanks @htvekov) -- Fix screen dimensions in `statusupdate` message, taking into account current orientation (thanks @kquinsland) +- Fix screen dimensions in `statusupdate` message, taking into account current orientation #278 (thanks @kquinsland) - Fix for HTTP password that could be overwritten by 8 asterisks when it was not changed in the web UI -- Fixed MQTT hostname limit *again*... +- Fixed MQTT hostname limit *again*... #304 (thanks @fake-name) +- Fixed firmware upgrade from URL #300 (thank @nagyrobi) - Fixed a bug that prevented Wifi from connecting to different BSSID (thanks @Braehead) -- Syslog message format fixes and improvements (thanks @geiseri) +- Syslog message format fixes and improvements #285 (thanks @geiseri) ### Custom component - Expose `antiburn` and `page` in the CC (thanks @dgomes) From 145ad5fa2f8fe8ffde44c899fd541f4942b70469 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 17 May 2022 20:20:39 +0200 Subject: [PATCH 4/4] Update CHANGLELOG.md --- CHANGLELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index f6347840..283e2db0 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -54,19 +54,16 @@ - Added build option for Vietnamese character set (thanks @kydang789) - ⚠️ **Breaking:** Removed defunct .zi font support! -### Devices -- Fixed Lanbon L8 v1.17 PCB screen corruption #316 (thanks @DJBenson) - ### Bug fixes -- Fix for screenshots not showing properly in Safari on macOS/iOS (thanks @masto) -- Fix bug that would not accept `on` state for setting output GPIOs (thanks @freshnas and @cerietke) +- Fixed Lanbon L8 v1.17 PCB screen corruption #316 (thanks @DJBenson)- Fix for screenshots not showing properly in Safari on macOS/iOS (thanks @masto) +- Fix bug that would not accept `on` state for setting output GPIOs #275 (thanks @freshnas and @cerietke) - Fix a bug in `dropdownlist` were `close` method performed `open` instead #299 (thanks @htvekov) - Fix `src` bug in `img` objects that could corrupt images sent over http (thanks @htvekov) - Fix screen dimensions in `statusupdate` message, taking into account current orientation #278 (thanks @kquinsland) - Fix for HTTP password that could be overwritten by 8 asterisks when it was not changed in the web UI - Fixed MQTT hostname limit *again*... #304 (thanks @fake-name) - Fixed firmware upgrade from URL #300 (thank @nagyrobi) -- Fixed a bug that prevented Wifi from connecting to different BSSID (thanks @Braehead) +- Fixed a bug that prevented Wifi from connecting to different BSSID #330 (thanks @Braehead) - Syslog message format fixes and improvements #285 (thanks @geiseri) ### Custom component @@ -81,6 +78,7 @@ Updated libraries to ArduinoJson 6.19.4, ArduinoStreamUtils 1.6.2, AceButton 1.9.2, TFT_eSPI 2.4.61, LovyanGFX 0.4.17 and Adafruit STMPE610 1.1.4 + ## v0.6.2 ### Initial Setup