From 9365091c7927fca8ba0fedb7577fce1db6b05d1c Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 29 Jan 2025 21:43:13 -0500 Subject: [PATCH] Release v1.19.0 --- CMakeLists.txt | 2 +- .../linux/org.deskflow.deskflow.metainfo.xml | 22 ++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index debecd6a0..30b5381ee 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 18) +set(DESKFLOW_VERSION_MINOR 19) 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 af66dfaba..ec491dd56 100644 --- a/deploy/linux/org.deskflow.deskflow.metainfo.xml +++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml @@ -35,9 +35,29 @@ + + +

This stable Release fixes several bugs and adds a few new features. For the full changelog see the release page.

+
    +
  • Feature: New Fallback icon theme
  • +
  • Feature: Allow only one gui instance
  • +
  • Fix: Modifier remapping on macOS
  • +
  • Fix: Show Screen icons again in the server settings
  • +
  • Fix: Show the TLS Label
  • +
  • Fix: Mainwindow restore
  • +
  • Fix: Hotkey with more then one action now work again
  • +
  • Better Detection of evdev on BSD
  • +
  • Better language detection on X11
  • +
  • Better deal with screen changes on wayland
  • +
  • Remove Legacy tray icons
  • +
  • Lots of Internal Cleanup
  • +
+
+ https://github.com/deskflow/deskflow/releases/tag/v1.19.0 +
-

This stable Release Fixes a few security issues, additionally fixes several bugs and adds a few new features. For the full changelog see the relase page.

+

This stable Release Fixes a few security issues, additionally fixes several bugs and adds a few new features. For the full changelog see the release page.

  • Fix CVE-2021-42075: Close connection on app-level handshake failure
  • Fix CVE-2021-42074: Handle SSL race conditions and segmentation fault