summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-23 14:55:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-23 14:55:56 +0200
commite1c776ad90fb2e848032601ca346037b50d4120a (patch)
treeb567bda13c46601e847550deda00c74bbf00ed29
parent66bf7d12fd546a897bd651233c68c891ba693670 (diff)
downloadqutebrowser-e1c776ad90fb2e848032601ca346037b50d4120a.tar.gz
qutebrowser-e1c776ad90fb2e848032601ca346037b50d4120a.zip
Update docs
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/settings.asciidoc1
2 files changed, 3 insertions, 0 deletions
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]+