From cfb4d952ddf6ab0b52c91b22d0fd4abcd71b2992 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 17 Jul 2020 16:56:11 +0200 Subject: Update changelog from master --- doc/changelog.asciidoc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 245c23d23..1dc3ca748 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -15,6 +15,41 @@ breaking changes (such as renamed commands) can happen in minor releases. // `Fixed` for any bug fixes. // `Security` to invite users to upgrade in case of vulnerabilities. +v1.13.1 (unreleased) +-------------------- + +Fixed +~~~~~ + +- With Qt 5.14, shared workers are now disabled. This works around a crash in + QtWebEngine on certain sites (like the Epic Games Store or the Unreal Engine + page). +- When a window is closed, the tab it contains are now correctly shut down + (closing e.g. any dialogs which are still open for those tabs). +- The Qt 5.15 session workaround now loads the correct (rather than the latest) + page when `:back` was used before saving a session. +- In certain situations on Windows, qutebrowser fails to find the username of + the user launching qutebrowser (most likely due to a bug in the application + launching it). When this happens, an error is now displayed instead of + crashing. +- Certain `autoconfig.yml` with an invalid structure could lead to crashes, + which are now fixed. +- Generating docs with `asciidoc2html.py` (e.g. via `mkvenv.py`) now works + correctly without Pygments being installed system-wide. +- Ever since Qt 5.9, when `input.mouse.rocker_gestures` was enabled, the + context menu still was shown when clicking the right mouse button, thus + preventing the rocker gestures. This is now fixed. +- Clicking the inspector switched from existing modes (such as passthrough) to + normal mode since v1.13.0. Now insert mode is only entered when the inspector + is clicked in normal mode. +- Pulseaudio now shows qutebrowser's audio streams as qutebrowser correctly, + rather than showing them as Chromium with some Qt versions. +- If `:help` was called with a deprecated command (e.g. `:help :inspector`), + the help page would show despite deprecated commands not being documented. + This now shows an error instead. +- The `qute-lastpass` userscript now filters out duplicate entries with + `--merge-candidates`. + v1.13.0 (2020-06-26) -------------------- -- cgit v1.2.3-54-g00ecf