File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,17 @@ breaking changes (such as renamed commands) can happen in minor releases.
15
15
// `Fixed` for any bug fixes.
16
16
// `Security` to invite users to upgrade in case of vulnerabilities.
17
17
18
- v1.0.2 (unreleased)
19
- -------------------
18
+ v1.0.2
19
+ ------
20
20
21
21
Fixes
22
22
~~~~~
23
23
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
26
25
- 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
27
29
- Fix wrong rendering of keys like `<back>` in the completion
28
30
29
31
Changed
Original file line number Diff line number Diff line change 26
26
__license__ = "GPL"
27
27
__maintainer__ = __author__
28
28
29
- __version_info__ = (1 , 0 , 1 )
29
+ __version_info__ = (1 , 0 , 2 )
30
30
__version__ = '.' .join (str (e ) for e in __version_info__ )
31
31
__description__ = "A keyboard-driven, vim-like browser based on PyQt5."
32
32
You can’t perform that action at this time.
0 commit comments