Interesting changes in Qt 6.7
- Schedule: Qt 6.7 Release - Qt Wiki (not up yet)
- API review: ...
- Issues: Issue Navigator - Qt Bug Tracker
- Codereview: dev, 6.7
Interesting changes which didn't make it into 6.6 (#7646):
- Add new API for screen capturing (I4bfad887) · Gerrit Code Review tracking issue: https://github.com/qutebrowser/qutebrowser/issues/8214
- QIODevice for request body in QWebEngineUrlRequestInterceptor (Ib6010dad) · Gerrit Code Review
Add QWebEngineSettings::AutoDarkModeEnabled (I4b3512dc) · Gerrit Code Review
(yes, I'm pretty sure that'd mean toggling dark mode without restart, and most likely per-domain dark mode toggling)
:heavy_check_mark: done here: https://github.com/qutebrowser/qutebrowser/pull/8182
Add setting method to set image animation policy (I8b3ab606) · Gerrit Code Review
Note we can expose this as an option needing a restart with earlier Qt versions:
python3 -m qutebrowser --temp-basedir --qt-flag blink-settings=imageAnimationPolicy=1 https://giphy.com/categories
where (with both Qt 5 and Qt 6), 0 is the default (kImageAnimationPolicyAllowed), 1 animates once (kImageAnimationPolicyAnimateOnce) and 2 disables animations (kImageAnimationPolicyNoAnimation).
- Qt 6.7 Platform and Module freeze 24.11.2023
- Qt 6.7 Feature Freeze 8.12.2023
- Qt 6.7 Beta1 19.12.2023
- Qt 6.7 RC 5.3.2024
- Qt 6.7 Final release 19.3.2024
The developer tools have changed their styling, that's interesting!