aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-15 23:29:53 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-15 23:29:53 +0200
commit90a8d1c563265c91cdee5d4ffe8799251d3bb2ca (patch)
tree030e52b7e9478dfa293d35cdf11bf881c92c9b89
parent4fb726e0285d71530e0a921a15d22ece6d781690 (diff)
Update appdata
-rw-r--r--TODO6
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml6
2 files changed, 11 insertions, 1 deletions
diff --git a/TODO b/TODO
index dfc6d16..ff39acd 100644
--- a/TODO
+++ b/TODO
@@ -7,4 +7,8 @@ Implement global hotkeys on wayland.
Add pipewire capture option.
Error if polkit agent is not running (pkexec --help may work but the agent might not be running anyways).
Fix gui crash on stop recording on sway.
-Re-enable wlroots based capture when it's fixed. \ No newline at end of file
+Re-enable wlroots based capture when it's fixed.
+Add translation support (using gettext, which uses .mo files and _ macro). It should be easy for non-devs to contribute.
+ But how? maybe have a page that links to the english translation files (or translation directory) in git and give instructions,
+ telling them to copy the file content and then send me the file by email with the language name (then I can add it to the correct)
+ file with correct locale. Or if they know how to use git they can use that directly. \ No newline at end of file
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml
index a286c29..9ff258a 100644
--- a/com.dec05eba.gpu_screen_recorder.appdata.xml
+++ b/com.dec05eba.gpu_screen_recorder.appdata.xml
@@ -28,6 +28,7 @@
Recording a monitor requires (restricted) root access which means that you have to install GPU Screen Recorder system-wide: flatpak install flathub --system com.dec05eba.gpu_screen_recorder
and pkexec needs to be installed on the system and a polkit agent needs to be running.
Some distros such as manjaro disable hardware accelerated H264/HEVC which means GPU Screen Recorder wont work on AMD/Intel and you have to either switch to another distro or install mesa from source (or install mesa-git for example).
+ Recording a single window is also only possible on X11.
</p>
</description>
@@ -44,6 +45,11 @@
</screenshots>
<releases>
+ <release version="3.1.7" date="2023-08-15">
+ <description>
+ <p>NVIDIA: Workaround new nvidia driver bug that causes recording of a small window to freeze recording.</p>
+ </description>
+ </release>
<release version="3.1.6" date="2023-08-13">
<description>
<p>AMD/Intel: fix capture issue on some systems</p>