diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-03-22 00:14:53 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-03-22 00:14:53 +0100 |
commit | 1d3f7616e61897e6829a580b0a41b97fc9ee0088 (patch) | |
tree | 34083d538efe736dc7bc924f7252a467a56ee418 | |
parent | e745e9ae0bd422c9a4249884d37e26612e03762e (diff) |
Update appdata
-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> |