From f99a0707351e670c6fa7a0bcd97b3c419f3ac503 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 May 2015 22:46:41 +0200 Subject: [PATCH] Update docs. --- CHANGELOG.asciidoc | 4 ++++ doc/help/settings.asciidoc | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d5daad877..3d352b8c1 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,6 +27,9 @@ Changed - `QUTE_HTML` and `QUTE_TEXT` for userscripts now don't store the contents directly, and instead contain a filename. - `:spawn` now shows the command being executed in the statusbar, use `-q`/`--quiet` for the old behavior. +- The `content -> geolocation` and `notifications` settings now support a `true` value to always allow those. However, this is *not recommended*. +- New bindings `` (rapid), `` (foreground) and `` (background) to switch hint modes while hinting. +- `` is now accepted as an additional alias for ``/`` v0.2.2 (unreleased) ------------------- @@ -35,6 +38,7 @@ Fixed ~~~~~ - Fixed searching for terms starting with a hyphen (e.g. `/-foo`) +- Proxy authentication credentials are now remembered between different tabs. https://github.com/The-Compiler/qutebrowser/releases/tag/v0.2.1[v0.2.1] ----------------------------------------------------------------------- diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 35a22db40..dd7599db2 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -1144,6 +1144,7 @@ Allow websites to request geolocations. Valid values: + * +true+ * +false+ * +ask+ @@ -1155,6 +1156,7 @@ Allow websites to show notifications. Valid values: + * +true+ * +false+ * +ask+