Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed May 7, 2023
1 parent e20d6bc commit b80b7de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24)

set(re-edit_VERSION_MAJOR 1)
set(re-edit_VERSION_MINOR 4)
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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ pongasoft produces a variety of high quality and free/open source software. If y
Release Notes
-------------

* #### 1.4.1 - 2023/05/07

- Added ability to load a project by simply dragging it from the Finder (resp. File Explorer) onto the main window
- Disable saving preferences when there are multiple instances running (to avoid conflicts)
- Fixed visibility property type and owner

* #### 1.4.0 - 2023/02/20

- Implemented Undo History / Timeline (quickly undo/redo multiple operations)
Expand Down

0 comments on commit b80b7de

Please sign in to comment.