From 21e37a32e55717c324dc50cfa7bbc3c2b9bb9622 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 17 Jan 2025 14:01:21 +0100 Subject: 5.0.9 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 10 ++++++++++ meson.build | 2 +- project.conf | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index ddee4ec..d802051 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -93,6 +93,16 @@ + + +
    +
  • Workaround possibly incorrect opengl setup and buggy nvidia driver (uses glx instead of egl)
  • +
  • Workaround teamspeak bug causing teamspeak to crash when recording application audio
  • +
  • Fix possibility of monitor capture changing to another monitor on wayland when monitors are reconfigured
  • +
  • Fix overlay background not being transparent on sway (and other wlroots based wayland compositors) when opening the ui when a wayland window is focused
  • +
+
+
    diff --git a/meson.build b/meson.build index 687affb..f663178 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.8', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.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 d9a12d9..051ea9a 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "5.0.8" +version = "5.0.9" platforms = ["posix"] [config] -- cgit v1.2.3