From 4314b96512a371a6d550682ddb896dbfc520bd4f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 5 Aug 2015 18:30:31 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.asciidoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 282f776fc..353f5b25a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,6 +32,8 @@ Added - New setting `tabs -> show` which supersedes the old `tabs -> hide-*` options and has an additional `switching` option which shows tab while switching them. There's also a new `show-switching` option to configure the timeout. +- New setting `storage -> remember-download-directory` to remember the last + used download directory. Changed ~~~~~~~ @@ -48,7 +50,12 @@ Fixed ~~~~~ - `link_pyqt.py` now should work better on untested distributions. -- Fixed various corner-cases with crashes when reading invalid config values. +- Fixed various corner-cases with crashes when reading invalid config values + and the history file. +- Fixed various corner-cases when setting text via an external editor. +- Fixed potential crash when hinting a text field. +- Fixed entering of insert mode when certain disabled text fields were clicked. +- Fixed a crash when using `:set` with `-p` and `!` (invert value) Removed ~~~~~~~