-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.mpvqc.mpvQC.metainfo.xml
73 lines (64 loc) · 2.63 KB
/
com.github.mpvqc.mpvQC.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 - mpvQC developers -->
<component type="desktop-application">
<id>com.github.mpvqc.mpvQC.desktop</id>
<name>mpvQC</name>
<summary>A libmpv-based application for quick and easy creation of video file quality control reports.
</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
A libmpv-based application for quick and easy creation of video file quality control reports.
</p>
</description>
<supports>
<control>pointing</control>
<control>keyboard</control>
</supports>
<screenshots>
<screenshot type="default">
<image>
https://raw.githubusercontent.com/mpvqc/mpvQC-flatpak/refs/heads/main/screenshots/screenshot-01.png
</image>
</screenshot>
</screenshots>
<releases>
<release date="2024-10-01" version="v0.8.1">
<description>
<ul>
<li>Updated mpv to v0.39.0</li>
</ul>
</description>
</release>
<release date="2023-01-10" version="v0.8.0">
<description>
<ul>
<li>New: Spanish lanuage (thanks to @RcUchiha)</li>
<li>New: Hebrew language (thanks to @cN3rd)</li>
<li>New: New application icon (thanks to @maleunam)</li>
<li>Update: Now works with newer versions of mpv</li>
<li>Bugfix: Fix save indicator not translated immediately on language change</li>
<li>Bugfix: Fix reset operations not working in some cases</li>
<li>Bugfix: Fix file manager and dialog strings not translated</li>
<li>Bugfix: Do not auto save empty QC reports</li>
</ul>
</description>
</release>
<release date="2020-09-30" version="v0.7.0">
<description>
<ul>
<li>Complete refactor of the code</li>
<li>Slightly improved user interface</li>
<li>Now works with newer versions of mpv</li>
</ul>
<p>Updating is highly recommended.</p>
</description>
</release>
</releases>
<project_group>mpvQC</project_group>
<content_rating type="oars-1.1"/>
<url type="homepage">https://github.com/mpvqc/mpvQC</url>
<url type="bugtracker">https://github.com/mpvqc/mpvQC/issues</url>
<update_contact>[email protected]</update_contact>
</component>