Release v1.0.2
(cherry picked from commit 55a88ceea674fdfaf5577c255bc704e41e3353a3)
This commit is contained in:
parent
14a63b8a82
commit
373ad28d2e
@ -31,15 +31,17 @@ Fixed
|
|||||||
|
|
||||||
- More consistent sizing for favicons with vertical tabs.
|
- More consistent sizing for favicons with vertical tabs.
|
||||||
|
|
||||||
v1.0.2 (unreleased)
|
v1.0.2
|
||||||
-------------------
|
------
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
- Fixed workaround for black screens with Nvidia cards
|
- Fix workaround for black screens or crashes with Nvidia cards
|
||||||
- Mark the content.notifications setting as QtWebKit only correctly
|
|
||||||
- Handle a filesystem going read-only gracefully
|
- Handle a filesystem going read-only gracefully
|
||||||
|
- Fix crash when setting `fonts.monospace`
|
||||||
|
- Fix list options not being modifyable via `.append()` in `config.py`
|
||||||
|
- Mark the content.notifications setting as QtWebKit only correctly
|
||||||
- Fix wrong rendering of keys like `<back>` in the completion
|
- Fix wrong rendering of keys like `<back>` in the completion
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
|
@ -26,7 +26,7 @@ __copyright__ = "Copyright 2014-2017 Florian Bruhin (The Compiler)"
|
|||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
__maintainer__ = __author__
|
__maintainer__ = __author__
|
||||||
__email__ = "mail@qutebrowser.org"
|
__email__ = "mail@qutebrowser.org"
|
||||||
__version_info__ = (1, 0, 1)
|
__version_info__ = (1, 0, 2)
|
||||||
__version__ = '.'.join(str(e) for e in __version_info__)
|
__version__ = '.'.join(str(e) for e in __version_info__)
|
||||||
__description__ = "A keyboard-driven, vim-like browser based on PyQt5."
|
__description__ = "A keyboard-driven, vim-like browser based on PyQt5."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user