summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-04-20 18:12:52 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-04-20 18:12:52 +0200
commitfd209e4d4b3fcb3d463f4f0df8b6fb12f68d6d99 (patch)
tree245e938f15d08315291ccee483e42365402998c6
parent3c3eade1f58463a4fcf55e9792c9e4c65a2c67af (diff)
downloadqutebrowser-fd209e4d4b3fcb3d463f4f0df8b6fb12f68d6d99.tar.gz
qutebrowser-fd209e4d4b3fcb3d463f4f0df8b6fb12f68d6d99.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index f1a27a974..d3b176761 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -27,6 +27,8 @@ Added
* `content.unknown_url_scheme_policy` which allows controlling when an
external application is opened for external links (never, from user
interaction, always).
+ * `content.fullscreen.overlay_timeout` to configure how long the fullscreen
+ overlay should be displayed. If set to `0`, no overlay is displayed.
- New placeholders for `url.searchengines` values:
* `{unquoted}` inserts the search term without any quoting
* `{semiquoted}` (same as `{}`) quotes most special characters, but slashes
@@ -42,6 +44,8 @@ Changed
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.
+- The `content.windowed_fullscreen` setting got renamed to
+ `content.fullscreen.window`.
Fixed
~~~~~