diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-05 11:07:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-05 11:07:18 +0200 |
commit | 0d63e3f22b3383dc13eb942ba5e43f11e045d646 (patch) | |
tree | fe6c1affa3f2d8967fb0e9294b4a1e4df3280c15 | |
parent | 3532d9c64539468529b8a1a6a414e4a4ead21caa (diff) |
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 15 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | 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 @@ <li>Opus (default)</li> <li>AAC</li> </ul> + <p>Supported image formats:</p> + <ul> + <li>JPEG</li> + <li>PNG</li> + </ul> <p> 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 @@ </screenshots> <releases> + <release version="5.3.0" date="2025-04-05"> + <description> + <ul> + <li>Improve capture performance in certain games on amd when gpu usage is 100% (from less than half of the games fps to the same fps as the game, for example from 21 fps to 60 fps). Report if this update caused an issue</li> + <li>Add option to capture the focused monitor in the new ui (experimental on wayland). This is now the default option</li> + <li>Fix region capture on wlroots (sway, etc) and Hyprland when multiple monitors are connected</li> + <li>Add support for using f16-f24 keys as hotkeys in the new ui</li> + </ul> + </description> + </release> <release version="5.2.0" date="2025-03-15"> <description> <ul> 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] |