Released 31/10/2016 - `New` `Cocoa` Added View -> Fullscreen standard menu item. Thanks to bastula. - `New` `Cocoa` Added About menu item 45. Thanks to bastula. - `New` `Windows` An application icon for Windows Forms - `Fix` `Windows` Removed unnecessary pywin32 dependencies from Windows Forms 60 - `Fix` `Linux` Thread violation in load_url in GTK implementation 59
1.2.2
Released 10/10/2016
- `Fix` `All` Python 2 compatibility issue in Flask Example (52). Thanks to bastula. - `Fix` `Windows` Python 3 compatibility issue in Windows Forms implementation (51) - `Fix` `Linux` Resizing width/height: 100% problem on GTK (53). Thanks to klausweiss.
1.2.1
Released 29/09/2016
- `Fix` `Linux` GTK window failing to open. Thanks to lchish. 50
1.2
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
1.1
Released 08/06/2016
- `New` `OSX` Add a default application menu 35. Thanks cuibonobo - `New` `Linux` GTK is made as default and pypi dependency added. USE_GTK environment variable is also deprecated. To use QT, set `webview.config`"USE_QT"` = True` - `Fix` `Windows` Open folder of create_file_dialog now returns Unicode, instead of byte encoding.
1.0.2
Released 19/05/2016
- `Fix` `Windows` Fix a dead-lock that sometimes occurs on a window creation, when used with a HTTP server running in a separate thread.