diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-21 21:30:34 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-21 21:30:34 +0100 |
commit | 1720168ac08e198a513d9aa854abab24ed35a3b0 (patch) | |
tree | d17afeca2e772bc3c48fcc2ec9fb8decd466fe37 | |
parent | 198f7e09faf1cfc9ecc71faf297803fe5acca455 (diff) |
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 8 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | project.conf | 2 |
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 bb5769b..0c41ed3 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -80,6 +80,14 @@ </screenshots> <releases> + <release version="4.3.2" date="2024-11-21"> + <description> + <ul> + <li>Allow recording from both audio devices and application audio at the same time</li> + <li>Workaround amd driver bug that causes garbage output on some gpus in some amd driver versions</li> + </ul> + </description> + </release> <release version="4.3.1" date="2024-11-17"> <description> <ul> diff --git a/meson.build b/meson.build index cf3f885..25ef4d6 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.1', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.2', 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 b566759..8d4d579 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.3.1" +version = "4.3.2" platforms = ["posix"] [config] |