5.3
#1500
Replies: 1 comment 1 reply
-
@r0x0r how to custom window appearance, would u give a simple example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
⚡ Features
All
Native window object for each platform is now exposedwindow.native
. You can use it for example for applying custom appearance to a window. Additionally WebView is exposed viawindow.native.webview
All
Newwindow.events.before_show
event.All
New DomEventHandlerdebounce
parameter. It can be used it for solving performance issues withdragover
andmouseover
events.GTK/QT
application icon support for GTK and QT platformswebview.start(icon=<path>)
🚀 Improvements
All
Storage path is now verified for write permissions before application start. An exception is thrown, if path is not writable.All
Refined logic at which point of the startup procedureshown
event is fired.Cocoa
Better handling of stopping event loop in headless environments.Windows
Fallback to WinForms when QT is forced and not availableWindows
Remove white border in a fullscreen window.Windows
Support multiple selection in open folder dialog.🐞 Bug fixes
All
Support for Unicode filenames in drag and drop. Thanks @hustshenlCocoa
Fix open file dialog file type selector and all files filterCocoa
Fix folder drag and drop. Thanks @pythonsGTK
Fix multiple file drag and drop on certain Linux distributions. Thanks @coffeejunkQT
QT6 compatilibityQT
Release of profile requested but WebEnginePage still not deleted with multiple windowsWindows
Graceful handling forshcore.dll
not being present on Windows 7. Thanks @rafael-vasconcellos.Windows
Return result of open folder dialog is fixed to tuple.Edge Chromium
Current url not being updated after a navigation event. Thanks @hustshenlThis discussion was created from the release 5.3.
Beta Was this translation helpful? Give feedback.
All reactions