]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/com.stoutner.privacybrowser.appdata.xml
Release 0.2.
[PrivacyBrowserPC.git] / src / com.stoutner.privacybrowser.appdata.xml
index 3b74d25fe9747667e2af171948bdbf882867426f..bb57891221b532cdb87f7a5943ee600c426ddd56 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 
@@ -14,6 +14,7 @@
   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <!-- The XML specification can be found at <https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html>. -->
+<!-- The file can be validated using `appstreamcli validate com.stoutner.privacybrowser.appdata.xml`. -->
 <component type="desktop-application">
     <id>com.stoutner.privacybrowser</id>
 
 
     <name>Privacy Browser</name>
 
-    <summary>A web browser that respects your privacy.</summary>
+    <summary>A web browser that respects your privacy</summary>
+
+    <description>
+        <p>
+            Privacy Browser is a web browser based on Qt WebEngine with a focus on privacy and security.
+            Features like JavaScript and cookies are disabled by default but are easy to automatically enable on-the-fly or by domain.
+        </p>
+    </description>
 
     <categories>
         <category>Network</category>
     <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
 
     <releases>
-        <release version="0.1.1" date="2022-03-01"/>
-        <release version="0.1" date="2022-01-22"/>
+        <release version="0.2" date="2023-04-17">
+            <description>
+                <p>Fix a crash on Gnome when downloading a file with local storage disabled.</p>
+                <p>Fix problems with missing icons on Gnome.</p>
+                <p>Display an animated favorite icon while a webpage is loading.</p>
+                <p>Fix the Handbook on non-KDE systems.</p>
+                <p>Change the order of entries in the WebEngine context menu.</p>
+                <p>Make spellcheck languages easier to click on.</p>
+                <p>Only generate a HTTP ping dialog if the request is made by the current tab.</p>
+                <p>Add a section to the Handbook about HTTP pings.</p>
+            </description>
+        </release>
+
+        <release version="0.1" date="2023-03-11">
+            <description>
+                <p>Initial release.</p>
+            </description>
+        </release>
     </releases>
 
     <provides>
-        <binary>privacy-browser</binary>
+        <binary>privacybrowser</binary>
     </provides>
 
     <project_license>GPL-3.0-or-later</project_license>
 
     <developer_name>Soren Stoutner</developer_name>
 
-    <!-- TODO -->
     <screenshots>
         <screenshot type="default">
-            <image> https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-screenshots </image>
+            <image type="source">https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blob_plain;f=doc/privacybrowser-window.png;hb=HEAD</image>
+            <caption>The main Privacy Browser window.</caption>
         </screenshot>
     </screenshots>
 
     <update_contact>soren@stoutner.com</update_contact>
+
+    <!-- This content rating was generated from <https://hughsie.github.io/oars/generate.html>. -->
+    <content_rating type="oars-1.0" />
 </component>