Skip to content

Version 6.0 #1653

@r0x0r

Description

@r0x0r

Version 6.0 development is going along nicely. Release is expected during the summer. Current progress can be tracked in the https://github.com/r0x0r/pywebview/tree/6.0 branch.

Changelog so far is

⚡ Features

  • All Shared state management via window.state object. The state is automatically updated between Javascript and Python.
  • All New request_sent and response_received events. The events are fired when a HTTP request is sent and a response is received. Request headers can be modified before sending.
  • All Window specific menu that can be created via webview.create_window(menu=webview.menu.Menu).
  • All Add origin coordinates (x, y) to webview.screen.Screen object
  • All JS API nested classes can now be omitted from serialization by setting _serializable = False class attribute.
  • Cocoa New webview.settings['SHOW_DEFAULT_MENUS'] parameter to omit default menus. True by default.
  • Android Fullscreen mode support Android fullscreen support #1598.

🚀 Improvements

🐞 Bug fixes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions