From e1c776ad90fb2e848032601ca346037b50d4120a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 23 Jun 2020 14:55:56 +0200 Subject: Update docs --- doc/changelog.asciidoc | 2 ++ doc/help/settings.asciidoc | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 6d0577634..ca56cb5d8 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -66,6 +66,8 @@ Changed scrollbar, which is now the default. On unsupported configurations (on Qt < 5.11, with QtWebKit or on macOS), the value falls back to `when-searching` or `never` (QtWebKit). + * `url.auto_search` supports a new `schemeless` value which always opens a + search unless the given URL includes an explicit scheme. - The statusbar now shows partial keychains in all modes (e.g. while hinting) - Small performance improvements. diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 778cb2bdf..8d248a5d8 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -4042,6 +4042,7 @@ Valid values: * +naive+: Use simple/naive check. * +dns+: Use DNS requests (might be slow!). * +never+: Never search automatically. + * +schemeless+: Always search automatically unless URL explicitly contains a scheme. Default: +pass:[naive]+ -- cgit v1.2.3-54-g00ecf