pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/qutebrowser



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Jun 26 20:01:50 UTC 2020

Modified Files:
        pkgsrc/www/qutebrowser: Makefile PLIST distinfo

Log Message:
www/qutebrowser: update to 1.13.0

v1.13.0
Deprecated
    The :inspector command is deprecated and has been replaced by a new
    :devtools command (see below).

Removed
    The :debug-log-level command was removed as it's replaced by the new
    logging.level.console setting.
    The qute://plainlog special page got replaced by qute://log?plain - the
    names of those pages is considered an implementation detail, and
    :messages --plain should be used instead.

Changed
    Changes to commands:
        :config-write-py now adds a note about config.py files being targeted at
        advanced users.
        :report now takes two optional arguments for bug/contact information, so
        that it can be used without the report window popping up.
        :message now takes a --logfilter / -f argument, which is a list of
        logging categories to show.
        :debug-log-filter now understands the full logfilter syntax.
    Changes to settings:
        fonts.tabs has been split into fonts.tabs.{selected,unselected} (see
        below).
        statusbar.hide has been renamed to statusbar.show with the possible
        values being always (hide = False), never (hide = True) or
        in-mode (new, only show statusbar outside of normal mode.
        The QtFont config type formerly used for fonts.tabs and
        fonts.debug_console is now removed and entirely replaced by Font. The
        former distinction was mainly an implementation detail, and the accepted
        values shouldn't have changed.
        input.rocker_gestures has been renamed to input.mouse.rocker_gestures.
        content.dns_prefetch is now enabled by default again, since the crashes
        it caused are now fixed (Qt 5.15) or worked around.
        scrolling.bar supports a new overlay value to show an overlay
        scrollbar, which is now the default. On unsupported configurations
        (on Qt < 5.11, with QtWebKit or on macOS), the value falls back to
        when-searching or never (QtWebKit).
        url.auto_search supports a new schemeless value which always opens a
        search unless the given URL includes an explicit scheme.
    New handling of bindings in hint mode which fixes various bugs and allows
    for single-letter keybindings in hint mode.
    The statusbar now shows partial keychains in all modes (e.g. while hinting).
    New t[Cc][Hh] default bindings which work similarly to the t[Ss][Hh]
    bindings for JavaScript but toggle cookie permissions.
    The tor_identity userscript now takes the password via a -p flag and has
    a new -c flag to customize the Tor control port.
    Small performance improvements.

Added
    New settings:
        logging.level.ram and logging.level.console to configure the default
        logging levels via the config.
        fonts.tabs.selected and fonts.tabs.unselected to set the font of the
        selected tab independently from unselected tabs (e.g. to make it bold).
        input.mouse.back_forward_buttons which can be set to false to disable
        back/forward mouse buttons.
    New :devtools command (replacing :inspector) with various improved
    functionality:
        The devtools can now be docked to the main window, by running
        :devtools left (wIh), bottom (wIj), top (wIk) or right
        (wIl). To show them in a new window, use :devtools window (wIw).
        Using :devtools (wi) will open them at the last used position.
        The devtool window now has a "qutebrowser developer tools" window title.
        When a resource is opened from the devtools, it now opens in a proper
        qutebrowser tab.
        On Fedora, when the qt5-webengine-devtools package is missing, an error
        is now shown instead of a blank inspector window.
        If opened as a window, the devtools are now closed properly when the
        associated tab is closed.
        When the devtools are clicked, insert mode is entered automatically.

Fixed
    Crash when tabs.focus_stack_size is set to -1.
    Crash when a pdf.js file for PDF.js exists, but viewer.html does not.
    Crash when :completion-item-yank --sel is used on a platform without
    primary selection support (e.g. Windows/macOS).
    Crash when there's a feature permission request from Qt with an invalid URL
    (which happens due to a Qt bug with Qt 5.15 in private browsing mode).
    Crash in rare cases where QtWebKit/QtWebEngine imports fail in unexpected
    ways.
    Crash when something removed qutebrowser's IPC socket file and it's been
    running for 6 hours.
    :config-write-py now works with paths starting with ~/... again.
    New site-specific quirk for a missing globalThis in Qt <= 5.12 on Reddit
    and Spotify.
    When ; is added to hints.chars, using hint labels containing ;; now
    works properly.
    Hint letters outside of ASCII should now work.
    When bindings.key

    _mappings is used with hints, it now works properly with
    letters outside of ASCII as well.
    With Qt 5.15, the audible/muted indicators are not updated properly due to a
    Qt bug. This release adds a workaround so that at least the muted indicator
    is shown properly.
    As a workaround for crashes with QtWebEngine versions between 5.12 and 5.14
    (inclusive), changing the user agent (content.headers.user_agent) exposed
    to JS now requires a restart. The corresponding HTTP header is not affected.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/qutebrowser/Makefile \
    pkgsrc/www/qutebrowser/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/qutebrowser/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/qutebrowser/Makefile
diff -u pkgsrc/www/qutebrowser/Makefile:1.1 pkgsrc/www/qutebrowser/Makefile:1.2
--- pkgsrc/www/qutebrowser/Makefile:1.1 Tue Jun 16 09:04:38 2020
+++ pkgsrc/www/qutebrowser/Makefile     Fri Jun 26 20:01:50 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/06/16 09:04:38 pin Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/26 20:01:50 pin Exp $
 
-DISTNAME=      qutebrowser-1.12.0
+DISTNAME=      qutebrowser-1.13.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=qutebrowser/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/www/qutebrowser/distinfo
diff -u pkgsrc/www/qutebrowser/distinfo:1.1 pkgsrc/www/qutebrowser/distinfo:1.2
--- pkgsrc/www/qutebrowser/distinfo:1.1 Tue Jun 16 09:04:38 2020
+++ pkgsrc/www/qutebrowser/distinfo     Fri Jun 26 20:01:50 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/06/16 09:04:38 pin Exp $
+$NetBSD: distinfo,v 1.2 2020/06/26 20:01:50 pin Exp $
 
-SHA1 (qutebrowser-1.12.0.tar.gz) = ef616391e4279f8c06318767c44d51ab16de9aa1
-RMD160 (qutebrowser-1.12.0.tar.gz) = c54e7bbb3cc2c90b9cc4b58e9f5bb84badcb78cc
-SHA512 (qutebrowser-1.12.0.tar.gz) = 0d4fb711d4940c40d178579b915e860d1dae75dd0950399122d30ff90e8327f69d44c4cdd863db8013db179bf74679d33750488ddf40547e7b2acc54b89788eb
-Size (qutebrowser-1.12.0.tar.gz) = 3246466 bytes
+SHA1 (qutebrowser-1.13.0.tar.gz) = db97d09762edd3fbd500262406cf0a07722feac5
+RMD160 (qutebrowser-1.13.0.tar.gz) = 7ba8c081cb9560ef43a05158c1f2ea7e2f3a6d81
+SHA512 (qutebrowser-1.13.0.tar.gz) = b2f6caaf14b0fc823bd2ce7c807126c472adbb71a51bb34f2a5688ac4ef79cb854f5236b8652956bb65714d4f02e1e96544931f5e3f08bbd0018b46be8d5a9b9
+Size (qutebrowser-1.13.0.tar.gz) = 3260059 bytes

Index: pkgsrc/www/qutebrowser/PLIST
diff -u pkgsrc/www/qutebrowser/PLIST:1.2 pkgsrc/www/qutebrowser/PLIST:1.3
--- pkgsrc/www/qutebrowser/PLIST:1.2    Tue Jun 16 11:11:40 2020
+++ pkgsrc/www/qutebrowser/PLIST        Fri Jun 26 20:01:50 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/16 11:11:40 pin Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/26 20:01:50 pin Exp $
 bin/qutebrowser
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -353,6 +353,7 @@ ${PYSITELIB}/qutebrowser/img/file.svg
 ${PYSITELIB}/qutebrowser/img/folder.svg
 ${PYSITELIB}/qutebrowser/javascript/caret.js
 ${PYSITELIB}/qutebrowser/javascript/global_wrapper.js
+${PYSITELIB}/qutebrowser/javascript/globalthis_quirk.user.js
 ${PYSITELIB}/qutebrowser/javascript/greasemonkey_wrapper.js
 ${PYSITELIB}/qutebrowser/javascript/history.js
 ${PYSITELIB}/qutebrowser/javascript/pac_utils.js



Home | Main Index | Thread Index | Old Index