aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml8
-rw-r--r--meson.build2
-rw-r--r--project.conf2
3 files changed, 10 insertions, 2 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml
index d802051..45bdb7f 100644
--- a/com.dec05eba.gpu_screen_recorder.appdata.xml
+++ b/com.dec05eba.gpu_screen_recorder.appdata.xml
@@ -93,6 +93,14 @@
</screenshots>
<releases>
+ <release version="5.0.10" date="2025-01-18">
+ <description>
+ <ul>
+ <li>Add a workaround for amd recording performance issue on wayland with a 10-bit monitor when recording a monitor instead of desktop portal. This is fixed in mesa version 25.0.0</li>
+ <li>Fix different keyboard layouts not working in the flatpak version of the software</li>
+ </ul>
+ </description>
+ </release>
<release version="5.0.9" date="2025-01-17">
<description>
<ul>
diff --git a/meson.build b/meson.build
index f663178..849ca4e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.9', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.10', 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 051ea9a..ac6b698 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gpu-screen-recorder-gtk"
type = "executable"
-version = "5.0.9"
+version = "5.0.10"
platforms = ["posix"]
[config]