+# Version 0.4 (13 June 2023)
+ * Add a setting to control spatial navigation.
+ * Add an action to reload and bypass cache.
+ * Fix a crash if one Privacy Browser window is closed while a tab within it is loading.
+ * Add keyboard+click commands to the Handbook.
+
# Version 0.3 (8 May 2023)
* Add the changelog to the Handbook
* Add the missing current domain settings icon on Gnome and Xfce.
<legalnotice>&FDLNotice;</legalnotice>
<!-- Last update. -->
- <date>2023-05-08</date>
+ <date>2023-06-13</date>
<!-- The version of Privacy Browser this documentation is written for. -->
- <releaseinfo>&privacybrowser; version 0.3</releaseinfo>
+ <releaseinfo>&privacybrowser; version 0.4</releaseinfo>
<!-- Abstract about this handbook -->
</listitem>
</varlistentry>
+ <!-- Reload and Bypass Cache. -->
+ <varlistentry id="view-reload-and-bypass-cache">
+ <term>
+ <menuchoice>
+ <shortcut>
+ <keycombo action="simul">&Ctrl;<keycap>F5</keycap></keycombo>
+ </shortcut>
+ <guimenu>View</guimenu>
+ <guimenuitem>Reload and Bypass Cache</guimenuitem>
+ </menuchoice>
+ </term>
+
+ <listitem>
+ <para>
+ Reload the website in the current tab bypassing any information in the cache and loading everything from the server.
+ </para>
+ </listitem>
+ </varlistentry>
+
<!-- Full Screen Mode. -->
<varlistentry id="view-full-screen-mode">
<term>
<chapter id="changelog">
<title>Changelog</title>
+ <!-- Version 0.4. -->
+ <sect1 id="version_0.4">
+ <title>0.4 -
+ 13 June 2023</title>
+
+ <itemizedlist>
+ <listitem><para>Add a setting to <ulink url="https://redmine.stoutner.com/issues/1002">control spatial navigation</ulink>.</para></listitem>
+ <listitem><para>Add an action to <ulink url="https://redmine.stoutner.com/issues/982">reload and bypass cache</ulink>.</para></listitem>
+ <listitem><para>Fix a crash if one Privacy Browser window is closed while a <ulink url="https://redmine.stoutner.com/issues/1010">tab within it is loading</ulink>.</para></listitem>
+ <listitem><para>Add <ulink url="https://redmine.stoutner.com/issues/1009">keyboard+click commands</ulink> to the Handbook.</para></listitem>
+ </itemizedlist>
+ </sect1>
+
<!-- Version 0.3. -->
<sect1 id="version_0.3">
<title><ulink url="https://www.stoutner.com/privacy-browser-pc-0-3/">0.3</ulink> -
<launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
<releases>
+ <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>
KCrash::initialize();
// Instantiate about data, setting the component name, the display name, and the version.
- KAboutData aboutData(QStringLiteral("privacybrowser"), i18nc("Program Name", "Privacy Browser"), QStringLiteral("0.3"));
+ KAboutData aboutData(QStringLiteral("privacybrowser"), i18nc("Program Name", "Privacy Browser"), QStringLiteral("0.4"));
// Add the author name, job description, email address, and website.
aboutData.addAuthor(i18nc("Developer Information", "Soren Stoutner"),i18nc("Developer Information", "Principal developer"), QStringLiteral("soren@stoutner.com"),
.\" along with Privacy Browser PC. If not, see <http://www.gnu.org/licenses/>.
.\" Title Header.
-.TH "Privacy Browser" 1 "15 February 2023" "version 0.1" "Privacy Browser User Manual"
+.TH "Privacy Browser" 1 "13 June 2023" "version 0.4" "Privacy Browser User Manual"
.\" Section Header - Name.
.SH NAME
.\" Section Header - Description.
.SH DESCRIPTION
-Privacy Browser is an open source web browser focused on user privacy. It uses Qt WebEngine, which is a modified version of Chromium’s rendering engine.
+Privacy Browser is a web browser focused on user privacy. It uses Qt WebEngine to render websites, which is a modified version of Chromium’s rendering engine.
.\" Section Header - Options.