From: Soren Stoutner Date: Sat, 11 Mar 2023 19:17:48 +0000 (-0700) Subject: Release 0.1. X-Git-Tag: v0.1 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=commitdiff_plain;h=73459c6685ec5e58d776f2594c9b587802363b1c Release 0.1. --- diff --git a/changelog b/changelog new file mode 100644 index 0000000..fde7439 --- /dev/null +++ b/changelog @@ -0,0 +1,2 @@ +# Version 0.1 (11 March 2023) + * Initial release. diff --git a/doc/index.docbook b/doc/index.docbook index f4da41f..7ccb177 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -297,6 +297,21 @@ Domain settings for all domains can be accessed through . When domain settings are active, the URL line edit will have a green background. + + + + Spell Checking + + + Privacy Browser uses the binary .bdic Hunspell dictionary format utilized by Qt WebEngine + which was created by Google for Chromium. + Debian’s Hunspell dictionary language packages are slowly adding support for the .bdic format. Those which have are listed by Privacy Browser as suggested packages. + + + + Once a .bdic dictionary is installed, it can be enabled in Privacy Browser’s settings. + + diff --git a/src/com.stoutner.privacybrowser.appdata.xml b/src/com.stoutner.privacybrowser.appdata.xml index 106d546..196d0ea 100644 --- a/src/com.stoutner.privacybrowser.appdata.xml +++ b/src/com.stoutner.privacybrowser.appdata.xml @@ -44,7 +44,7 @@ com.stoutner.privacybrowser.desktop - +

Initial release.

diff --git a/src/settings/Settings.kcfg b/src/settings/Settings.kcfg index 9f8a87d..a395e2e 100644 --- a/src/settings/Settings.kcfg +++ b/src/settings/Settings.kcfg @@ -87,7 +87,7 @@ - en_US + diff --git a/src/uis/SettingsSpellCheck.ui b/src/uis/SettingsSpellCheck.ui index eb16b6a..9375f0b 100644 --- a/src/uis/SettingsSpellCheck.ui +++ b/src/uis/SettingsSpellCheck.ui @@ -28,7 +28,7 @@ - Spell checking languages can be added by installing the Hunspell language packages. One or more languages can be selected. All selected languages will be applied simultaneously. + Spell checking languages can be added by installing the Hunspell language packages. One or more languages can be selected. All selected languages will be checked simultaneously.