You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Display scaling support for Screen class. Screen objects now report proper DPI-aware dimensions. New properties include scale, dpi, physical_x, physical_y, physical_width and physical_height.
All New multiprocess example demonstrating multi-process architecture with a non-blocking architecture.
All Support for state index notation (eg. window.state["attribute"]) for easier state access.
Cocoa Improved 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
Small correction: The Cocoa and Winforms icon support (#1755 & #1757) was added by me.
I don't mind, but in case @sevilla wonders that they were tagged...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
⚡ 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. #1770CocoaImproved 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 #1780CocoaIcon support. Thanks @paco-sevilla. #1757WinformsIcon support. Thanks @paco-sevilla. #1755WinformsImproved theme detection using AppsUseLightTheme registry key instead of SystemUsesLightTheme. Thanks @Mnaisuka. #1760WinformsFallback to coreclr when netfx runtime is not found. Thanks @HZBHZB1234. #1791EdgeChromiumUpdate WebView2 to 1.0.3856.49QTSupport 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 #1776CocoaFix use-after-free crash on macOS ARM64 by disabling releasedWhenClosed. NSWindow now properly manages retain count. Thanks @smparkes. #1799CocoaFix 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. #1743CocoaFix macOS drag handler. Thanks @AlecHaring. #1742WinformsFix 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. #1811EdgeChromiumBetter exception handling in clear_user_data.This discussion was created from the release 6.2.
All reactions