diff options
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index 5704b2b..bda8491 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -28,11 +28,21 @@ <launchable type="desktop-id">com.dec05eba.gpu_screen_recorder.desktop</launchable> <screenshots> <screenshot type="default"> + <caption>Simple view</caption> <image>https://raw.githubusercontent.com/flathub/com.dec05eba.gpu_screen_recorder/master/resources/screenshot1.png</image> </screenshot> + <screenshot> + <caption>Advanced view</caption> + <image>https://raw.githubusercontent.com/flathub/com.dec05eba.gpu_screen_recorder/master/resources/screenshot2.png</image> + </screenshot> </screenshots> <releases> + <release version="1.3.5" date="2023-03-22"> + <description> + <p>Show error when using wayland (because wayland is not supported)</p> + </description> + </release> <release version="1.3.4" date="2023-03-17"> <description> <p>Add option to workaround a NVIDIA driver "bug" that causes framerate to drop a bit when recording (overclock memory transfer rate back to normal)</p> |