aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-26 13:38:51 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-26 13:38:51 +0200
commit1e1532e5ef86e264d1ffbc0d1f07b58135a594fc (patch)
tree8e76e1deb7cc6ce4d9fcd9f46bf80cef2ba79917
parent3f2e8d0be8ff79b4df1ace1134ef934ff5377caf (diff)
-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 0a8fe82..21bac36 100644
--- a/com.dec05eba.gpu_screen_recorder.appdata.xml
+++ b/com.dec05eba.gpu_screen_recorder.appdata.xml
@@ -85,6 +85,14 @@
</screenshots>
<releases>
+ <release version="5.5.0" date="2025-04-26">
+ <description>
+ <ul>
+ <li>Allow recording while using replay/streaming (in the new UI). This is done without any extra performance cost as it only records once</li>
+ <li>Add option to save a shorter replay instead of a full replay (1 min/10 min) (in the new UI)</li>
+ </ul>
+ </description>
+ </release>
<release version="5.4.0" date="2025-04-20">
<description>
<ul>
diff --git a/meson.build b/meson.build
index c3bb37d..fba7874 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.3.0', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.5.0', 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 dfac183..21b0a17 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gpu-screen-recorder-gtk"
type = "executable"
-version = "5.3.0"
+version = "5.5.0"
platforms = ["posix"]
[config]