]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commitdiff
Release 0.4. v0.4
authorSoren Stoutner <soren@stoutner.com>
Tue, 13 Jun 2023 18:36:23 +0000 (11:36 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 13 Jun 2023 18:36:23 +0000 (11:36 -0700)
changelog
doc/index.docbook
src/com.stoutner.privacybrowser.appdata.xml
src/main.cpp
src/privacybrowser.1

index 1afeae710ef9d6fc6fe2e05f47abe538dc18274f..da1fc7ff0da5adc86be23b6df75f90e8e91dde34 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+# 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.
index 6723d008304182ddd296a612ef306a8a0b8f0a42..f9b5f6196dd4845688ef2c893629a172f12e2b4d 100644 (file)
     <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> -
index 4bf00cf28a6296a57e5fe40d8a097e952d7a85fd..b9d8a0d59c7a00b543c6511b589d2aa5586127e4 100644 (file)
     <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>
index 96ffee89f3e36f96d15380b3f0758e4f2161c9d9..d90258c15e5e86a256cbfd100f7eb348b4d37e8c 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
     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"),
index 4da7859e44e47314fbd67f05c7e0619b737471c0..d43f399ea5cce762da66dc0d0ea3b70d06691f4d 100644 (file)
@@ -16,7 +16,7 @@
 .\" 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
@@ -42,7 +42,7 @@ privacybrowser \- a web browser that respects your privacy
 
 .\" 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.