aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-23 19:14:30 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-23 19:14:30 +0200
commit183a8b22702286446cef51c8dd2025eb78766af0 (patch)
treee76ec9b76547daf4c6c138ef7e443e536abf5a85
parent6178cb36258df4ef35bbcce27785cebb43d4e66d (diff)
Correct dates for changelog
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml
index 6419078..9987a85 100644
--- a/com.dec05eba.gpu_screen_recorder.appdata.xml
+++ b/com.dec05eba.gpu_screen_recorder.appdata.xml
@@ -24,9 +24,9 @@
This screen recorder can be used for recording your desktop offline, for live streaming and for nvidia-like instant replay, where only the last few seconds are saved.
</p>
<p>
- There are some restrictions when recording on AMD/Intel. Videos created on AMD/Intel are in variable framerate format. Very out of date video players might have an issue playing such videos. I recommend using MPV or a browser to play such videos, otherwise you might experience stuttering in the video.
+ There are some restrictions when recording on AMD/Intel or Wayland. Videos created on AMD/Intel/Wayland are in variable framerate format. Very out of date video players might have an issue playing such videos. I recommend using MPV or a browser to play such videos, otherwise you might experience stuttering in the video.
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. This is also the case when using wayland on Nvidia.
+ 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).
</p>
</description>
@@ -44,27 +44,27 @@
</screenshots>
<releases>
- <release version="3.1.4" date="2023-02-23">
+ <release version="3.1.4" date="2023-07-23">
<description>
<p>AMD/Intel: Better color accuracy.</p>
</description>
</release>
- <release version="3.1.3" date="2023-02-22">
+ <release version="3.1.3" date="2023-07-22">
<description>
<p>Fix capture on wlroots based wayland compositors. Fix cursor offset in amd/intel capture.</p>
</description>
</release>
- <release version="3.1.2" date="2023-02-22">
+ <release version="3.1.2" date="2023-07-22">
<description>
<p>Support cursor capture on AMD/Intel on Wayland. Attempt to fix multi monitor offset capture in some cases.</p>
</description>
</release>
- <release version="3.1.1" date="2023-02-21">
+ <release version="3.1.1" date="2023-07-21">
<description>
<p>Support cursor capture on AMD/Intel on Wayland.</p>
</description>
</release>
- <release version="3.1.0" date="2023-02-21">
+ <release version="3.1.0" date="2023-07-21">
<description>
<ul>
<li>Support wlroots capture when possible (no kms root access required)</li>