diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-12 12:22:26 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-12 12:22:26 +0200 |
commit | e55b4bb3e5eb84bfaa955a27740390db38965f5d (patch) | |
tree | 973e625ee2b2a929119e2b75e2095477fb3acbc8 | |
parent | 48d34f51a79883f14f2715ade1e2ab998176a863 (diff) |
4.2.14.2.1
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 7 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | project.conf | 2 |
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 cd21e01..d877408 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.1" date="2024-10-12"> + <description> + <ul> + <li>Better frame timing when hardware is too slow to record at the desired framerate</li> + </ul> + </description> + </release> <release version="4.2.0" date="2024-10-11"> <description> <ul> diff --git a/meson.build b/meson.build index 5044842..b38e4e0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.1', 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 291b8a9..4f029b9 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.2.0" +version = "4.2.1" platforms = ["posix"] [config] |