]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/com.stoutner.privacybrowser.appdata.xml
Release 0.3.
[PrivacyBrowserPC.git] / src / com.stoutner.privacybrowser.appdata.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
7
8   Permission is granted to copy, distribute and/or modify this document
9   under the terms of the GNU Free Documentation License, Version 1.3
10   or any later version published by the Free Software Foundation;
11   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
12
13   You should have received a copy of the GNU Free Documentation License
14   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
15
16 <!-- The XML specification can be found at <https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html>. -->
17 <!-- The file can be validated using `appstreamcli validate com.stoutner.privacybrowser.appdata.xml`. -->
18 <component type="desktop-application">
19     <id>com.stoutner.privacybrowser</id>
20
21     <metadata_license>GFDL-1.3</metadata_license>
22
23     <name>Privacy Browser</name>
24
25     <summary>A web browser that respects your privacy</summary>
26
27     <description>
28         <p>
29             Privacy Browser is a web browser based on Qt WebEngine with a focus on privacy and security.
30             Features like JavaScript and cookies are disabled by default but are easy to automatically enable on-the-fly or by domain.
31         </p>
32     </description>
33
34     <categories>
35         <category>Network</category>
36         <category>WebBrowser</category>
37     </categories>
38
39     <url type="homepage">https://www.stoutner.com/privacy-browser-pc/</url>
40     <url type="bugtracker">https://redmine.stoutner.com/projects/privacy-browser-pc/issues</url>
41     <url type="donation">https://www.stoutner.com/donations/</url>
42     <url type="contact">https://redmine.stoutner.com/projects/privacy-browser-pc/boards</url>
43
44     <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
45
46     <releases>
47         <release version="0.3" date="2023-05-08">
48             <description>
49                 <p>Add the changelog to the Handbook.</p>
50                 <p>Add the missing current domain settings icon on Gnome and Xfce.</p>
51                 <p>Make changes to build on Guix.</p>
52             </description>
53         </release>
54
55         <release version="0.2" date="2023-04-17">
56             <description>
57                 <p>Fix a crash on GNOME when downloading a file with local storage disabled.</p>
58                 <p>Fix problems with missing icons on GNOME.</p>
59                 <p>Display an animated favorite icon while a webpage is loading.</p>
60                 <p>Fix the Handbook on non-KDE systems.</p>
61                 <p>Change the order of entries in the WebEngine context menu.</p>
62                 <p>Make spellcheck languages easier to click on.</p>
63                 <p>Only generate a HTTP ping dialog if the request is made by the current tab.</p>
64                 <p>Add a section to the Handbook about HTTP pings.</p>
65             </description>
66         </release>
67
68         <release version="0.1" date="2023-03-11">
69             <description>
70                 <p>Initial release.</p>
71             </description>
72         </release>
73     </releases>
74
75     <provides>
76         <binary>privacybrowser</binary>
77     </provides>
78
79     <project_license>GPL-3.0-or-later</project_license>
80
81     <developer_name>Soren Stoutner</developer_name>
82
83     <screenshots>
84         <screenshot type="default">
85             <image type="source">https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blob_plain;f=doc/privacybrowser-window.png;hb=HEAD</image>
86             <caption>The main Privacy Browser window.</caption>
87         </screenshot>
88     </screenshots>
89
90     <update_contact>soren@stoutner.com</update_contact>
91
92     <!-- This content rating was generated from <https://hughsie.github.io/oars/generate.html>. -->
93     <content_rating type="oars-1.0" />
94 </component>