From e4bf2fc9084e548ea176f167d71520c250032e56 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 18 Jan 2025 21:41:33 +0100 Subject: 5.0.10 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 8 ++++++++ meson.build | 2 +- project.conf | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index d802051..45bdb7f 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -93,6 +93,14 @@ + + +
    +
  • Add a workaround for amd recording performance issue on wayland with a 10-bit monitor when recording a monitor instead of desktop portal. This is fixed in mesa version 25.0.0
  • +
  • Fix different keyboard layouts not working in the flatpak version of the software
  • +
+
+
    diff --git a/meson.build b/meson.build index f663178..849ca4e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.9', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.10', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' diff --git a/project.conf b/project.conf index 051ea9a..ac6b698 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "5.0.9" +version = "5.0.10" platforms = ["posix"] [config] -- cgit v1.2.3