pywebview v2.0 Release Notes

  • ๐Ÿš€ Released 28/04/2018

    • ๐Ÿ‘ New [All] Multi-window support
    • New [All] Ability to call Python code from Javascript via window.pywebview.api
    • ๐ŸŒ New [All] Debug mode. Web inspector for Cocoa/GTK/QT and basic debug information for WinForms.
    • New [All] File filter support in create_file_dialog
    • ๐Ÿ’ป New [All] target='_blank' links are now opened in an external browser
    • New [All] Change window title via a set_title function #159
    • New [All] load_css function
    • New [All] Support for relative local URLs in create_window / load_html. Linked local resources are resolved as well. #186
    • New [All] todos example app demonstrating js api and relative local URLs.
    • New [All] Text select in the webview window is disabled by default. Added text_select argument to create_window function.
    • ๐Ÿ‘ New [QT] OpenBSD 6.x support #213. Thanks @hucste.
    • Fix [All] base_uri parameter of load_html defaults to the directory of the entry script
    • Fix [All] Consistent return types with evaluate_js across different platforms #175
    • Fix [All] Various concurrency issues and deadlocks
    • Fix [Winforms] Hide Message from webpage when using alert Javascript function #150
    • ๐Ÿ‘ Fix [Winforms] Support for high DPI #179
    • ๐Ÿ‘ Fix [QT] Support for QT 5.10 #171. Thanks @adbenitez
    • ๐Ÿšš Fix [QT] Deprecate QT4. Starting from this verison new features won't be tested on QT4 and support will be removed in the future.