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
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
π BREAKING CHANGES
[All] Window events are moved into window.events namespace. window.loaded, window.shown etc no longer work.
EdgeHTML support is removed.
β‘ Features
[All] Local homegrown HTTP server is replaced with bottle.py. Thanks @robb-brown for WSGI support.
[All] Native application menu support. See examples/menu.py for usage example. Thanks @sardination
[All] webview.start(private_mode=True, storage_path=None) Private mode and persistant storage support in a non-private mode. Private mode is enabled by default.
[All] webview.create_window(zoomable=False) Enable / disable zooming on webpage. Disabled by default.
[All] webview.create_window(draggable=False) Enable / disable dragging of IMG and A elements. Disabled by default.
[All] Local relative URLs (eg. src/index.html) are opened using the built-in http server by default. Support for local URLs is still possible using file:// schema