Update changelog

This commit is contained in:
Florian Bruhin 2025-06-05 14:06:03 +02:00
parent 3f31a0005a
commit 5926932a6d
1 changed files with 13 additions and 4 deletions

View File

@ -19,13 +19,22 @@ breaking changes (such as renamed commands) can happen in minor releases.
v3.5.1 (unreleased)
-------------------
Changed
~~~~~~~
- Windows/macOS releases now bundle Qt 6.9.1, including many graphics-related
bugfixes, as well as security patches up to Chromium 136.0.7103.114.
Fixed
~~~~~
- Resolved issues in userscripts:
* `qute-bitwarden`, `-lastpass` and `-pass` now properly avoid a
`DeprecationWarning` from the upcoming 6.0 release of `tldextract`.
The previous fix in v3.5.1 was insufficient.
- A bogus "wildcard call disconnects from destroyed signal" warning from Qt is
now suppressed.
- PDF.js now loads correctly on Windows installations with broken mimetype
configurations.
- The `qute-bitwarden`, `-lastpass` and `-pass` userscripts now properly avoid
a `DeprecationWarning` from the upcoming 6.0 release of `tldextract`. The
previous fix in v3.5.1 was insufficient.
[[v3.5.0]]
v3.5.0 (2025-04-12)