diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-22 18:55:54 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-22 18:55:54 +0100 |
commit | c08811c0f3234f834479c6eeb1fffaccc29b7f8e (patch) | |
tree | 24719b584dc5359f74adc55cb8001a2f468183f2 | |
parent | f8dc5999e9a98fd75f1e79c292299d18bab2aaf8 (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 0c41ed3..483b1c6 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.3" date="2024-11-22"> + <description> + <ul> + <li>Fix application not starting on pulseaudio systems (for example linux mint 21.3)</li> + <li>Dont display monitor capture option when not available</li> + </ul> + </description> + </release> <release version="4.3.2" date="2024-11-21"> <description> <ul> diff --git a/meson.build b/meson.build index 25ef4d6..5b400be 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.2', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.3', 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 8d4d579..c66df60 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.3.2" +version = "4.3.3" platforms = ["posix"] [config] |