From 760e3b99b00053647a96b405276bf614bd860075 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 16 Feb 2026 08:02:20 -0500 Subject: [PATCH] Release 1.26.0 --- CMakeLists.txt | 2 +- .../linux/org.deskflow.deskflow.metainfo.xml | 39 +++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a01452f04..68400b21d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # Fallback for when git can not be found set(DESKFLOW_VERSION_MAJOR 1) -set(DESKFLOW_VERSION_MINOR 25) +set(DESKFLOW_VERSION_MINOR 26) 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 ccdba3280..d1c365490 100644 --- a/deploy/linux/org.deskflow.deskflow.metainfo.xml +++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml @@ -74,6 +74,45 @@ + + +

This stable release fixes known issues and adds a few new features, For the full changelog, see the release page.

+
    +
  • New: Korean(ko) translation
  • +
  • New: Option to start in the "locked to computer" state
  • +
  • New: Option to show the version in the windows title
  • +
  • New: Clients can now use a list hostnames or ips for the server address
  • +
  • New: Client options are in a new client configuration dialog
  • +
  • New: Provide a more accurate suggested IP, Update as network info changes if needed.
  • +
  • New: Add a simple search to the log
  • +
  • New: Lookup host name with IP4 or IP6
  • +
  • New: Replace broken scroll speed with a scroll scaling options
  • +
  • Fix: Horizontal scrolling is working again on all platforms
  • +
  • Fix: Key repeat events are now sent as repeat not press and release
  • +
  • Fix: Deskflow-core correctly blocks new instances when run without the `--new-instance` option
  • +
  • Fix: Server Mode, Only use the external config path if the option is enabled
  • +
  • Fix: Allow comma and semicolon to be used in the hotkey configuration
  • +
  • Fix: Gui can crash when clearing settings in debug mode
  • +
  • Fix: Mouse Back and Forward buttons are now working (again) on all platforms
  • +
  • Fix: macOS, crash when the log is opened and the gui minimized
  • +
  • Fix: macOS, restore Preferences menu entry when the application is using non english language
  • +
  • Fix: macOS, try icon was not showing when in `Colorful` mode
  • +
  • Fix: macOS, do not allow the os to kill deskflow for memory reasons
  • +
  • Fix: macOS, possible server crash when a client disconnects abruptly
  • +
  • Fix: macOS, possible crash on screen wake / screen saver activation
  • +
  • Fix: macOS, Wrong keys send when using "RIME" input method
  • +
  • Fix: Windows, possible crash when the daemon is started for the first time
  • +
  • Use `Computer` in place of `Screen` to indicate we work with Computers display layout and not individual screens attached
  • +
  • Clean and update the settings when starting up.
  • +
  • Do not show client connection error messages dialogs if the gui is hidden
  • +
  • Use Qt 6.9.3 for Intel Mac builds.
  • +
  • Windows: Use ICU dlls from the host system
  • +
  • Code continues to be cleaned of unused methods and updated to modern C++
  • +
  • Consolidate Debug levels to remove DEBUG3-5 levels
  • +
+
+ https://github.com/deskflow/deskflow/releases/tag/v1.26.0 +

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.