aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-08 14:07:51 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-08 14:07:51 +0100
commit93751570faa394fc5ad0d6592d1f709f6741b94d (patch)
tree028f6fc80d2c4848840a7b09b003396d595db14a
parent24e4647232d4e35c5a03aadb813c02f41ca7c92e (diff)
5.1.8
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml7
-rw-r--r--meson.build2
-rw-r--r--project.conf2
3 files changed, 9 insertions, 2 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml
index 076f033..cd6376a 100644
--- a/com.dec05eba.gpu_screen_recorder.appdata.xml
+++ b/com.dec05eba.gpu_screen_recorder.appdata.xml
@@ -75,6 +75,13 @@
</screenshots>
<releases>
+ <release version="5.1.8" date="2025-03-08">
+ <description>
+ <ul>
+ <li>Fix monitor recording/switching to new UI not working if the home drive is encrypted</li>
+ </ul>
+ </description>
+ </release>
<release version="5.1.7" date="2025-03-05">
<description>
<ul>
diff --git a/meson.build b/meson.build
index e70a6a5..b1282ae 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.1.7', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.1.8', 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 859fe33..56041e9 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gpu-screen-recorder-gtk"
type = "executable"
-version = "5.1.7"
+version = "5.1.8"
platforms = ["posix"]
[config]