Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qutebrowser for openSUSE:Factory checked in at 2025-04-14 12:58:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qutebrowser (Old) and /work/SRC/openSUSE:Factory/.qutebrowser.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qutebrowser" Mon Apr 14 12:58:43 2025 rev:69 rq:1269034 version:3.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qutebrowser/qutebrowser.changes 2024-12-26 12:24:01.478837769 +0100 +++ /work/SRC/openSUSE:Factory/.qutebrowser.new.1907/qutebrowser.changes 2025-04-14 12:58:51.109432176 +0200 @@ -1,0 +2,59 @@ +Sun Apr 13 19:28:16 UTC 2025 - Mia Herkt <m...@0x0.st> + +- Update to version 3.5.0: +Changed: + * The `content.headers.user_agent` setting now has a new + `{upstream_browser_version_short}` template field, which is the + upstream/Chromium version but shortened to only major version. + * The default user agent now uses the shortened Chromium version + and doesn't expose the `QtWebEngine/...` part anymore, thus + making it equal to the corresponding Chromium user agent. + This increases compatibilty due to various overzealous + "security" products used by a variety of websites that block + QtWebEngine, presumably as a bot (known issues existed with + Whatsapp Web, UPS, Digitec Galaxus). + * Changed features in userscripts: + + `qute-bitwarden` now passes your password to the subprocess + in an environment variable when unlocking your vault, + instead of as a command line argument. + gh#qutebrowser/qutebrowser#7781 + * New `-D no-system-pdfjs` debug flag to ignore system-wide + PDF.js installations for testing. + * Polyfill for missing `URL.parse` with PDF.js v5 and + QtWebEngine < 6.9. Note this is a "best effort" fix and you + should be using the "older browsers" ("legacy") build of + PDF.js instead. + +Removed: + * The `ua-slack` site-specific quirk, as things seem to work + better nowadays without a quirk needed. + * The `ua-whatsapp` site-specific quirk, as it's unneeded with + the default UA change described above. + +Fixed: + * Crash when trying to use the `DocumentPictureInPicture` JS API, + such as done by the new Google Workspaces Huddle feature. + The API is unsupported by QtWebEngine and now correctly + disabled on the JS side. + gh#qutebrowser/qutebrowser#8449 + * Crash when a buggy notification presenter returns a duplicate + ID (now an error is shown instead). + * Crashes when running `:tab-move` or `:yank title` at startup, + before a tab is available. + * Crash with `input.insert_mode.auto_load`, when closing a new + tab quickly after opening it, but before it was fully loaded. + gh#qutebrowser/qutebrowser#3895 + gh#qutebrowser/qutebrowser#8400 + * Workaround for microphone/camera permissions not being + requested with QtWebEngine 6.9.0 on Google Meet, Zoom, or other + pages using the new `<permission>` element. + gh#qutebrowser/qutebrowser#8539 + * Resolved issues in userscripts: + + `qute-bitwarden` will now prompt a re-login if its cached + session has been invalidated since last used. + gh#qutebrowser/qutebrowser#8456 + + `qute-bitwarden`, `-lastpass` and `-pass` now avoid a + `DeprecationWarning` from the upcoming 6.0 release of + `tldextract` + +------------------------------------------------------------------- Old: ---- qutebrowser-3.4.0.tar.gz qutebrowser-3.4.0.tar.gz.asc New: ---- qutebrowser-3.5.0.tar.gz qutebrowser-3.5.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qutebrowser.spec ++++++ --- /var/tmp/diff_new_pack.APnx3z/_old 2025-04-14 12:58:51.785460565 +0200 +++ /var/tmp/diff_new_pack.APnx3z/_new 2025-04-14 12:58:51.789460733 +0200 @@ -1,7 +1,7 @@ # # spec file for package qutebrowser # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,10 @@ Name: qutebrowser -Version: 3.4.0 +Version: 3.5.0 Release: 0 Summary: Keyboard-driven vim-like browser based on Qt6 License: GPL-3.0-or-later -Group: Productivity/Networking/Web/Browsers URL: https://qutebrowser.org/ Source: https://github.com/The-Compiler/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: https://github.com/The-Compiler/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc ++++++ qutebrowser-3.4.0.tar.gz -> qutebrowser-3.5.0.tar.gz ++++++ ++++ 4458 lines of diff (skipped)