aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-22 18:47:33 +0200
committerdec05eba <dec05eba@protonmail.com>2024-10-22 18:47:33 +0200
commit7fb7608b720068d3c114330e8d274b04ef310cf2 (patch)
tree018e7eed980394e0c30d0192b47ea537cb6ea6ab
parent3dbbb404551c1bb82abb64693f51ffbdf33a2654 (diff)
4.2.44.2.4
-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 8de0c86..29312bf 100644
--- a/com.dec05eba.gpu_screen_recorder.appdata.xml
+++ b/com.dec05eba.gpu_screen_recorder.appdata.xml
@@ -80,6 +80,13 @@
</screenshots>
<releases>
+ <release version="4.2.4" date="2024-10-22">
+ <description>
+ <ul>
+ <li>Fix capture not working if one of the audio inputs is a virtual audio device with forward slash in its name, for example if NoiseTorch is used</li>
+ </ul>
+ </description>
+ </release>
<release version="4.2.2" date="2024-10-15">
<description>
<ul>
diff --git a/meson.build b/meson.build
index 1d3542a..d89c18b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.3', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.4', 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 a5039a6..d8e9e08 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gpu-screen-recorder-gtk"
type = "executable"
-version = "4.2.3"
+version = "4.2.4"
platforms = ["posix"]
[config]