From 5992bf18c5a9ea6cbecfc17f13c5edf85b57e65d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 18 Aug 2024 18:01:53 +0200 Subject: Update appdata, 4.1.3 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 7 +++++++ meson.build | 2 +- project.conf | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index da96762..5273d3b 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -80,6 +80,13 @@ + + +
    +
  • Fix capture not working on wayland when recording a monitor instead of desktop portal
  • +
+
+
    diff --git a/meson.build b/meson.build index 0fb0c75..688f067 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.2', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.3', 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 62b3ccb..8c52912 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.1.2" +version = "4.1.3" platforms = ["posix"] [config] -- cgit v1.2.3