summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-04-20 18:07:39 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-04-20 18:07:39 +0200
commit9540f537702ca8779bf2163edc728d162fb6216b (patch)
tree0237cfe3283a3dcb995e79169e4d20847bc3e7d9
parent408dc809cc22cdac1e00e8f0f8829ec32969a15b (diff)
downloadqutebrowser-9540f537702ca8779bf2163edc728d162fb6216b.tar.gz
qutebrowser-9540f537702ca8779bf2163edc728d162fb6216b.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 261fb7ab5..f1a27a974 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -27,12 +27,21 @@ Added
* `content.unknown_url_scheme_policy` which allows controlling when an
external application is opened for external links (never, from user
interaction, always).
+- New placeholders for `url.searchengines` values:
+ * `{unquoted}` inserts the search term without any quoting
+ * `{semiquoted}` (same as `{}`) quotes most special characters, but slashes
+ remain unquoted.
+ * `{quoted}` (same as `{}` in earlier releases) also quotes slashes.
Changed
~~~~~~~
- Searching now wraps around the page by default with QtWebKit (where it didn't
before). Set `search.wrap` to `false` to restore the old behavior.
+- The `{}` placeholder for search engines (the `url.searchengines` setting) now
+ does not quote slashes anymore, but other characters typically encoded in
+ URLs still get encoded. This matches the behavior of search engines in
+ Chromium. To revert to the old behavior, use `{quoted}` instead.
Fixed
~~~~~