summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-17 16:56:11 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-17 17:00:22 +0200
commitcfb4d952ddf6ab0b52c91b22d0fd4abcd71b2992 (patch)
treec46574a881af813e09129e35f600feded845a5d9
parent4e6e1efd2342fb2b929bd0a3e1b5dff6f860340a (diff)
downloadqutebrowser-cfb4d952ddf6ab0b52c91b22d0fd4abcd71b2992.tar.gz
qutebrowser-cfb4d952ddf6ab0b52c91b22d0fd4abcd71b2992.zip
Update changelog from master
-rw-r--r--doc/changelog.asciidoc35
1 files changed, 35 insertions, 0 deletions
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)
--------------------