- Update to version 3.1.0:
Removed: * The darkmode settings grayscale.all, grayscale.images and increase_text_contrast got removed, following removals in Chromium. Added: * New smart-simple value for colors.webpage.darkmode.policy.images, which on QtWebEngine 6.6+ uses a simpler classification algorithm to decide whether to invert images. * New content.javascript.legacy_touch_events setting, with those now being disabled by default, following a Chromium change. Changed: * The colors.webpage.darkmode.threshold.text setting got renamed to colors.webpage.darkmode.threshold.foreground, following a rename in Chromium. * With Qt 6.6, the content.canvas_reading setting now works without a restart and supports URL patterns. Fixed: * Some web pages jumping to the top when the statusbar is hidden or (with v3.0.x) when a prompt is hidden. * Compatibility with PDF.js v4 * Added an elaborate workaround for a bug in QtWebEngine 6.6.0 causing crashes on Google Mail/Meet/Chat, and a bug in QtWebEngine 6.5.0/.1/.2 causing crashes there with dark mode. * Made a rare crash in QtWebEngine when starting/retrying a download less likely to happen. * Graphical glitches in Google sheets and PDF.js, again. Removed the version restriction for the default application of qt.workarounds.disable_accelerated_2d_canvas as the issue was OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=132
This commit is contained in:
parent
92d7ebd8dd
commit
84567490ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a51893de4a123519afb83723b9ced2b2d98f4ca5285278c81e9bdda91ed5bc51
|
||||
size 6036377
|
@ -1,14 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCgAdFiEEJ/O7T8IX7suFhXiu737k0DlpC3sFAmUxeIUACgkQ737k0Dlp
|
||||
C3tWzAv+NjkVblaI7epPVMIVGgOtHYaLhFq/Tu4Ixs7lMJdHIAVa70AyC/ovUhSe
|
||||
+MDUpB2PR7nitDokaDPx9+8MIcxi9Y6GNlPFTC5CdMJIxfvoPc8dbpWvwM7UU+1m
|
||||
p7yVrkiWKsHnrK3P831+ksolvBJnAhJzO4dGMnE4jUssC7WzcuDdTEyIWwSrOK9n
|
||||
ujavf4POThD4L7pDwym5SoYcET5JmU6+vBju3+eMompX45IEFDutmtK2IhIHXi15
|
||||
+H7NXsn3fBprkwU+IdCydY225oaFKpPYw0H/vB6NyoPvoza/SQLabB9Ag6hIHqir
|
||||
+vCKJ2Gnc9FbzKDlXPEJgouAx0++ieZAONe0HEulitSy3Qa2Y0gnDWudNhiiFpTF
|
||||
O2yNtzMFrEetu3eJoW2FHBcFPdt+duGtBVsAC2qekV+SkeRHCYc5jcblPiVNIRa/
|
||||
pE+X3X5AxqZqs7nfTjnDc/BJxm12Ma3dRvNa9++3KjDoEJBMk6LTtPZJVa1nknoE
|
||||
wmLxyotD
|
||||
=GERw
|
||||
-----END PGP SIGNATURE-----
|
3
qutebrowser-3.1.0.tar.gz
Normal file
3
qutebrowser-3.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:500dcc1cca08d6b0b814fa306e2208e25335acbe0e2cf999fb51916e0f4b2e5f
|
||||
size 6045747
|
14
qutebrowser-3.1.0.tar.gz.asc
Normal file
14
qutebrowser-3.1.0.tar.gz.asc
Normal file
@ -0,0 +1,14 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCgAdFiEEJ/O7T8IX7suFhXiu737k0DlpC3sFAmVzNwYACgkQ737k0Dlp
|
||||
C3uN6Av9GrLXH13anSPtwQcWbDFz/DcpIagKlY/ZUeOmu3/5PyK0yO6CH2BhLQbV
|
||||
98zGYU5PneUHGv/6kGjhYYT/Alc2WdzwXxotn7NRZFcxDd7gkgdNj1Ct1Of93rEg
|
||||
8bOlo9goF7FetIjvTXFTLgOxzbrg/SL5nJ+MMDl2ldBIuRG7vw3ArsRe7MdMad6i
|
||||
fG2z+wssig7UhlXxaUB4LA0KIyPGbDMmphcHZ7RZbdKZz346rRGRDoacNSqQRi45
|
||||
Ox5mIwlK10kOiTDmKWmYPOcupZuQvYJRc1azz0PxkHPK+9DAwkQx/F8pdfSY4KqS
|
||||
29k/x4TNbxE82Yn0l9+qDQroUhY3HNkR9zjr4xtlVpdvFbwvJagpSHg/qwWIshlb
|
||||
RqtbicZ+NzyYLKBD5eUCtvrdJUoHKUoDKsPMGQIB/Ygqw7WoGGf8D+dQEm8RuWgC
|
||||
siuLMUfZtrEV26KPZnpmdImYNFXoSfDjsoznR9DCAfxf4/73TTLp5/Dk8Z2eBbPQ
|
||||
XdfvuDzG
|
||||
=he07
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 13:29:26 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to version 3.1.0:
|
||||
Removed:
|
||||
* The darkmode settings grayscale.all, grayscale.images and
|
||||
increase_text_contrast got removed, following removals in
|
||||
Chromium.
|
||||
Added:
|
||||
* New smart-simple value for
|
||||
colors.webpage.darkmode.policy.images, which on QtWebEngine
|
||||
6.6+ uses a simpler classification algorithm to decide whether
|
||||
to invert images.
|
||||
* New content.javascript.legacy_touch_events setting, with those
|
||||
now being disabled by default, following a Chromium change.
|
||||
Changed:
|
||||
* The colors.webpage.darkmode.threshold.text setting got renamed
|
||||
to colors.webpage.darkmode.threshold.foreground, following a
|
||||
rename in Chromium.
|
||||
* With Qt 6.6, the content.canvas_reading setting now works
|
||||
without a restart and supports URL patterns.
|
||||
Fixed:
|
||||
* Some web pages jumping to the top when the statusbar is hidden
|
||||
or (with v3.0.x) when a prompt is hidden.
|
||||
* Compatibility with PDF.js v4
|
||||
* Added an elaborate workaround for a bug in QtWebEngine 6.6.0
|
||||
causing crashes on Google Mail/Meet/Chat, and a bug in
|
||||
QtWebEngine 6.5.0/.1/.2 causing crashes there with dark mode.
|
||||
* Made a rare crash in QtWebEngine when starting/retrying a
|
||||
download less likely to happen.
|
||||
* Graphical glitches in Google sheets and PDF.js, again. Removed
|
||||
the version restriction for the default application of
|
||||
qt.workarounds.disable_accelerated_2d_canvas as the issue was
|
||||
still evident on Qt 6.6.0.
|
||||
gh#qutebrowser/qutebrowser#7489
|
||||
* The colors.webpage.darkmode.threshold.foreground setting
|
||||
(.text in older versions) now works correctly with Qt 6.4+.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 20:41:39 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: qutebrowser
|
||||
Version: 3.0.2
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Keyboard-driven vim-like browser based on Qt6
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user