Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Jan 20, 2023
1 parent fdd2aa0 commit a573d76
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}")

Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a573d76

Please sign in to comment.