diff --git a/CMakeLists.txt b/CMakeLists.txt index d1ae9edfe..4150efeba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,8 @@ 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 2) +set(DESKFLOW_VERSION_MINOR 22) +set(DESKFLOW_VERSION_PATCH 0) 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 59f46d98b..79e3ea973 100644 --- a/deploy/linux/org.deskflow.deskflow.metainfo.xml +++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml @@ -42,7 +42,31 @@ - + + +

This stable release fixes a issues found in the previous version. For the full changelog see the release page.

+
    +
  • Remove: Broken drag and drop file transfer support
  • +
  • Remove: DESKFLOW_RESET_ALL and --no-reset. reset settings is now done by passing the --reset option instead
  • +
  • Continue migration to Qt by using more Qt classes in more places
  • +
  • Retire SHA1 generation and use SHA256 always to compare
  • +
  • Add missing accelerators for gui controls
  • +
  • unittests binary is now legacytests
  • +
  • integtests have been remove and replaced with Qt based tests run during build
  • +
  • Fix: Potential XDG-Portal release issue
  • +
  • Fix: Issue where the first start dialog could hang in the background
  • +
  • Fix: Edge cases that could cause incorrect settings causing client / server process to crash
  • +
  • Fix: Default server config file is Deskflow-server.conf
  • +
  • Backport: Event Types from downstream
  • +
  • Backport: Cleaner error handling from downstream
  • +
  • Improve Windows Daemon
  • +
  • Better detection of arm on windows, in build and installer
  • +
  • Chore: Clean up sonar scan code smells
  • +
+
+ https://github.com/deskflow/deskflow/releases/tag/v1.22.0 +
/ +

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