pywebview v6.2.1 Release Notes
Release Date: 2026-04-15 // about 2 months ago-
🛠 🐞 Bug fixes
WinformsFix screen scale reporting inScreenobject.
Previous changes from v6.2
-
⚡ Features
AllDisplay scaling support forScreenclass. Screen objects now report proper DPI-aware dimensions. New properties includescale,dpi,physical_x,physical_y,physical_widthandphysical_height.AllNewmultiprocessexample demonstrating multi-process architecture with a non-blocking architecture.- 👍
AllSupport for state index notation (eg.window.state["attribute"]) for easier state access. AllBump minimum Python version to 3.8.
🚀 Improvements
- 👍
AllSupport for static methods for JS API exposure. Thanks @ivanovmatveywork. #1770 CocoaImproved file picker to use all MIME types from accept attribute in NSOpenPanel. Wildcard types (image/, video/) are now properly mapped to their supertype UTIs. Thanks @JMHSV. #1781 #1780- 👍
CocoaIcon support. Thanks @sevilla. #1757 - 👍
WinformsIcon support. Thanks @sevilla. #1755 WinformsImproved theme detection using AppsUseLightTheme registry key instead of SystemUsesLightTheme. Thanks @Mnaisuka. #1760WinformsFallback to coreclr when netfx runtime is not found. Thanks @HZBHZB1234. #1791- ⚡️
EdgeChromiumUpdate WebView2 to 1.0.3856.49 QTSupport forREMOTE_DEBUGGING_PORTviawebview.settings['REMOTE_DEBUGGING_PORT']. Thanks @cybergrind. #1740
🛠 🐞 Bug fixes
- 🔊
AllFix file pattern parsing in file dialogs. AllFixwindow.exposerace condition.- 🏁
AllFix 'WindowsPath' object has no attribute '_hash'. Thanks @jonathanbluhm. #1762 #1776 - 🚀
CocoaFix use-after-free crash on macOS ARM64 by disabling releasedWhenClosed. NSWindow now properly manages retain count. Thanks @smparkes. #1799 CocoaFix single app delegate - use a single shared AppDelegate instead of one per window. Thanks @smparkes. #1801CocoaClear delegates before removing from instances dict in windowWillClose_ to prevent callbacks after window closure. Thanks @smparkes. #1802CocoaFix input file accept parameter handling. #1604CocoaPrevent crash in windowDidBecomeKey_ when window is closed.- 🚀
CocoaRelease retained instances on window close to prevent memory leaks in macOS Tahoe. Thanks @AlecHaring. #1743 - 🍎
CocoaFix macOS drag handler. Thanks @AlecHaring. #1742 - 👍
WinformsFix window position scaling for proper multi-monitor support. WinformsFix logical pixels calculation for DPI-aware rendering.- 🚦
WinformsFix Ctrl+C signal handling. QTFix resize problem.- 🚚
QTFix mousemove exception and other minor issues. GTKFix menu rendering.GTKFix response_received events when there's no request_sent event. Thanks @jmuchemb. #1784GTKFix background color not being applied correctly. #1811- 👉
EdgeChromiumBetter exception handling in clear_user_data.