From e81432fd6e46120aa106557bb12ed9b780aad2d8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 7 Sep 2015 10:05:28 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.asciidoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a547b1971..99c64565b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -53,10 +53,21 @@ Changed QtWebEngine if it's installed. - The column width percentages for the completion view now depend on the completion model. +- The values for `tabs -> position` and `ui -> downloads-position` got changed + from `north`/`south`/`west/`east` to `top`/`bottom`/`left`/`right`. Existing + configs should be adjusted automatically. +- `:nagivate increment`/`` now only increments numbers in the path part + of the URL. +- `:tab-focus`/`gt` now behaves like `:tab-next` if no count/index is given. +- The completion widget doesn't show a border anymore. +- The tabbar doesn't display ugly arrows anymore if there isn't enough space + for all tabs. Fixed ~~~~~ +- Fixed a bug where cookies were saved despite qutebrowser being started in + private browsing mode. - `link_pyqt.py` now should work better on untested distributions. - Fixed various corner-cases with crashes when reading invalid config values and the history file. @@ -67,6 +78,14 @@ Fixed - Downloads with unknown size are now handled correctly. - `:navigate increment/decrement` (``/``) now handles some corner-cases better. +- Fixed a bug where the completion got affected by another window's completion + if it was open in both windows. +- Fixed a performance issue with large histories when opening previously + unvisited websites. +- The progress bar now doesn't cause the statusbar to change it's height + anymore. +- `~` is now always expanded when spawning a script. +- Fixed various corner cases when opening links in an existing instance. Removed ~~~~~~~