summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-10-19 20:36:07 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-10-19 20:36:22 +0200
commit2793e92db5d1f12d98bbe5b3baa1a2c1be458bcc (patch)
tree2dfe69ec015561f6948ec1fe1b02852f79887369
parentb30b569fdcc5fad789ac3b21b0024664be6cfd65 (diff)
downloadqutebrowser-2793e92db5d1f12d98bbe5b3baa1a2c1be458bcc.tar.gz
qutebrowser-2793e92db5d1f12d98bbe5b3baa1a2c1be458bcc.zip
Fix up changelog
(cherry picked from commit 193b5a50a7c4448b6e700756f3854ac9332cbbc7)
-rw-r--r--doc/changelog.asciidoc34
1 files changed, 21 insertions, 13 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 58fdc524e..db4014be5 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,27 @@ 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.
+[[v3.0.2]]
+v3.0.2 (unreleased)
+-------------------
+
+Fixed
+~~~~~
+
+- Upgraded the bundled Qt version to 6.5.3. Note this is only relevant for the
+ macOS/Windows releases, on Linux those will be upgraded via your distribution
+ packages. This Qt patch release comes with
+ https://code.qt.io/cgit/qt/qtreleasenotes.git/tree/qt/6.5.3/release-note.md[various important fixes],
+ among them:
+ * Fix for crashes on Google Meet / GMail with dark mode enabled
+ * Fix for right-click in devtools not working properly
+ * Fix for drag & drop not working on Wayland
+ * Fix for some XKB key remappings not working
+ * Security fixes up to Chromium 116.0.5845.187, including
+ https://chromereleases.googleblog.com/2023/09/stable-channel-update-for-desktop_11.html[CVE-2023-4863],
+ a critical heap buffer overflow in WebP, for which "Google is aware that an
+ exploit [...] exists in the wild."
+
[[v3.0.1]]
v3.0.1 (2023-10-19)
-------------------
@@ -38,19 +59,6 @@ Fixed
transparent.
- Due to a Qt bug, cloning/undoing a tab which was not fully loaded caused
qutebrowser to crash. This is now fixed via a workaround.
-- Upgraded the bundled Qt version to 6.5.3. Note this is only relevant for the
- macOS/Windows releases, on Linux those will be upgraded via your distribution
- packages. This Qt patch release comes with
- https://code.qt.io/cgit/qt/qtreleasenotes.git/tree/qt/6.5.3/release-note.md[various important fixes],
- among them:
- * Fix for crashes on Google Meet / GMail with dark mode enabled
- * Fix for right-click in devtools not working properly
- * Fix for drag & drop not working on Wayland
- * Fix for some XKB key remappings not working
- * Security fixes up to Chromium 116.0.5845.187, including
- https://chromereleases.googleblog.com/2023/09/stable-channel-update-for-desktop_11.html[CVE-2023-4863],
- a critical heap buffer overflow in WebP, for which "Google is aware that an
- exploit [...] exists in the wild."
- Graphical glitches in Google sheets and PDF.js via a new setting
`qt.workarounds.disable_accelerated_2d_canvas` to disable the accelerated 2D
canvas feature which defaults to enabled on affected Qt versions. (#7489)