Merge branch 'appstream-validation' into 'master'

Fix strict appdata validation

Closes #23

See merge request pwithnall/malcontent!84
This commit is contained in:
Philip Withnall 2020-09-08 12:04:08 +00:00
commit f592d0e36c
2 changed files with 9 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -19,13 +19,12 @@
installed software they can run. installed software they can run.
</p> </p>
</description> </description>
<!--
<screenshots> <screenshots>
<screenshot type="default" width="400" height="480"> <screenshot height="552" width="699" type="default">
<image>https://FIXME/malcontent-control.png</image> <image>https://gitlab.freedesktop.org/pwithnall/malcontent/-/raw/master/malcontent-control/malcontent-control.png</image>
<caption>Main window</caption>
</screenshot> </screenshot>
</screenshots> </screenshots>
-->
<provides> <provides>
<binary>malcontent-control</binary> <binary>malcontent-control</binary>
</provides> </provides>
@ -46,6 +45,7 @@
<releases> <releases>
<release version="0.9.0" date="2020-09-03" type="stable"> <release version="0.9.0" date="2020-09-03" type="stable">
<description> <description>
<p>This is a stable release with the following changes:</p>
<ul> <ul>
<li>Minor improvements to parental controls application UI</li> <li>Minor improvements to parental controls application UI</li>
<li>Choose rating system by territory rather than language</li> <li>Choose rating system by territory rather than language</li>
@ -55,6 +55,7 @@
</release> </release>
<release version="0.8.0" date="2020-04-28" type="stable"> <release version="0.8.0" date="2020-04-28" type="stable">
<description> <description>
<p>This is a stable release with the following changes:</p>
<ul> <ul>
<li>Minor improvements to parental controls application UI</li> <li>Minor improvements to parental controls application UI</li>
<li>Add a user manual</li> <li>Add a user manual</li>
@ -64,6 +65,7 @@
</release> </release>
<release version="0.7.0" date="2020-03-24" type="stable"> <release version="0.7.0" date="2020-03-24" type="stable">
<description> <description>
<p>This is a stable release with the following changes:</p>
<ul> <ul>
<li>Minor improvements to parental controls application UI</li> <li>Minor improvements to parental controls application UI</li>
<li>Translations to Ukrainian and Polish</li> <li>Translations to Ukrainian and Polish</li>
@ -72,6 +74,7 @@
</release> </release>
<release version="0.6.0" date="2020-02-26" type="stable"> <release version="0.6.0" date="2020-02-26" type="stable">
<description> <description>
<p>This is a stable release with the following changes:</p>
<ul> <ul>
<li>Improve parental controls application UI and add icon</li> <li>Improve parental controls application UI and add icon</li>
<li>Support for indicating which accounts are parent accounts</li> <li>Support for indicating which accounts are parent accounts</li>
@ -80,6 +83,7 @@
</release> </release>
<release version="0.5.0" date="2020-02-14" type="stable"> <release version="0.5.0" date="2020-02-14" type="stable">
<description> <description>
<p>This is a stable release with the following changes:</p>
<ul> <ul>
<li>Initial release of basic parental controls application</li> <li>Initial release of basic parental controls application</li>
<li>Support for setting app installation and run restrictions on users</li> <li>Support for setting app installation and run restrictions on users</li>
@ -88,6 +92,7 @@
</release> </release>
<release version="0.4.0" date="2019-07-17" type="stable"> <release version="0.4.0" date="2019-07-17" type="stable">
<description> <description>
<p>This is a stable release with the following changes:</p>
<ul> <ul>
<li>Maintenance release of underlying parental controls library</li> <li>Maintenance release of underlying parental controls library</li>
</ul> </ul>