]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/com.stoutner.privacybrowser.appdata.xml
Make the Request Details dialog scrollable. https://redmine.stoutner.com/issues...
[PrivacyBrowserPC.git] / src / com.stoutner.privacybrowser.appdata.xml
index 196d0ea661c45fa9d24f55b2d577123ee801f8f4..bb27fb50884700cf776809be781b4a5cf4cda597 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022-2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
 
   Permission is granted to copy, distribute and/or modify this document
   under the terms of the GNU Free Documentation License, Version 1.3
@@ -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>. -->
+<!-- Information about validation tags can be found at <https://www.freedesktop.org/software/appstream/docs/chap-Validation.html>. -->
 <!-- The file can be validated using `appstreamcli validate com.stoutner.privacybrowser.appdata.xml`. -->
 <component type="desktop-application">
     <id>com.stoutner.privacybrowser</id>
         </p>
     </description>
 
+    <project_license>GPL-3.0-or-later</project_license>
+
+    <developer id="com.stoutner">
+        <name>Soren Stoutner</name>
+    </developer>
+
     <categories>
         <category>Network</category>
         <category>WebBrowser</category>
     <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
 
     <releases>
+        <release version="0.6.1" date="2024-08-21">
+            <description>
+                <p>Fix the domain settings dialog not fitting on small screens.</p>
+                <p>Apply domain settings even when the main URL is explicitly allowed by the filter lists.</p>
+            </description>
+        </release>
+
+        <release version="0.6" date="2024-07-15">
+            <description>
+                <p>Add filter lists.</p>
+                <p>Add URL syntax highlighting.</p>
+                <p>Add a DevTools interface.</p>
+                <p>Implement opening and saving of MHT web archives.</p>
+                <p>Handle HTTP authentication.</p>
+                <p>Remember the download directory.</p>
+                <p>Update bookmarks in all windows when modified.</p>
+                <p>Display Unicode URLs in Punycode.</p>
+                <p>Multiple small improvements to the code and the user experience.</p>
+            </description>
+        </release>
+
+        <release version="0.5" date="2023-10-12">
+            <description>
+                <p>Add bookmarks.</p>
+                <p>Add zoom controls to the status bar and a default zoom shortcut.</p>
+                <p>Add keyboard shortcuts for the URL toolbar actions.</p>
+                <p>Add an action to view page source.</p>
+                <p>Change the domain settings combo boxes to list enabled above disabled.</p>
+                <p>File downloads can now show the size before the download begins.</p>
+                <p>Add PIE (Position Independent Executable) compiler flags.</p>
+                <p>Fix a bug that sometimes allowed multiple domain settings to be created.</p>
+                <p>Fix the download notification not being cleared on Xfce.</p>
+            </description>
+        </release>
+
+        <release version="0.4" date="2023-06-13">
+            <description>
+                <p>Add a setting to control spatial navigation.</p>
+                <p>Add an action to reload and bypass cache.</p>
+                <p>Fix a crash if one Privacy Browser window is closed while a tab within it is loading.</p>
+                <p>Add keyboard+click commands to the Handbook.</p>
+            </description>
+        </release>
+
+        <release version="0.3" date="2023-05-08">
+            <description>
+                <p>Add the changelog to the Handbook.</p>
+                <p>Add the missing current domain settings icon on Gnome and Xfce.</p>
+                <p>Make changes to build on Guix.</p>
+            </description>
+        </release>
+
+        <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>
         <binary>privacybrowser</binary>
     </provides>
 
-    <project_license>GPL-3.0-or-later</project_license>
-
-    <developer_name>Soren Stoutner</developer_name>
-
     <screenshots>
         <screenshot type="default">
-            <image type="source">https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blob_plain;f=doc/privacybrowser.png;hb=HEAD</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>