Update changelog

This commit is contained in:
Florian Bruhin 2017-09-19 22:23:32 +02:00
parent 3a5241b642
commit 58a43d0851

View File

@ -20,25 +20,26 @@ v1.0.0 (unreleased)
Breaking changes Breaking changes
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
- (TODO) Support for legacy QtWebKit (before 5.212 which is distributed - Dependency changes
independently from Qt) is dropped. - Support for legacy QtWebKit (before 5.212 which is distributed independently
- Support for Python 3.4 is dropped. from Qt) is dropped.
- Support for Qt before 5.7.1 and PyQt before 5.7 is dropped. - Support for Python 3.4 is dropped.
- (TODO) New dependency on ruamel.yaml; dropped PyYAML dependency. - Support for Qt before 5.7.1 and PyQt before 5.7 is dropped.
- (TODO) New dependency on ruamel.yaml; dropped PyYAML dependency.
- New dependency on the QtSql module and Qt sqlite support.
- New dependency on the `attrs` Python module.
- The depedency on PyOpenGL (when using QtWebEngine) got removed. Note
that PyQt5.QtOpenGL is still a dependency.
- PyQt5.QtOpenGL is now always required, even with QtWebKit.
- (TODO) The QtWebEngine backend is now used by default if available. - (TODO) The QtWebEngine backend is now used by default if available.
- New dependency on the QtSql module and Qt sqlite support.
- New dependency on the `attrs` Python module.
- New config system which ignores the old config file. - New config system which ignores the old config file.
- The depedency on PyOpenGL (when using QtWebEngine) got removed. Note - Various documentation files got moved to the doc/ subfolder,
that PyQt5.QtOpenGL is still a dependency. `qutebrowser.desktop` got moved to misc/.
- PyQt5.QtOpenGL is now always required, even with QtWebKit.
- Migrating QtWebEngine data written by versions before 2016-11-15 (before - Migrating QtWebEngine data written by versions before 2016-11-15 (before
v0.9.0) is now not supported anymore. v0.9.0) is now not supported anymore.
- Upgrading qutebrowser with a version older than v0.4.0 still running now won't - Upgrading qutebrowser with a version older than v0.4.0 still running now won't
work properly anymore. work properly anymore.
- Various documentation files got moved to the doc/ subfolder, - The `--harfbuzz` commandline argument got dropped.
`qutebrowser.desktop` got moved to misc/.
- The `--harfbuzz` commandline argument got dropped
Major changes Major changes
~~~~~~~~~~~~~ ~~~~~~~~~~~~~