Releases: r0x0r/pywebview
Releases · r0x0r/pywebview
1.2
New
[All] Introducedload_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 #39New
[All] Added an example of a Flask-based application skeleton. The example can be found inexamples/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 userFix
[Linux] Compatibility with Qt 5.5. Thanks to @danidee10. #48
1.1
New
[OSX] Add a default application menu #35. Thanks @cuibonoboNew
[Linux] GTK is made as default and pypi dependency added. USE_GTK environment variable is also deprecated. To use QT, setwebview.config["USE_QT"] = True
Fix
[Windows] Open folder of create_file_dialog now returns Unicode, instead of byte encoding.
1.0.2
1.0.1
1.0
New
[All] Add an ability to programmatically destroy a webview windowFix
[Windows] Fullscreen modeFix
[Windows] Change setup.py to use pypiwin32 #22Fix
[Windows] Relative import of win32_gen fixed on Python 3 #20. Thanks to @yoavram for the contributionFix
[Windows] FileNotFound exception on Windows 2003. Thanks to @jicho for the contributionFix
[OSX] Non-SSL URLs are allowed by default on El Capitan. Thanks to @cr0hn for the contribution
0.9
Released 27/11/2015
New
[All] Right click context menu is disabled #12New
[All] Window minimum size constraints #13New
[All] Save file dialogNew
[All] Addeddirectory
andsave_filename
parameters tocreate_file_dialog
New
[All] An option to set a default directory in a file dialogNew
[GTK] Introduced USE_GTK environment variable. When set, GTK is preferred over QT.Fix
[Windows] Webview scrollbar sizing with a non-resizable windowFix
[Windows] Add support for application icon #9Fix
[Windows] Disable logging spam for comtypes