diff --git a/CMakeLists.txt b/CMakeLists.txt index 203aef755..7f477a64c 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 23) +set(DESKFLOW_VERSION_MINOR 24) 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 1e99448de..723e4d4d8 100644 --- a/deploy/linux/org.deskflow.deskflow.metainfo.xml +++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml @@ -22,12 +22,28 @@ https://github.com/deskflow/deskflow/wiki/Contributing - https://deskflow.org/screenshots/deskflow.png - Deskflow's mainwindow on KDE + https://deskflow.org/screenshots/deskflow-client.png + Deskflow in client mode on KDE - https://deskflow.org/screenshots/deskflow-dark.png - Deskflow's mainwindow on KDE (dark mode) + https://deskflow.org/screenshots/deskflow-server.png + Deskflow in server mode on KDE + + + https://deskflow.org/screenshots/deskflow-log.png + Deskflow with the log visible on KDE + + + https://deskflow.org/screenshots/deskflow-client-dark.png + Deskflow in client mode on KDE (dark mode) + + + https://deskflow.org/screenshots/deskflow-server-dark.png + Deskflow in server mode on KDE (dark mode) + + + https://deskflow.org/screenshots/deskflow-log-dark.png + Deskflow with the log visible on KDE (dark mode) org.deskflow.deskflow.desktop @@ -46,6 +62,28 @@ + + +

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: Less confusing fingerprint comparision dialog.
  • +
  • Fix: AltGr and other modifiers are generally detected better.
  • +
  • Fix: Big Endian test failures
  • +
  • Fix: Client scroll direction being ignored on wayland clients.
  • +
  • Feat: Unify deskflow-client and deskflow-server into one binary deskflow-core.
  • +
  • Feat: Prevent more than one instance of deskflow-core starting.
  • +
  • Feat: Remove defunct --no-xinitthreads option.
  • +
  • Feat: Ability to persist remote desktop access
  • +
  • Feat: Gui can show all log levels, upgrading users will want to reset their log level as the values have changed
  • +
  • Feat: Log can be detached or docked in the window
  • +
  • Refactor: Use more icons in places
  • +
  • Refactor: Update the Server Config Dialog's GUI
  • +
  • Chore: Continue to update codebase to use C++20 features.
  • +
  • Chore: Clean more sonar smells
  • +
+
+ https://github.com/deskflow/deskflow/releases/tag/v1.24.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.