From 839656b0fafa1eddedf32e21bc97e7cc8ecea191 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Sat, 25 Apr 2026 17:18:59 -0700 Subject: [PATCH] Release 0.9. --- changelog | 2 +- doc/index.docbook | 2 +- src/com.stoutner.privacybrowser.metainfo.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index 73a8503..537eede 100644 --- a/changelog +++ b/changelog @@ -3,7 +3,7 @@ * Fix populating the URL for slowly loading websites when the tab is switch while they are loading. * Don’t expand the bookmarks folders when opening the bookmarks dialog. * Preserve the scroll position when moving a bookmark in the bookmarks dialog. - * Fix URL syntax highlighting when no protocol is specified. + * Disable URL syntax highlighting when no protocol is specified. * Open new tabs adjacent to the current tab. * Make the text in the requests dialog non-editable. * Widen the domain settings dialog to prevent the need for horizontal scrolling on some screens. diff --git a/doc/index.docbook b/doc/index.docbook index 62cabf1..2796f5b 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1853,7 +1853,7 @@ Don’t expand the bookmarks folders when opening the bookmarks dialog. Preserve the scroll position when moving a bookmark in the bookmarks dialog. - Fix URL syntax highlighting when no protocol is specified. + Disable URL syntax highlighting when no protocol is specified. Open new tabs adjacent to the current tab. Make the text in the requests dialog non-editable. Widen the domain settings dialog to prevent the need for horizontal scrolling on some screens. diff --git a/src/com.stoutner.privacybrowser.metainfo.xml b/src/com.stoutner.privacybrowser.metainfo.xml index 8f9a98e..00bb37a 100644 --- a/src/com.stoutner.privacybrowser.metainfo.xml +++ b/src/com.stoutner.privacybrowser.metainfo.xml @@ -63,7 +63,7 @@

Fix populating the URL for slowly loading websites when the tab is switch while they are loading.

Don’t expand the bookmarks folders when opening the bookmarks dialog.

Preserve the scroll position when moving a bookmark in the bookmarks dialog.

-

Fix URL syntax highlighting when no protocol is specified.

+

Disable URL syntax highlighting when no protocol is specified.

Open new tabs adjacent to the current tab.

Make the text in the requests dialog non-editable.

Widen the domain settings dialog to prevent the need for horizontal scrolling on some screens.

-- 2.53.0