From ada871c801f9aeb337e29b24202241593e5349f5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 16 Aug 2024 20:46:45 +0200 Subject: Update appdata --- 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 5e050cb..2a7d3ed 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -80,6 +80,14 @@ + + +
    +
  • Allow capturing external monitors on a laptop with a dedicated gpu on X11 (for example an intel laptop with a nvidia gpu), where the monitor is connected to the dedicated gpu
  • +
  • Fix cursor not visible when using multiple monitors in some wayland compositors
  • +
+
+
    diff --git a/meson.build b/meson.build index 5596b99..0fb0c75 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.2', 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 d2749c9..62b3ccb 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.1.0" +version = "4.1.2" platforms = ["posix"] [config] -- cgit v1.2.3-70-g09d2