diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a57880..3c3a9ca 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 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}") diff --git a/README.md b/README.md index 7f77d9e..3096e39 100644 --- a/README.md +++ b/README.md @@ -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