Update changelog

This commit is contained in:
Florian Bruhin 2016-09-15 15:05:07 +02:00
parent 035a7e3632
commit 1523d512fe

View File

@ -118,6 +118,20 @@ Changed
questions.
- The new `--qt-arg` and `--qt-flag` arguments can be used to pass
arguments/flags to Qt's commandline.
- Error/warning/info messages are now shown stacked above the statusbar.
This also added various new settings:
* `colors -> messages.fg.error` (renamed from `statusbar.fg.error`)
* `colors -> messages.bg.error` (renamed from `statusbar.bg.error`)
* `colors -> messages.border.error`
* `colors -> messages.fg.warning` (renamed from `statusbar.fg.warning`)
* `colors -> messages.bg.warning` (renamed from `statusbar.bg.warning`)
* `colors -> messages.border.warning`
* `colors -> messages.fg.info`
* `colors -> messages.bg.info`
* `colors -> messages.border.info`
* `fonts -> messages.error`
* `fonts -> messages.warning`
* `fonts -> messages.info`
Deprecated
~~~~~~~~~~