From 4c22c0beb2628be4f13c7c08c4e4ea14de63df35 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 12 Apr 2025 21:33:19 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 79f89bb00..8ce0eb020 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -22,6 +22,9 @@ v3.5.0 (unreleased) Changed ~~~~~~~ +- Windows/macOS releases are now built with Qt 6.9.0 + * Based on Chromium 130.0.6723.192 + * Security fixes up to Chromium 133.0.6943.141 - The `content.headers.user_agent` setting now has a new `{upstream_browser_version_short}` template field, which is the upstream/Chromium version but shortened to only major version. @@ -67,7 +70,8 @@ Fixed - Resolved issues in userscripts: * `qute-bitwarden` will now prompt a re-login if its cached session has been invalidated since last used. (#8456) - * `qute-bitwarden`, `-lastpass` and `-pass` now avoid a `DeprecationWarning` from the upcoming 6.0 release of `tldextract` + * `qute-bitwarden`, `-lastpass` and `-pass` now avoid a + `DeprecationWarning` from the upcoming 6.0 release of `tldextract` [[v3.4.0]] v3.4.0 (2024-12-14)