]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/com.stoutner.privacybrowser.appdata.xml
Add a default folder icon to the edit folder dialog. https://redmine.stoutner.com...
[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.5" date="2023-10-12">
48             <description>
49                 <p>Add bookmarks.</p>
50                 <p>Add zoom controls to the status bar and a default zoom shortcut.</p>
51                 <p>Add keyboard shortcuts for the URL toolbar actions.</p>
52                 <p>Add an action to view page source.</p>
53                 <p>Change the domain settings combo boxes to list enabled above disabled.</p>
54                 <p>File downloads can now show the size before the download begins.</p>
55                 <p>Add PIE (Position Independent Executable) compiler flags.</p>
56                 <p>Fix a bug that sometimes allowed multiple domain settings to be created.</p>
57                 <p>Fix the download notification not being cleared on Xfce.</p>
58             </description>
59         </release>
60
61         <release version="0.4" date="2023-06-13">
62             <description>
63                 <p>Add a setting to control spatial navigation.</p>
64                 <p>Add an action to reload and bypass cache.</p>
65                 <p>Fix a crash if one Privacy Browser window is closed while a tab within it is loading.</p>
66                 <p>Add keyboard+click commands to the Handbook.</p>
67             </description>
68         </release>
69
70         <release version="0.3" date="2023-05-08">
71             <description>
72                 <p>Add the changelog to the Handbook.</p>
73                 <p>Add the missing current domain settings icon on Gnome and Xfce.</p>
74                 <p>Make changes to build on Guix.</p>
75             </description>
76         </release>
77
78         <release version="0.2" date="2023-04-17">
79             <description>
80                 <p>Fix a crash on GNOME when downloading a file with local storage disabled.</p>
81                 <p>Fix problems with missing icons on GNOME.</p>
82                 <p>Display an animated favorite icon while a webpage is loading.</p>
83                 <p>Fix the Handbook on non-KDE systems.</p>
84                 <p>Change the order of entries in the WebEngine context menu.</p>
85                 <p>Make spellcheck languages easier to click on.</p>
86                 <p>Only generate a HTTP ping dialog if the request is made by the current tab.</p>
87                 <p>Add a section to the Handbook about HTTP pings.</p>
88             </description>
89         </release>
90
91         <release version="0.1" date="2023-03-11">
92             <description>
93                 <p>Initial release.</p>
94             </description>
95         </release>
96     </releases>
97
98     <provides>
99         <binary>privacybrowser</binary>
100     </provides>
101
102     <project_license>GPL-3.0-or-later</project_license>
103
104     <developer_name>Soren Stoutner</developer_name>
105
106     <screenshots>
107         <screenshot type="default">
108             <image type="source">https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blob_plain;f=doc/privacybrowser-window.png;hb=HEAD</image>
109             <caption>The main Privacy Browser window.</caption>
110         </screenshot>
111     </screenshots>
112
113     <update_contact>soren@stoutner.com</update_contact>
114
115     <!-- This content rating was generated from <https://hughsie.github.io/oars/generate.html>. -->
116     <content_rating type="oars-1.0" />
117 </component>