From 37b3ed0ca9352d9875f04ff85a3c56e6b3ca15b4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 16 May 2017 07:14:03 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index bae99847c..d0877a0b8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -29,12 +29,19 @@ Added - New `--debug-flag` argument which replaces `--debug-exit` and `--pdb-postmortem`. - New `tabs -> favicon-scale` option to scale up/down favicons. +- `-p` flag for `:open` to open a private window +- `colors -> statusbar.bg/fg.private` and `.command.private` to + customize statusbar colors for private windows. Changed ~~~~~~~ - To prevent elaborate phishing attacks, the Punycode version is now shown in addition to the decoded version for IDN domain names. +- Private browsing is now implemented for QtWebEngine, and changed + it's behavior: The general -> private-browsing setting now only + applies to newly opened windows, and you can use the -p flag to + :open to open a private window. - When using QtWebEngine, the underlying Chromium version is now shown in the version info. - Improved `qute:history` page with lazy loading