-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
- SPDX-License-Identifier: GPL-3.0-or-later
- SPDX-FileCopyrightText: 2022-2024 Soren Stoutner <soren@stoutner.com>
-
- This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
-
- This program is free software: you can redistribute it and/or modify it under
- the terms of the GNU General Public License as published by the Free Software
- Foundation, either version 3 of the License, or (at your option) any later
- version.
-
- This program is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
- details.
-
- You should have received a copy of the GNU General Public License along with
- this program. If not, see <https://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>
-
- <metadata_license>GFDL-1.3</metadata_license>
-
- <name>Privacy Browser</name>
-
- <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>
-
- <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>
- </categories>
-
- <url type="homepage">https://www.stoutner.com/privacy-browser-pc/</url>
- <url type="bugtracker">https://redmine.stoutner.com/projects/privacy-browser-pc/issues</url>
- <url type="donation">https://www.stoutner.com/donations/</url>
- <url type="contact">https://redmine.stoutner.com/projects/privacy-browser-pc/boards</url>
-
- <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
-
- <releases>
- <release version="0.7" date="2024-12-11">
- <description>
- <p>Migrate to KDE 6.</p>
- <p>Colorize the requests counter background.</p>
- <p>Restore the current URL text when switching tabs.</p>
- <p>Update the zoom icons.</p>
- <p>Adjust some of the default dialog sizes to be smaller.</p>
- <p>Update the domains database in all windows when it changes.</p>
- <p>Add an option to delete all domains settings at once.</p>
- </description>
- </release>
-
- <release version="0.6.2" date="2024-09-30">
- <description>
- <p>Fix a PIE/PIC crash in the Ubuntu packages (hopefully).</p>
- <p>Add entries to open in other browsers to the window and context menus.</p>
- <p>Make the Requests Detail dialog scrollable.</p>
- </description>
- </release>
-
- <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>
- </description>
- </release>
- </releases>
-
- <provides>
- <binary>privacybrowser</binary>
- </provides>
-
- <screenshots>
- <screenshot type="default">
- <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>