aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml10
-rw-r--r--meson.build2
-rw-r--r--project.conf2
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 @@
</screenshots>
<releases>
+ <release version="5.0.9" date="2025-01-17">
+ <description>
+ <ul>
+ <li>Workaround possibly incorrect opengl setup and buggy nvidia driver (uses glx instead of egl)</li>
+ <li>Workaround teamspeak bug causing teamspeak to crash when recording application audio</li>
+ <li>Fix possibility of monitor capture changing to another monitor on wayland when monitors are reconfigured</li>
+ <li>Fix overlay background not being transparent on sway (and other wlroots based wayland compositors) when opening the ui when a wayland window is focused</li>
+ </ul>
+ </description>
+ </release>
<release version="5.0.8" date="2025-01-08">
<description>
<ul>
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]