From 13757f111b7fbb77c76c7b086317a9dfc3be1958 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 20 Sep 2024 23:02:45 +0200 Subject: 4.1.9 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 9 +++++++++ meson.build | 2 +- project.conf | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index 694f3f8..6ab98d8 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -80,6 +80,15 @@ + + +
    +
  • Improve frame timing for smoother video
  • +
  • Improve screen recording performance on AMD when the system usage is very high
  • +
  • Fix recording not working on old nvidia gpus (that are stuck on nvidia driver version 470)
  • +
+
+
    diff --git a/meson.build b/meson.build index ae1208e..117a01b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.8', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.9', 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 9f754d7..8838a79 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.1.8" +version = "4.1.9" platforms = ["posix"] [config] -- cgit v1.2.3