From d4ff55da138dd7cc41951e282dc9edb29114de96 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Fri, 14 Nov 2025 13:06:31 -0500 Subject: [PATCH] Release 1.25.0 --- CMakeLists.txt | 2 +- .../linux/org.deskflow.deskflow.metainfo.xml | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 554952842..03b97a2c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 24) +set(DESKFLOW_VERSION_MINOR 25) 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 d791c2563..1a8399ef5 100644 --- a/deploy/linux/org.deskflow.deskflow.metainfo.xml +++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml @@ -68,6 +68,36 @@ + + +

This stable release fixes known issues and adds a few new features. Most notable symbolic icon support, I18N support and experimental support for wl-clipboard to access clipboards on wayland. This release also continues our trend of cleaning up the codebase. For the full changelog, see the release page.

+
    +
  • Removed the ability to use toml config and env based config files
  • +
  • Set XDG app ID (app_id) on Wayland
  • +
  • Support symbolic icon deployment and recoloring
  • +
  • Added Spanish translation
  • +
  • Added Italian translation
  • +
  • Added Japanese translation
  • +
  • Added Simplified Chinese translation
  • +
  • Added Russian translation
  • +
  • Translate the GUI without needed to restart the application
  • +
  • Expose setting to adjust clients scroll speed
  • +
  • Expose setting to show the GUI debug messages in the log
  • +
  • Expose setting to allow use of wl-clipboard backend on Wayland
  • +
  • Fixed the port settings not being used from settings
  • +
  • Save the geometry info into a state file
  • +
  • The Core (deskflow-core) has a new CLI interface
  • +
  • Fixed Wayland sleep inhibit on client
  • +
  • Fixed XWindowsScreen: properly calculate xrandr/xinerama screens
  • +
  • Fixed XWindowsScreen: stop centering panned screens on client when leaving the screen
  • +
  • Fixed stop retying to launch the Core if its crashed
  • +
  • Fixed various input issues
  • +
  • Fixed apply scroll lock setting on initialization
  • +
  • Fixed crash caused by hostnames with invalid characters returned default value
  • +
+
+ https://github.com/deskflow/deskflow/releases/tag/v1.25.0 +

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.