From fa456b0c6e7853b486c7f98de2515ca82949d271 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 10 Nov 2017 09:16:06 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 7b61cd8f8..c4f8f9b28 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -45,12 +45,16 @@ Added Changed ~~~~~~~ +- Some tabs settings got renamed: + * `tabs.width.bar` -> `tabs.width` + * `tabs.width.indicator` -> `tabs.indicator.width` + * `tabs.indicator_padding` -> `tabs.indicator.padding` - High-DPI favicons are now used when available. - The `asciidoc2html.py` script now uses Pygments (which is already a dependency of qutebrowser) instead of `source-highlight` for syntax highlighting. - The `:buffer` command now doesn't require quoting anymore, similar to `:open`. - The `importer.py` script was largely rewritten and now also supports importing - from Firefox' `places.sqlite` file. + from Firefox' `places.sqlite` file and Chrome/Chromium profiles. - Various internal refactorings to use Python 3.5 and ECMAscript 6 features - If the `window.hide_wayland_decoration` setting is False, but `QT_WAYLAND_DISABLE_WINDOWDECORATION` is set in the environment,