Update changelog

This commit is contained in:
Florian Bruhin 2017-05-17 21:32:59 +02:00
parent e3f5e8ca9a
commit f90df52c6a

View File

@ -65,10 +65,18 @@ Changed
- `:view-source`, `:tab-clone` and `:navigate --tab` now don't open the tab as - `:view-source`, `:tab-clone` and `:navigate --tab` now don't open the tab as
"explicit" anymore, i.e. (with the default settings) open it next to the "explicit" anymore, i.e. (with the default settings) open it next to the
active tab. active tab.
- The Windows releases are redone from scratch, which means:
- They now use the new QtWebEngine backend
- The bundled Qt is updated from 5.5 to 5.9
- The bundled Python is updated from 3.4 to 3.6
- They are now generated with PyInstaller instead of cx_Freeze
- The installer is now generated using NSIS instead of being a MSI
Fixed Fixed
~~~~~ ~~~~~
- The macOS .dmg is now built against Qt 5.9 which fixes various
important issues (such as not being able to type dead keys).
- Added a workaround for a black screen with QtWebEngine with some setups - Added a workaround for a black screen with QtWebEngine with some setups
(the workaround requires PyOpenGL to be installed, but it's optional) (the workaround requires PyOpenGL to be installed, but it's optional)
- Crash when trying to retry downloads with QtWebEngine - Crash when trying to retry downloads with QtWebEngine