Hello community, here is the log from the commit of package qutebrowser for openSUSE:Factory checked in at 2019-10-18 14:36:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qutebrowser (Old) and /work/SRC/openSUSE:Factory/.qutebrowser.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qutebrowser" Fri Oct 18 14:36:57 2019 rev:35 rq:740914 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qutebrowser/qutebrowser.changes 2019-07-21 11:33:50.132782456 +0200 +++ /work/SRC/openSUSE:Factory/.qutebrowser.new.2352/qutebrowser.changes 2019-10-18 14:37:01.343678581 +0200 @@ -1,0 +2,71 @@ +Thu Oct 17 22:57:12 UTC 2019 - Martin Herkt <[email protected]> + +- Update to version 1.8.1 +Added + * New userscripts: + + readability-js which uses Mozilla's node.js readability + library. + + qute-bitwarden which integrates the Bitwarden CLI. + +Changed + * The statusbar text for passthrough mode now shows all + configured bindings to leave the mode, not only one. + * When :config-source is used with a relative filename, the file + is now searched in the config directory instead of the current + working directory. + * HTML5 inputs with date/time types now enter insert mode when + selected. + * dictcli.py now shows where dictionaries are installed to and + complains when running it as root if doing so would result in + a wrong installation path. + * Changes to userscripts: + + qute-pass: Don't run pass if only a username is requested. + + qute-pass: Support private domains like myrouter.local. + + readability: Improved CSS styling. + * Performance improvements in various areas: + + Loading config files + + Typing without any completion matches + + General keyboard handling + + Scrolling + * :version now shows details about the loaded + autoconfig.yml/config.py. + * Hosts are now additionally looked up including their ports in + netrc files. + * With Qt 5.10 or newer, qutebrowser now doesn't force software + rendering with Nouveau drivers anymore. However, + QtWebEngine/Chromium still do so. + * The XSS Auditor is now disabled by default + (content.xss_auditing = false). This reflects a similar change + in Chromium, see their XSS Auditor Design Document for details. + +Fixed + * :config-write-py now correctly writes config.unbind(...) lines + (instead of config.bind(..., None)) when unbinding a default + keybinding. + * Prevent repeat keyup events for JavaScript when a key is held + down. + * ~/.config/qutebrowser/blocked-hosts can now also contain + /etc/hosts-like lines, not just simple hostnames. + * Restored compatibility with Jinja2 2.8 + * Fixed implicit type conversion warning with Python 3.8. + * The desktop file now sets StartupWMClass correctly, so the + qutebrowser icon is no longer shown twice in the Gnome dock + when pinned. + * Bindings involving keys which need the AltGr key now work + properly. + * Fixed crash (caused by a Qt bug) when typing characters above + the Unicode BMP (such as certain emoji or CJK characters). + * dictcli.py now works properly again. + * Shift can now be used while typing hint keystrings, which e.g. + allows typing number hints on French keyboards. + * With rapid hinting in number mode, backspace now edits the + filter text after following a hint. + * A certain type of error ("locking protocol") while initializing + sqlite now isn't handled as crash anymore. + * Crash when showing a permission request in certain scenarios. + +Removed + * At least Python 3.5.2 is now required to run qutebrowser, + support for 3.5.0 and 3.5.1 was dropped. + +------------------------------------------------------------------- Old: ---- qutebrowser-1.7.0.tar.gz qutebrowser-1.7.0.tar.gz.asc New: ---- qutebrowser-1.8.1.tar.gz qutebrowser-1.8.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qutebrowser.spec ++++++ --- /var/tmp/diff_new_pack.YMYZBg/_old 2019-10-18 14:37:01.939677029 +0200 +++ /var/tmp/diff_new_pack.YMYZBg/_new 2019-10-18 14:37:01.943677019 +0200 @@ -17,7 +17,7 @@ Name: qutebrowser -Version: 1.7.0 +Version: 1.8.1 Release: 0 Summary: Keyboard-driven vim-like browser based on Qt5 License: GPL-3.0-or-later @@ -64,7 +64,7 @@ %prep %setup -q sed -i '1d' %{name}/__main__.py -sed -i 's,^#!/usr/bin/env python,#!/usr/bin/python,;s,^#!/usr/bin/env bash,#!/bin/bash,' \ +sed -i 's,^#!/usr/bin/env ,#!/usr/bin/,' \ misc/userscripts/* \ scripts/*.py mv misc/Makefile . ++++++ qutebrowser-1.7.0.tar.gz -> qutebrowser-1.8.1.tar.gz ++++++ ++++ 7138 lines of diff (skipped)
