diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-17 00:16:38 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-17 00:16:38 +0200 |
commit | db71e7cad335fe5b339130f7eefc44e396ceb452 (patch) | |
tree | 3c8aa8eec0ac431165c756af6bf78ee7ffae14f7 | |
parent | 0da75a3e599450349d3fde5470ab6849238ca750 (diff) |
4.1.8
-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 5d4c218..694f3f8 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.1.8" date="2024-09-17"> + <description> + <ul> + <li>Improve video capture sync, making the video smoother. The video is smoother on X11 than Wayland</li> + <li>Improve video recording performance on AMD when the system usage is 100%</li> + </ul> + </description> + </release> <release version="4.1.7" date="2024-09-06"> <description> <ul> diff --git a/meson.build b/meson.build index ffd1c65..ae1208e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.7', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.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 5db96c6..9f754d7 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.1.7" +version = "4.1.8" platforms = ["posix"] [config] |