aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-05 01:12:57 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-05 01:12:57 +0100
commitefcbc80e895c322b617ace13eac40f32a574907b (patch)
tree673a817c81ff78c2064706141ced4400043b9ba3
parent605e8553be67b3de205b6c1f9eec65ea90dab922 (diff)
4.2.54.2.5
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml8
-rw-r--r--meson.build2
-rw-r--r--project.conf2
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 31216af..8e18188 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.2.5" date="2024-11-04">
+ <description>
+ <ul>
+ <li>Add option to change video resolution</li>
+ <li>Fix bitrate calculation being incorrect (it was too low)</li>
+ </ul>
+ </description>
+ </release>
<release version="4.2.4" date="2024-10-22">
<description>
<ul>
diff --git a/meson.build b/meson.build
index d89c18b..5920bb7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.4', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.5', 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 d8e9e08..38f5a91 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gpu-screen-recorder-gtk"
type = "executable"
-version = "4.2.4"
+version = "4.2.5"
platforms = ["posix"]
[config]