diff --git a/CMakeLists.txt b/CMakeLists.txt index a2fe092ab..05512f96c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # Fallback for when git can not be found set(DESKFLOW_VERSION_MAJOR 1) set(DESKFLOW_VERSION_MINOR 21) -set(DESKFLOW_VERSION_PATCH 1) +set(DESKFLOW_VERSION_PATCH 2) set(DESKFLOW_VERSION_TWEAK 0) # Get the version from git if it's a git repository diff --git a/deploy/linux/org.deskflow.deskflow.metainfo.xml b/deploy/linux/org.deskflow.deskflow.metainfo.xml index 9069d743b..59f46d98b 100644 --- a/deploy/linux/org.deskflow.deskflow.metainfo.xml +++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml @@ -42,6 +42,16 @@ + + +

This stable release fixes a few critical bugs in 1.21.1. For the full changelog see the release page.

+
    +
  • Fix: Crash with Qt 6.9
  • +
  • Fix: Windows settings in wrong locations
  • +
+
+ https://github.com/deskflow/deskflow/releases/tag/v1.21.2 +

This stable release fixes a few critical bugs in 1.21.0. For the full changelog see the release page.