From 0d63e3f22b3383dc13eb942ba5e43f11e045d646 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 5 Apr 2025 11:07:18 +0200 Subject: 5.3.0 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 15 +++++++++++++++ meson.build | 2 +- project.conf | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index a39cdd7..466601c 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -40,6 +40,11 @@
  • Opus (default)
  • AAC
  • +

    Supported image formats:

    +

    At the moment the program comes with two different UIs. A gtk based one and a new experimental ShadowPlay-like fullscreen overlay UI. The gtk based UI will be removed in the future. You can switch to the new UI by clicking on "Try out the new UI" and then after that is done press Left Alt+Z to open it. @@ -75,6 +80,16 @@ + + +

    + +
      diff --git a/meson.build b/meson.build index be92006..c3bb37d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.2.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.3.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 e31bb80..dfac183 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "5.2.0" +version = "5.3.0" platforms = ["posix"] [config] -- cgit v1.2.3-70-g09d2