- Update to version 1.8.2

Fixed
  * Unbinding keys via config.bind(key, None) accidentally worked
    in v1.7.0 but raises an exception in v1.8.0. It now works
    again, but is deprecated and shows an error. Note that
    :config-py-write did write such invalid lines before v1.8.0,
    so existing config files might need adjustments.
  * The readability-js userscript now handles encodings correctly
    (which it didn't before for some websites).
  * can now be used to paste text starting with a hyphen.
  * Following hints via the number keypad now works properly again.
  * Errors while reading the state file are now displayed instead
    of causing a crash.
  * Crash when using :debug-log-level without a console attached.
  * Downloads are now hidden properly when the browser is in
    fullscreen mode.
  * Crash when setting colors.webpage.bg to an empty value with
    QtWebKit.
  * Crash when the history database file is not a proper sqlite
    database.

OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=75
This commit is contained in:
Mia Herkt 2019-11-26 04:47:55 +00:00 committed by Git OBS Bridge
parent f278ed72ae
commit d842781745
6 changed files with 45 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcf6eb63fc2430ac28ee40e2a236391adb7cdbe7debf4cbe53e0d12ff8726e32
size 3605606

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE4E5WAAJAG47w528KkW6wyP1VoHIFAl2N9FYACgkQkW6wyP1V
oHLj7A/9G04YyDn4itCgIzZCX3rjaVKe9NDAfax6MwZlcgdoKerMFvFdMs5x8cfy
Xg9Nq+NdQZPyRBYtkzuChMQMaCWtBsmSXXvP2KLXcIkghIcvcu3eT82Gd/7zeGw/
a6xx9hM9SxbHl7QOSLjHDOle7vDFS8jwMRsSGULKEM6Wt3zJI+BINOksCzlbXKKU
OG3EtC8GpOsOM2cyF23matu0ZAVnLjCzE+Bko3xVxDEGsU/Z8CZD+l5FAvzP+vIK
yclaZ0xapK2BZ6McvTsP4Zf2XybUi/K4u3Ayt11x/oNZwnFRsFcGtnjsaEFr1a58
fyBkDXFdoiqDjBqHkCdtc+FXkzDrKa1DUSHhQc/9LRZbIhTv2KfROldbsN9k/CNH
QkOmQCCyJdjkuxmjRdY/B5hZONBP2KXtDcKNR3BllBbOa8O7IK/iVtAYUbz33fhp
EnoNqs0ztkVhdkLpwG83cSOyCD/6KaKLwfzfw4MYcCvTZW0MAU0BBTdPR1QHGf76
NYznI+VCwUJ0wPPRtfXs06YRYCZJgeyngVwzrDmGBUujY5dOR2k4u1spxhRYEeAK
HsuC8Btc2Rqaj9WKVpLq74bppuJW1tk4ikprhTYdT1l07IXNdXPtDUTaPoMSK8lh
sDvOMQvK9nWbkkXP7+fK4Fn7gbbbLSs4BAUhkX7fMr5PA/wHKhw=
=mkS0
-----END PGP SIGNATURE-----

3
qutebrowser-1.8.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:baf01c47095428ca95ddd796598efd5419aee6b34c08ecdb98c12c796f6b5471
size 3634560

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE4E5WAAJAG47w528KkW6wyP1VoHIFAl3YGxUACgkQkW6wyP1V
oHJRyBAAp2S8zu7NW4teU48A7lbETNs++D7TR/b401SW9zTdMVyg5KxrmQ6ANzY9
FZCQM6MKVP6X56g1HujTYTvESsyq2eFLQS5p4JCa2VeU/fgSZIu+496rSNZgUxmn
RNTZRpS9eevj1+FnJh5KKAMzwbd+j8C0+WaG0rAuA1Y1F8eWvcqd1qiZtEwlEz1w
/COMa7HMuIXywSchtaDjDFxJzYhluDH3MUbGG+3jtbo3T+qaVfBoyLzmYrmNSpl/
T03Zb+DtU+ceDJtCLAerQ+kbcJ5+ebBBwSlzia8x/k/QSo864lgd5iXnYeRY+NL+
fTmUaBXleptvYf0dSfL9Wdd3s34x0afi88k/CX/ljF/ZdBuuYxtGvJ1hrQgSIMFJ
sWw1fORm8la9uCxqWRLP+4k02oQBuDcvPl4q9KcgCIIvpw4AVTvdRwMbp6kII9do
0gOdNjBAx65eO29OJ9BHeYZ5qCdP7bE0Hiyzcw716mN4QfnkeKIxyeymjEjgw7Si
o+VIa84yZcG3CPXdvfcYjYQuuOvTMnklYQe4gqqCEkY8JTeNs4OKGQgaXrgHsq8l
1ZG5HPmgEk0SoEin7oFVFxhiMWaje4eKSEcX77QnjL0nLk1JP67ySYN5FNdY6Lvi
N0xYxpAP8vUIjqbaRSoyn+jMgGnVwT7A5aVXaCeG9nWE1m0kEPY=
=uwQl
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Nov 26 04:39:55 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Update to version 1.8.2
Fixed
* Unbinding keys via config.bind(key, None) accidentally worked
in v1.7.0 but raises an exception in v1.8.0. It now works
again, but is deprecated and shows an error. Note that
:config-py-write did write such invalid lines before v1.8.0,
so existing config files might need adjustments.
* The readability-js userscript now handles encodings correctly
(which it didn't before for some websites).
* can now be used to paste text starting with a hyphen.
* Following hints via the number keypad now works properly again.
* Errors while reading the state file are now displayed instead
of causing a crash.
* Crash when using :debug-log-level without a console attached.
* Downloads are now hidden properly when the browser is in
fullscreen mode.
* Crash when setting colors.webpage.bg to an empty value with
QtWebKit.
* Crash when the history database file is not a proper sqlite
database.
-------------------------------------------------------------------
Thu Oct 17 22:57:12 UTC 2019 - Martin Herkt <9+suse@cirno.systems>

View File

@ -1,7 +1,7 @@
#
# spec file for package qutebrowser
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: qutebrowser
Version: 1.8.1
Version: 1.8.2
Release: 0
Summary: Keyboard-driven vim-like browser based on Qt5
License: GPL-3.0-or-later