From e24d2e1b8cc2fe33b515fabfc7a86e7e478fecf1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 17 May 2015 18:50:08 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index bfe904975..2ae9b7301 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -30,7 +30,7 @@ Added - Support for Qt 5.5 and tox 2.0 - New arguments `--datadir` and `--cachedir` to set the data/cache location. - New arguments `--basedir` and `--temp-basedir` (intended for debugging) to set a different base directory for all data, which allows multiple invocations. - +- New argument `--no-err-windows` to suppress all error windows. Changed ~~~~~~~ @@ -70,6 +70,7 @@ Fixed - Fixed AssertionError when closing many windows quickly. - Various fixes for deprecated key bindings and auto-migrations. - Workaround for qutebrowser not starting when there are NUL-bytes in the history (because of a currently unknown bug) +- Fixed handling of keybindings containing Ctrl/Meta on OS X. https://github.com/The-Compiler/qutebrowser/releases/tag/v0.2.1[v0.2.1] -----------------------------------------------------------------------