From b4c8c8d02113d14c2a07751eb3b0c1bdeec7abb4 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Tue, 13 Jun 2023 11:36:23 -0700 Subject: [PATCH] Release 0.4. --- changelog | 6 ++++ doc/index.docbook | 36 +++++++++++++++++++-- src/com.stoutner.privacybrowser.appdata.xml | 9 ++++++ src/main.cpp | 2 +- src/privacybrowser.1 | 4 +-- 5 files changed, 52 insertions(+), 5 deletions(-) diff --git a/changelog b/changelog index 1afeae7..da1fc7f 100644 --- 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. diff --git a/doc/index.docbook b/doc/index.docbook index 6723d00..f9b5f61 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -48,10 +48,10 @@ &FDLNotice; - 2023-05-08 + 2023-06-13 - &privacybrowser; version 0.3 + &privacybrowser; version 0.4 @@ -537,6 +537,25 @@ + + + + + + &Ctrl;F5 + + View + Reload and Bypass Cache + + + + + + Reload the website in the current tab bypassing any information in the cache and loading everything from the server. + + + + @@ -1302,6 +1321,19 @@ Changelog + + + 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. + + + <ulink url="https://www.stoutner.com/privacy-browser-pc-0-3/">0.3</ulink> - diff --git a/src/com.stoutner.privacybrowser.appdata.xml b/src/com.stoutner.privacybrowser.appdata.xml index 4bf00cf..b9d8a0d 100644 --- a/src/com.stoutner.privacybrowser.appdata.xml +++ b/src/com.stoutner.privacybrowser.appdata.xml @@ -44,6 +44,15 @@ <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> diff --git a/src/main.cpp b/src/main.cpp index 96ffee8..d90258c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"), diff --git a/src/privacybrowser.1 b/src/privacybrowser.1 index 4da7859..d43f399 100644 --- a/src/privacybrowser.1 +++ b/src/privacybrowser.1 @@ -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. -- 2.43.0