From e9a133d76fcf8d88aae6c7817dcf597efa654bbe Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Sat, 19 Aug 2023 10:16:52 -0700 Subject: [PATCH] updated release notes --- CMakeLists.txt | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd6fe4c..75cefcc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24) set(re-edit_VERSION_MAJOR 1) set(re-edit_VERSION_MINOR 6) -set(re-edit_VERSION_PATCH 0) +set(re-edit_VERSION_PATCH 1) set(re-edit_VERSION "${re-edit_VERSION_MAJOR}.${re-edit_VERSION_MINOR}.${re-edit_VERSION_PATCH}") execute_process(COMMAND git describe --long --dirty --abbrev=10 --tags diff --git a/README.md b/README.md index 9e631ba..5dc9174 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,12 @@ pongasoft produces a variety of high quality and free/open source software. If y Release Notes ------------- +* #### 1.6.1 - 2023/08/20 + +- Use a button (rather than a menu) for resizing the panel +- Added "Show Performance" menu entry to always show (resp. hide) the performance +- Added new icons, especially for widget visibility to make it clear that the user has manually changed it +- Fixed "Escape key" closes the application * #### 1.6.0 - 2023/08/13