Update changelog for v1.1.2

[ci skip]
This commit is contained in:
Florian Bruhin 2018-02-28 16:14:34 +01:00
parent 7fd0b52360
commit b14a37cf1f

View File

@ -88,7 +88,6 @@ Fixed
- QtWebEngine: Hinting and scrolling now works properly on special
`view-source:` pages.
- QtWebEngine: Scroll positions are now restored correctly from sessions.
- QtWebEngine: Crash with Qt 5.10.1 when using :undo on some tabs.
- QtWebEngine: `:follow-selected` should now work in more cases with Qt > 5.10.
- QtWebKit: `:view-source` now displays a valid URL.
- URLs containing ampersands and other special chars are now shown
@ -100,7 +99,6 @@ Fixed
- QtWebEngine: Qt download objects are now cleaned up properly when a download
is removed.
- Suspended pages now should always load the correct page when being un-suspended.
- Compatibility with Python 3.7
- 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.
@ -115,6 +113,21 @@ Removed
- The `tabs.persist_mode_on_change` setting has been removed and replaced by
`tabs.mode_on_change`.
v1.1.2
------
Changed
~~~~~~~
- Windows/macOS releases now bundle Qt 5.10.1 which includes security fixes from
Chromium up to version 64.0.3282.140.
Fixed
~~~~~
- QtWebEngine: Crash with Qt 5.10.1 when using :undo on some tabs.
- Compatibility with Python 3.7
v1.1.1
------