Update Qt version recommendation

This commit is contained in:
Florian Bruhin 2014-09-18 06:40:42 +02:00
parent e6b81c86b5
commit a3ff5f7b6e
2 changed files with 1 additions and 3 deletions

View File

@ -71,7 +71,7 @@ The following software and libraries are required to run qutebrowser:
* http://qt-project.org/[Qt] 5.2.0 or newer (5.3.2 recommended)
* QtWebKit
* http://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.2.0 or newer
(5.3.1 recommended) for Python 3
(5.3.2 recommended) for Python 3
* https://pypi.python.org/pypi/setuptools/[pkg_resources/setuptools]
* http://fdik.org/pyPEG/[pyPEG2]
* http://jinja.pocoo.org/[jinja2]

View File

@ -56,8 +56,6 @@ Downloads
Improvements / minor features
=============================
- Update for Qt 5.3.2 (remove fixed workarounds, test if ANGLE issue is fixed,
test if letter spacing is fixed)
- Don't use colorama in scripts
- Stop using cwd in scripts (use something with os.path.pardir and __file__)
- Command/page to show all keybindings?