Skip to content

Commit 55a88ce

Browse files
committed
Release v1.0.2
1 parent d4bf04d commit 55a88ce

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

doc/changelog.asciidoc

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ breaking changes (such as renamed commands) can happen in minor releases.
1515
// `Fixed` for any bug fixes.
1616
// `Security` to invite users to upgrade in case of vulnerabilities.
1717

18-
v1.0.2 (unreleased)
19-
-------------------
18+
v1.0.2
19+
------
2020

2121
Fixes
2222
~~~~~
2323

24-
- Fixed workaround for black screens with Nvidia cards
25-
- Mark the content.notifications setting as QtWebKit only correctly
24+
- Fix workaround for black screens or crashes with Nvidia cards
2625
- Handle a filesystem going read-only gracefully
26+
- Fix crash when setting `fonts.monospace`
27+
- Fix list options not being modifyable via `.append()` in `config.py`
28+
- Mark the content.notifications setting as QtWebKit only correctly
2729
- Fix wrong rendering of keys like `<back>` in the completion
2830
2931
Changed

qutebrowser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__license__ = "GPL"
2727
__maintainer__ = __author__
2828
__email__ = "[email protected]"
29-
__version_info__ = (1, 0, 1)
29+
__version_info__ = (1, 0, 2)
3030
__version__ = '.'.join(str(e) for e in __version_info__)
3131
__description__ = "A keyboard-driven, vim-like browser based on PyQt5."
3232

0 commit comments

Comments
 (0)