From 38604459a67b09ec5f5d11830a855ab771fe1bb8 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Sat, 20 Jul 2019 17:54:52 +0200 Subject: [PATCH] update changelog --- Changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9f19edc..edbbcc2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,11 @@ ### 4.7.6.3 -- fix for mouse button back/forward causing freeze -- fix for WM_APPCOMMAND not working but crashing in input editor learn window - on Win 7 the theme color was hardcoded to DarkSlateGrey because WPF was returning a bad color on Win 7, this was fixed by reading the theme color from the Registry on Win 7 - new option dark-color was added to overwrite the OS theme color used in dark mode, find the option under 'General' - new option light-color was added to overwrite the OS theme color used in non dark mode, find the option under 'General' +- various changes regarding input handling - it's now possible to use a custom folder as config folder ### 4.7.3