From 568a77c83fdba83d8c7483dfe9585db3c9580074 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 21 Dec 2020 22:44:36 -0330 Subject: [PATCH] Updated changelog. --- Changes.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Changes.txt b/Changes.txt index 013c1a57c..2f733a6e3 100644 --- a/Changes.txt +++ b/Changes.txt @@ -16,15 +16,15 @@ * Added high scores saving. - * Enhanced cut/copy/paste for text editing (except PromptWidget). + * Improved text editing functionality (except PromptWidget): + - Enhanced selection and cut/copy/paste from keyboard. + - Added undo and redo support. + - Added mouse support (selection, cut/copy/paste). + - All actions have keyboard shortcuts. - * Added undo and redo to text editing (except PromptWidget). - - * Added mouse support for text editing (except PromptWidget). - - * Added wildcard support to launcher dialog filter. - - * Added option to search subdirectories in launcher. + * Various improvements to the ROM launcher: + - Added wildcard support to the dialog filter + - Added option to search subdirectories * Added static tooltips to some UI items. @@ -41,7 +41,8 @@ * Fixed Stelladaptor/2600'daptor devices sometimes not being assigned correct default mappings. - * Codebase now uses C++17 features. + * Codebase now uses C++17 features, which means a minimum of gcc7 + or clang5 for Linux/Mac, and Visual Studio 2019 for Windows. -Have fun!