From 9dfb039247fb36b59e34a4370bdf002372d1a6f0 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 24 Jan 2022 22:38:49 +0100 Subject: [PATCH] Update changelog --- CHANGLELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index 140cead4..b1101f98 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -23,8 +23,8 @@ - Updated to modern responsive design - Allow for a customizible `vars.css`, `style.css`, `script.js` and `edit.htm` - _Selectable dark/light theme?_ -- Add checkbox to toggle ANSI codes (thanks @geiseri) - Display info message when configuration is changed and reboot is needed +- Add checkbox to toggle ANSI codes (thanks @geiseri) ### GUI - Hide cursor during `antiburn` and `idle` if the pointer is enabled @@ -36,6 +36,7 @@ - Fix a bug in `dropdownlist` were `close` method performed `open` instead (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 syslog message format (thanks @geiseri) ### Custom component - Expose `antiburn` for the CC (thanks @dgomes)