- Update to version 2.0.1

Fixed
* When the adblocking method was switched using :set, and the
  adblock dependency was unavailable when qutebrowser started
  (but was installed while qutebrowser was open), this resulted
  in a crash. Now a warning prompting for a restart of qutebrowser
  is shown instead.
Changed
* The format_json userscript now uses sh instead of bash again.
* The add-nextcloud-bookmarks, add-nextcloud-cookbook, readability
  and ripbang userscripts now use a python3 rather than plain
  python shebang.
* When QTWEBENGINE_CHROMIUM_FLAGS is set in the environment, this
  causes flag handling (including workarounds for QtWebEngine
  crashes) inside qutebrowser to break. This will be handled
  properly in a future version, but this release now shows a
  warning on standard output if this is the case.
* The config completion for fileselect.*.command now also includes
  the "nnn" terminal file manager.

OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=103
This commit is contained in:
Mia Herkt 2021-01-31 23:18:42 +00:00 committed by Git OBS Bridge
parent ab16b5c6f8
commit ba33c6c875
6 changed files with 44 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE4E5WAAJAG47w528KkW6wyP1VoHIFAmASafgACgkQkW6wyP1V
oHLZaQ/+MYsLGIBGVB0Tns/bjn1fNk/qVdrrHHb7ft3aa+L1/rkgMadvczlDYfBB
EwsfJl3FRnwCLsjNptMe8SIoxQDmC3gQW2iN22k1i7LD77pF/IciwMU9Bcp4l806
Mo8xdNAe5IB4eEGg8EYh4neGaM2hHlANlShhJttQKPyT8wE4aCr+GF0vWMpv7AAh
cgvfuabt1d8bfOM2uk9S2VhhBYzduR6fRQTON9GVe30Ni89/wNnmo6Qswn2Cp5ml
fFspqC41WQPP3j86D+KvElxjHOit8CuIRnQV3XsvmPXIFvk29ik4lGk5FXSxJ7HV
XxzYtkkYlstGGSBH7nvOSZkQ+Yxv1mwirclR+akLp5RoJI4REqkpYz12cbOE5qJN
Xoyg99Uu4n8Ih+sWe4KCPmTL5ZFLoplDuZP2sHHNwF49xnL72WfVrrCHYLHKXNHJ
0pPEsBnC5pZ6kmG6rq8UiCpiZECHNlYXi1vfPUMIaJqIUeu5r1bH+1H4zwJdWdxV
aXHxpreW4JrvmZ8QUGECJI5Oet6CDyrXoB+wRxJBz15mADrKNQ6kij/qnbA2mGk4
f3j6GIr285D83pcql+5xNhGqQX73HU67+s2kGbRmEC7W1AXoEeZQM07gQvPkGjQo
MCWWgzSngvDpdSHkSM68fzUep5xeAwUqZQTvoMWL6Zjfi+iXfVM=
=nnjo
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE4E5WAAJAG47w528KkW6wyP1VoHIFAmAS6mwACgkQkW6wyP1V
oHLoJQ//RyB0bj8LlwzRRmtFoKqeq9gtTvdnCpv36wTgiEmjeGmn+X5p47luFY1K
ZdYHPpZII3z6rTpd8PYJ95oi9J0JT7O1DZzl73gsQeZWIDIenIRi55hrxJm59kYN
9J05LvD6HrRIKIDVEFf2uG3THMv0MJN8TMzTNhpF7qzc0CBCjYHG13I1rKrxp8hG
+JAL7G0XJOAu3sWIhEgAX4Flj3pBqDH7k4oBiXo8SxJW5PVzeNy8WLPi2k9nQuOs
Yi4+zKljQ+2JTS4WlK9fEioDjf10PPvjLOCxV/HEKFe9aODA2EIh/QQ8EdvaRrQn
l9kyNeHawcj9RuCMYX2Whyn1WxriFMESA4SrE/nbjOxXXgG5jD++uVAH0lg6iFBM
Kk2WkuDTgj2KijB5RIUEUgSvJ6uKk7JXNKTe11vtxtfoHq/M6TTqVphgxbx9Dudv
IbaCZy1vHijp1HIMu9eUK1B2Ch/UqFq84Ph35IHgvN32Q5I2xY4IUT9WId3glf00
IPLt6PwYEqRVMHrz2g7rhXpJwdPOIJNLZq/D6n+k6Fwb/AP2FdSpGJRCBOk6wFf2
LbhU/xpzwcGHTVSbZL998zf+AtA9bBgXF3AiKh+QwZ6BhsvP95cvl2EQuYDDSzrf
2qEKNdxNA/o1IY+5qkb+QJdZHU48y2D2s4dG//cO5P65uVU2a5g=
=bPJU
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jan 31 23:14:05 UTC 2021 - Mia Herkt <mia@0x0.st>
- Update to version 2.0.1
Fixed
* When the adblocking method was switched using :set, and the
adblock dependency was unavailable when qutebrowser started
(but was installed while qutebrowser was open), this resulted
in a crash. Now a warning prompting for a restart of qutebrowser
is shown instead.
Changed
* The format_json userscript now uses sh instead of bash again.
* The add-nextcloud-bookmarks, add-nextcloud-cookbook, readability
and ripbang userscripts now use a python3 rather than plain
python shebang.
* When QTWEBENGINE_CHROMIUM_FLAGS is set in the environment, this
causes flag handling (including workarounds for QtWebEngine
crashes) inside qutebrowser to break. This will be handled
properly in a future version, but this release now shows a
warning on standard output if this is the case.
* The config completion for fileselect.*.command now also includes
the "nnn" terminal file manager.
-------------------------------------------------------------------
Thu Jan 28 09:01:57 UTC 2021 - Mia Herkt <mia@0x0.st>

View File

@ -17,7 +17,7 @@
Name: qutebrowser
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: Keyboard-driven vim-like browser based on Qt5
License: GPL-3.0-or-later