Update changelog

This commit is contained in:
Florian Bruhin 2018-03-02 06:35:04 +01:00
parent 067be7aaa2
commit 5d68dc08d5

View File

@ -89,6 +89,8 @@ Fixed
`view-source:` pages.
- QtWebEngine: Scroll positions are now restored correctly from sessions.
- QtWebEngine: `:follow-selected` should now work in more cases with Qt > 5.10.
- QtWebEngine: Incremental search now flickers less and doesn't move to the
second result when pressing Enter.
- QtWebKit: `:view-source` now displays a valid URL.
- URLs containing ampersands and other special chars are now shown
correctly when filtering them in the completion.
@ -102,6 +104,8 @@ Fixed
- Exception types are now shown properly with `:config-source` and `:config-edit`.
- When using `:bookmark-add --toggle`, bookmarks are now saved properly.
- Crash when opening an invalid URL from an application on macOS.
- Crash with an empty `completion.timestamp_format`.
- Crash when `completion.min_chars` is set in some cases.
Removed
~~~~~~~