Update changelog
This commit is contained in:
parent
98e4457b8d
commit
ecabdd911c
|
|
@ -130,6 +130,11 @@ Fixed
|
||||||
qutebrowser sqlite history which has been in use since v1.0.0.
|
qutebrowser sqlite history which has been in use since v1.0.0.
|
||||||
- With Python 3.8+ and vertical tabs, a deprecation warning for an implicit int
|
- With Python 3.8+ and vertical tabs, a deprecation warning for an implicit int
|
||||||
conversion was shown. This is now fixed.
|
conversion was shown. This is now fixed.
|
||||||
|
- Ever since Qt 5.11, fetching more completion data when that data is loaded
|
||||||
|
lazily (such as with history) and the last visible item is selected was broken.
|
||||||
|
The exact reason is currently unknown, but this release adds a tenative fix.
|
||||||
|
- When PgUp/PgDown were used to go beyond the last visible item, the above issue
|
||||||
|
caused a crash. This is also fixed.
|
||||||
- (TODO) Fix for various functionality breaking in private windows with v1.14.0,
|
- (TODO) Fix for various functionality breaking in private windows with v1.14.0,
|
||||||
after the last private window is closed. This includes:
|
after the last private window is closed. This includes:
|
||||||
* Ad blocking
|
* Ad blocking
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue