From cc290a00e30da98531ae12ce3f847e252e3b7b0d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 27 Feb 2025 15:58:42 +0100 Subject: 5.1.6 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 9 +++++++++ meson.build | 2 +- project.conf | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index c968dd8..79081f9 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -75,6 +75,15 @@ + + +
    +
  • Only start replay on system startup (in the new ui) when the audio device becomes available. This fixes an issue where replay can record the wrong device when using a bluetooth device
  • +
  • When default output/input audio is selected it will now automatically switch the device it records from when the default output/input is changed in system audio settings
  • +
  • Fix microphone capture not working when the microphone is mono input and when it's mixed with app audio
  • +
+
+
    diff --git a/meson.build b/meson.build index dde143e..402ed6d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.1.5', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.1.6', 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 b1c297b..7eec7da 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "5.1.5" +version = "5.1.6" platforms = ["posix"] [config] -- cgit v1.2.3-70-g09d2