From 56f7a0d7b5095ca1f1fa9a3e663cc30d40e3bc54 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 21 Jul 2025 16:06:20 -0400 Subject: [PATCH] Release 1.23.0 --- CMakeLists.txt | 4 ++-- .../linux/org.deskflow.deskflow.metainfo.xml | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34aa389a7..480ba565c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Deskflow Developers +# SPDX-FileCopyrightText: 2024 - 2025 Deskflow Developers # SPDX-FileCopyrightText: 2012 - 2024 Symless Ltd # SPDX-FileCopyrightText: 2009 - 2012 Nick Bolton # SPDX-License-Identifier: MIT @@ -18,7 +18,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # Fallback for when git can not be found set(DESKFLOW_VERSION_MAJOR 1) -set(DESKFLOW_VERSION_MINOR 22) +set(DESKFLOW_VERSION_MINOR 23) set(DESKFLOW_VERSION_PATCH 0) set(DESKFLOW_VERSION_TWEAK 0) diff --git a/deploy/linux/org.deskflow.deskflow.metainfo.xml b/deploy/linux/org.deskflow.deskflow.metainfo.xml index 3ef1e1c01..1e99448de 100644 --- a/deploy/linux/org.deskflow.deskflow.metainfo.xml +++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml @@ -46,6 +46,26 @@ + + +

This stable release fixes issues found in the previous version and adds a few new features. This release also uses more C++20 features. For the full changelog, see the release page.

+
    +
  • Fix: Core app not running when app starts minimized.
  • +
  • Fix: Several items in the server configuration dialog being enabled at the wrong time.
  • +
  • Fix: Use the correct license in our appstream data (GPL2.0 only).
  • +
  • Fix: Apps saved size could grow over time on desktops using client side decorations.
  • +
  • Fix: Use the system monospace font in the log area, instead of forcing one that may not be on the system.
  • +
  • Fix: Issue with incorrect borders being set for libEI, causing issues on edges without neighbors.
  • +
  • Feat: Add Restart action for the core process.
  • +
  • Feat: Remove defunct --no-xinitthreads option.
  • +
  • Feat: Make 2048 the minimum encryption key size.
  • +
  • Feat: Provide additional connection information in the status area.
  • +
  • Chore: Continue to update codebase to use C++20 features.
  • +
  • Chore: Clean more sonar smells
  • +
+
+ https://github.com/deskflow/deskflow/releases/tag/v1.23.0 +

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