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] HTTP server is now multithreaded. This should prevent stalled requests. #1025
[Windows] webview.start(storage_path) can now be set in private mode. This can be useful if you do not have write access to EdgeChromium default data directory and get 0x80070005 (E_ACCESSDENIED) error. #1026
🐞 Bug fixes
[All] Fix AttributeError: module 'webview.http' has no attribute 'running' exception occurring when multiple windows are opened. Thanks @YidaozhanYa. #1024
[Winforms] Fix on_top not having any effect on Windows. #1036
[Winforms] Fix create_window(hidden=True) makes the show() command not work #1050
[Windows] Fix pyinstaller compatibility on Windows. Thanks @simonrob#1044