From 2157635ccc9bb77e15f12da136a1edd31de6b9ec Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 1 Sep 2016 07:14:36 +0200 Subject: [PATCH] Update changelog [ci skip] --- CHANGELOG.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index c43b8ca0b..6b47bb214 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -103,6 +103,9 @@ Changed anymore. - The `completion -> show` setting can now be set to `always`, `auto` or `never`. +- Lots of improvements to and bugfixes for the QtWebEngine backend, such as + working hints. However, using qutebrowser directly from git is still advised + when using `--backend webengine`. Deprecated ~~~~~~~~~~ @@ -135,6 +138,7 @@ Fixed - Fixed an issue with hint chars not being cleared correctly when leaving hint mode. - `:tab-detach` now fails correctly when there's only one tab open. +- Various small issues with the command completion v0.8.3 (unreleased) -------------------