Skip to content

Commit

Permalink
Added release notes for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Jan 11, 2023
1 parent fcea416 commit efaddee
Show file tree
Hide file tree
Showing 2 changed files with 11 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 0)
set(re-edit_VERSION_MINOR 1)
set(re-edit_VERSION_PATCH 0)
set(re-edit_VERSION "${re-edit_VERSION_MAJOR}.${re-edit_VERSION_MINOR}.${re-edit_VERSION_PATCH}")

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ pongasoft produces a variety of high quality and free/open source software. If y
Release Notes
-------------

* #### 1.1.0 - 2023/01/12

- Added Fold Icon / Rack Rails (thanks to @jengstrom at Reason Studios for the icons)
- Added Panel rendering (None / Border / Normal / X-Ray) (for example, to see the rails)
- Changed zoom to be common to all panels and added Zoom to Fit (now defaults when device opens)
- Added keyboard shortcuts (Save, Undo/Redo, Zoom In/Out/Fit, Quit)
- Fixes [#1](https://github.com/pongasoft/re-edit/issues/1): _RE Edit fails to load nested decals_
- Fixes [#2](https://github.com/pongasoft/re-edit/issues/2): _Decals are not rendered properly_
- Some minor performance improvements

* #### 1.0.0 - 2023/01/02

- First public release
Expand Down

0 comments on commit efaddee

Please sign in to comment.