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