diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-17 14:01:21 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-17 14:01:21 +0100 |
commit | 21e37a32e55717c324dc50cfa7bbc3c2b9bb9622 (patch) | |
tree | 35d93e3eda9dd0d1c7945fc5fe924f439f5fc077 | |
parent | 2b70a4758487f5f70f76ebe4be0f45bcf200baa7 (diff) |
5.0.95.0.9
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 10 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | 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 @@ </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] |