pywebview v1.2 Release Notes

  • ๐Ÿš€ Released 27/09/2016

    • ๐Ÿ New [All] Introduced load_html function that allows dynamic loading of HTML code, instead of a URL. Implemented for all platforms except Win32 (use Windows Forms). Thanks to @ysobolev #39
    • New [All] Added an example of a Flask-based application skeleton. The example can be found in examples/flask_app
    • ๐Ÿ New [Windows] Windows Forms based implementation of webview window. Requires pythonnet.
    • ๐Ÿ New [Windows] Introduced config["USE_WIN32"] variable that lets you choose between Win32 and Windows Forms. Default to True (Windows Forms will be made as default in the future)
    • ๐Ÿง Fix [Windows/Linux] Got rid of installation dependencies on Windows and Linux. The dependencies now have to be installed by hand and the choice of dependencies is left to user
    • ๐Ÿง Fix [Linux] Compatibility with Qt 5.5. Thanks to @danidee10. #48