From 7a8d41ebe89c6173b81975d935fbdc9c553081ea Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Dec 2024 21:12:24 +0100 Subject: 5.0.0 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 26 +++++++++++++++++++++++--- meson.build | 2 +- project.conf | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index 483b1c6..6339fff 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -36,6 +36,9 @@
  • Opus (default)
  • AAC
  • +

    + 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. +

    Recording a monitor requires (restricted) root access which means that you have to install GPU Screen Recorder system-wide: "flatpak install --system com.dec05eba.gpu_screen_recorder" and pkexec needs to be installed on the system and a polkit agent needs to be running. @@ -66,20 +69,37 @@ com.dec05eba.gpu_screen_recorder.desktop - Simple view + Front page + https://raw.githubusercontent.com/dec05eba/com.dec05eba.gpu_screen_recorder/master/resources/front_page.jpg + + + Settings page + https://raw.githubusercontent.com/dec05eba/com.dec05eba.gpu_screen_recorder/master/resources/settings_page.jpg + + + Simple view in the old UI https://raw.githubusercontent.com/dec05eba/com.dec05eba.gpu_screen_recorder/master/resources/screenshot1.png - Advanced view + Advanced view in the old UI https://raw.githubusercontent.com/dec05eba/com.dec05eba.gpu_screen_recorder/master/resources/screenshot2.png - Recording page + Recording page in the old UI https://raw.githubusercontent.com/dec05eba/com.dec05eba.gpu_screen_recorder/master/resources/screenshot3.png + + +

    + +
      diff --git a/meson.build b/meson.build index 5b400be..04d3cf0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.3', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.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 c66df60..8f9db5e 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.3.3" +version = "5.0.0" platforms = ["posix"] [config] -- cgit v1.2.3