From a573d76c8928da0758e6240ee9a6433675182971 Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Fri, 20 Jan 2023 08:10:00 -0800 Subject: [PATCH] updated release notes --- CMakeLists.txt | 2 +- README.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6709e2..b51c4b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.24) set(re-edit_VERSION_MAJOR 1) -set(re-edit_VERSION_MINOR 1) +set(re-edit_VERSION_MINOR 2) set(re-edit_VERSION_PATCH 0) set(re-edit_VERSION "${re-edit_VERSION_MAJOR}.${re-edit_VERSION_MINOR}.${re-edit_VERSION_PATCH}") diff --git a/README.md b/README.md index 9abf630..c6c97d9 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,23 @@ pongasoft produces a variety of high quality and free/open source software. If y Release Notes ------------- +* #### 1.2.0 - 2023/01/20 + +- Major redesign of the panel: + - no more scrollbars + - input shortcuts + - click + drag to move freely (or space + click + drag if on top of a widget to disable selecting the widget) + - arrows to move the panel + - mouse wheel to zoom in/out (zoom focus point is wherever the mouse pointer is) + - `X` to toggle Widget X-Ray + - `F` for Zoom to fit + - `C` for Center panel + - `B` to toggle Widget borders + - `R` to toggle Rails (+ panel X-Ray to see them) +- added "Clear Recent List" menu entry +- fixed crash on redo +- fixed improper error reporting when moving multiple widgets + * #### 1.1.0 - 2023/01/12 - Added Fold Icon / Rack Rails (thanks to @jengstrom at Reason Studios for the icons)