Commit Graph

  • 6f2c5daeac - Update %description - Update to version 1.4.0: Added: * Support for the bundled sip module in PyQt 5.11 and other changes in Qt/PyQt 5.11.x. * New --debug-flag log-requests to log requests to the debug log for debugging. * New --first flag for :hint (bound to gi for inputs) which automatically selects the first hint. * New input.escape_quits_reporter setting which can be used to avoid accidentally quitting the crash reporter when pressing escape. * New qute-lastpass userscript which uses the LastPass CLI to fill passwords. * The Makefile now installs a /usr/share/metainfo/qutebrowser.appdata.xml file. * QtWebEngine: Support for printing from webpages via window.print. * QtWebEngine: Support for muting tabs: + New {audio} field for window.title_format and tabs.title.format which displays [M]/[A] for muted/recently audible tabs. + New :tab-mute command (bound to <Alt-m>) to mute/unmute a tab. * QtWebEngine: Support for content.cookies.accept with third-party cookies blocked by default (requires Qt 5.11). * QtWebEngine: New settings: + Support for requesting persistent storage via navigator.webkitPersistentStorage.requestQuota with a new content.persistent_storage setting (requires Qt 5.11). Mia Herkt 2018-07-03 17:00:39 +0000
  • 55a7ac49b6 Accepting request 618472 from network Dominique Leuenberger 2018-06-25 09:39:59 +0000
  • 2fb049d512 OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=43 Mia Herkt 2018-06-22 10:36:38 +0000
  • bfd2924df7 - Update to version 1.3.3: Security: * An XSS vulnerability on the qute://history page allowed websites to inject HTML into the page via a crafted title tag. This could allow them to steal your browsing history. If you're currently unable to upgrade, avoid using :history. A CVE request for this issue is pending. Fixed: * Crash in a workaround for a Qt 5.11 bug in rare circumstances. * Workaround for a Qt bug which preserves searches between page loads. Mia Herkt 2018-06-22 10:28:04 +0000
  • 058536967e Accepting request 616627 from network Yuchen Lin 2018-06-19 09:59:37 +0000
  • 0590b2cdfe OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=40 Mia Herkt 2018-06-13 21:58:41 +0000
  • 63acd95b9d - Update to version 1.3.2: * QtWebEngine: Improved workaround for a bug in Qt 5.11 where only the top/bottom half of the window is used. * QtWebEngine: Work around a bug in Qt 5.11 where an endless loading-loop is triggered when clicking a link with an unknown scheme. * QtWebEngine: When switching between pages with changed settings, less unnecessary reloads are done now. * QtWebEngine: It's now possible to open external links such as magnet:// or mailto: via hints. Mia Herkt 2018-06-13 21:57:45 +0000
  • 40b88104f8 Accepting request 612820 from network Dominique Leuenberger 2018-05-29 14:53:05 +0000
  • bfb2dfdd84 - Update to version 1.3.1: * Work around a bug in Qt 5.11 where only the top/bottom half of the window is used. This workaround is incomplete, but fixes the majority of the cases where this happens. * Work around keyboard focus issues with Qt 5.11. * Work around an issue in Qt 5.11 where e.g. activating JavaScript per-domain needed a manual reload in some cases. * Don't crash when a ² key is pressed (e.g. on AZERTY keyboards). * Don't crash when a tab is opened and quickly closed again. Mia Herkt 2018-05-29 09:30:11 +0000
  • d8dfd0229a Accepting request 604030 from network Dominique Leuenberger 2018-05-13 14:04:48 +0000
  • 2b3097e09e - Use upstream Makefile to install * Package scripts and manpage - Package AppStream metadata Mia Herkt 2018-05-04 12:36:37 +0000
  • 9e86249800 - Update to version 1.3.0: Added: * New :scroll-to-anchor command to scroll to an anchor in the document. * New url.open_base_url option to open the base URL of a searchengine when no search term is given. * New tabs.min_width setting to configure the minimal width for tabs. * New userscripts: + getbib to download bibtex information for DOIs on a page. + qute-keepass to get passwords from KeePassX. Changed: * QtWebEngine: Support for JavaScript Shared Web Workers have been disabled on Qt versions older than 5.11 because of security issues in in Chromium. You can get the same effect in earlier versions via ":set qt.args ['disable-shared-workers']". An equivalent workaround is also contained in Qt 5.9.5 and 5.10.1. * The file dialog for downloads now has basic tab completion based on the entered text. * :version now shows OS information for POSIX OS other than Linux/macOS. * When there's an error inserting the text from an external editor, a backup file is now saved. * The window.hide_wayland_decoration setting got renamed to window.hide_decoration and now also works outside of wayland. * The tabs.favicons.show setting now can take three values: 'always' (was True), 'never' (was False) and 'pinned' (to only show favicons for pinned tabs). * Hover tooltips on tabs now always show the webpage's title. Mia Herkt 2018-05-04 10:40:54 +0000
  • cc71377b20 Accepting request 587069 from network Dominique Leuenberger 2018-03-16 09:42:53 +0000
  • f8bbc50f8d - Update to version 1.2.1: Fixed: * qutebrowser now starts properly when the PyQt5 QOpenGLFunctions package wasn't found. * The keybinding cheatsheet on the quickstart page is now loaded from a local qute:// URL again. * Unbinding keys which were bound in older qutebrowser versions now doesn't crash anymore. * Fixed a crash when reloading a page which wasn't fully loaded with v1.2.0 * Keys on the numeric keypad now fall back to the same bindings without Num+ if no Num+ binding was found. * Fixed hinting on some pages with Qt < 5.10. * Titles are now displayed correctly again for tabs which are cloned or loaded from sessions. Mia Herkt 2018-03-14 19:33:26 +0000
  • 284a31a9e8 Accepting request 585199 from network Dominique Leuenberger 2018-03-11 14:25:51 +0000
  • 078255349b - Update keyring Mia Herkt 2018-03-10 02:21:03 +0000
  • e03c5d1109 - Update to version 1.2.0: Added: * Initial implementation of per-domain settings: + :set and :config-cycle now have a -u/--pattern argument taking a URL match pattern for supported settings. + config.set in config.py now takes a third argument which is the pattern. + New with config.pattern('...') as p: context manager for config.py to use the shorthand syntax with a pattern. + New tsh keybinding to toggle scripts for the current host. With a capital S, the toggle is saved. With a capital H, subdomains are included. With u instead of h, the exact current URL is used. + New tph keybinding to toggle plugins, with the same additional binding described above. * New QtWebEngine features: + Caret/visual mode + Authentication via ~/.netrc + Retrying downloads with Qt 5.10 or newer + Hinting and other features inside same-origin frames * New flags for existing commands: + :session-load has a new --delete flag which deletes the session after loading it. + New --no-last flag for :tab-focus to not focus the last tab when focusing the currently focused one. + New --edit flag for :view-source to open the source in an external editor. + New --select flag for :follow-hint which acts like the given string was entered but doesn't necessary follow the hint. Mia Herkt 2018-03-10 01:40:36 +0000
  • 8b54a12d2a Accepting request 581855 from network Dominique Leuenberger 2018-03-02 20:12:23 +0000
  • 4fe337e420 - Update to version 1.1.2: Fixed: * QtWebEngine: Crash with Qt 5.10.1 when using :undo on some tabs. * Compatibility with Python 3.7 - Use %license macro Mia Herkt 2018-03-01 23:58:39 +0000
  • 611075190b Accepting request 567918 from network Dominique Leuenberger 2018-01-24 14:28:44 +0000
  • 626c800588 - Update to version 1.1.1: * Fixed crashes with Qt 5.10 when closing a tab before it finished loading. Mia Herkt 2018-01-20 18:54:11 +0000
  • 51346c78d4 Accepting request 565835 from network Dominique Leuenberger 2018-01-17 20:56:56 +0000
  • fef0e8b0a9 Accepting request 565833 from home:lachs0r:branches:network Alexei Sorokin 2018-01-15 19:51:08 +0000
  • caa9483a8b Accepting request 546225 from network Dominique Leuenberger 2017-11-30 11:44:53 +0000
  • f7b454ae93 Accepting request 546189 from home:lachs0r:branches:network Alexei Sorokin 2017-11-28 12:47:46 +0000
  • 05cb0286b5 Accepting request 538970 from network Dominique Leuenberger 2017-11-07 08:59:44 +0000
  • 2dc9810c70 Accepting request 538969 from home:avindra Alexei Sorokin 2017-11-04 16:48:14 +0000
  • ca06401ce8 Accepting request 535736 from network Dominique Leuenberger 2017-10-23 14:52:02 +0000
  • eef8a06b39 OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=17 Alexei Sorokin 2017-10-21 22:23:30 +0000
  • 5dd8120626 Accepting request 534475 from network Dominique Leuenberger 2017-10-18 08:54:24 +0000
  • 8e5dc2f6c6 Accepting request 534464 from home:avindra Alexei Sorokin 2017-10-17 14:09:12 +0000
  • d734ce0e44 Accepting request 533748 from network Dominique Leuenberger 2017-10-13 12:20:14 +0000
  • e0a2321974 Accepting request 533709 from home:alois:branches:network Alexei Sorokin 2017-10-12 19:38:06 +0000
  • 282cd3e224 Accepting request 516639 from network Dominique Leuenberger 2017-08-14 10:40:52 +0000
  • 9d16646a7d Accepting request 516636 from home:lachs0r:qutebrowser Alexei Sorokin 2017-08-13 18:22:47 +0000
  • 289bcee0e2 Accepting request 492417 from network Dominique Leuenberger 2017-05-03 13:57:46 +0000
  • c68d689507 - Update to version 0.10.1. Alexei Sorokin 2017-05-02 07:03:23 +0000
  • 7a4d09b4b3 Accepting request 460538 from network Dominique Leuenberger 2017-03-02 18:36:29 +0000
  • f8e5e547f1 - Update to version 0.10.0. Alexei Sorokin 2017-02-26 13:56:56 +0000
  • fa688b31d4 Accepting request 460361 from home:ofsw:branches:network Alexei Sorokin 2017-02-25 10:58:41 +0000
  • 63fc95974d Accepting request 416070 from network Dominique Leuenberger 2016-08-03 09:44:27 +0000
  • 7b21f88f39 - Update to version 0.8.1. Alexei Sorokin 2016-07-30 16:10:57 +0000
  • 4dc64375ec Accepting request 401262 from network Dominique Leuenberger 2016-06-12 16:55:31 +0000
  • 3299db7ecd - Update to version 0.7.0. Alexei Sorokin 2016-06-11 10:08:50 +0000
  • 0dbe33e28e Accepting request 394116 from network Dominique Leuenberger 2016-05-10 07:27:31 +0000
  • 95f6408896 - Update to version 0.6.2. Alexei Sorokin 2016-05-07 07:51:37 +0000
  • 9a0b14c804 Accepting request 391512 from network Dominique Leuenberger 2016-04-30 21:29:17 +0000
  • d9644c0a5b Accepting request 391400 from home:XRevan86 Andrey Karepin 2016-04-23 18:00:39 +0000