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 22, 2023
1 parent b6b3b20 commit 08e51dd
Show file tree
Hide file tree
Showing 2 changed files with 6 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 2)
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ pongasoft produces a variety of high quality and free/open source software. If y
Release Notes
-------------

* #### 1.2.1 - 2023/01/22

- Fixed application name on macOS
- Fixed trackpad and mouse wheel sensitivity issue when zooming in/out

* #### 1.2.0 - 2023/01/20

- Major redesign of the panel:
Expand Down

0 comments on commit 08e51dd

Please sign in to comment.