All Versions
43
Latest Version
Avg Release Cycle
50 days
Latest Release
1806 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.0 Changes
๐ Released 28/04/2018
- ๐
New[All] Multi-window support New[All] Ability to call Python code from Javascript viawindow.pywebview.api- ๐
New[All] Debug mode. Web inspector for Cocoa/GTK/QT and basic debug information for WinForms. New[All] File filter support increate_file_dialog- ๐ป
New[All]target='_blank'links are now opened in an external browser New[All] Change window title via aset_titlefunction #159New[All]load_cssfunctionNew[All] Support for relative local URLs increate_window/load_html. Linked local resources are resolved as well. #186New[All]todosexample app demonstrating js api and relative local URLs.New[All] Text select in the webview window is disabled by default. Addedtext_selectargument tocreate_windowfunction.- ๐
New[QT] OpenBSD 6.x support #213. Thanks @hucste. Fix[All]base_uriparameter ofload_htmldefaults to the directory of the entry scriptFix[All] Consistent return types withevaluate_jsacross different platforms #175Fix[All] Various concurrency issues and deadlocksFix[Winforms] HideMessage from webpagewhen usingalertJavascript 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.
- ๐
-
v1.8 Changes
๐ Released 29/10/2017
- pywebview has the official logo
- @shivaprsdv is now an official maintainer of the project
New[All] Add an ability to run Javascript code usingevaluate_jsfunctionFix[Cocoa] Implement missing webview components (file input dialog, alert()/confirm() JS functions)- ๐ฑ
Fix[Winforms] Fix issue with non-responsive UI when a loading screen background color is used - ๐
Fix[Winforms] Add support for Del and Ctrl+A keys in input elements. New[QT] QT5 is now prefererred over QT4Fix[QT] Fix return parameters ofcreate_file_dialogto have the same format as on other platforms- ๐
Fix[GTK] Better threading model. Thanks to @jorants #121
-
v1.7 Changes
๐ Released 08/06/2017
- โ
New[All] Add a basic test suite and continuous integration. #88 New[All] Add a background_color parameter to create_window, which specifies the default color of the webview window. Refer to examples/loading_indicator.py for example use. Thanks to @shivaprsdv. #90New[Cocoa] Disable backspace navigation. Thanks to @shivaprsdv. #102- ๐จ
New[Cocoa] Implementation of window.print() and window.confirm method. Thanks to @shivaprsdv. #97 Fix[Cocoa] Fix non-existing localization string in save file dialog- ๐
New[Winforms] Disable all the shortcut keys of web navigation Fix[Winforms] Fix load_html failing sometimes due thread violationFix[GTK] Implement fall-through to QT, when GTK is present, but not GTK.WebKit.
- โ
-
v1.6 Changes
๐ Released 29/03/2017
New[All] Quit confirmation dialog #31New[All] webview.config can be used using the dot notation (ie. webview.config.use_win32 = True)New[Winforms] Disable context menuFix[Winforms] Application icon is now visible in the application window when frozen with PyInstaller #91Fix[Mac] load_html() is invoked as soon as the webview is ready #93Fix[QT] get_current_url() not working due a typo. Thanks @maroc81. #85- ๐ป
Fix[GTK] Better exception handling when GTK is not found #94 Fix[GTK] destroy_window() #95
-
v1.5 Changes
๐ Released 09/02/2017
New[All] toggle_fullscreen function #52New[All] get_current_url function #76New[Winforms] Javascript errors are now suppressed- ๐
Fix[Winforms] Fixed resizable=False not being enforced #73
-
v1.4 Changes
๐ Released 14/01/2017
- ๐
New[All] pip installation now supports choosing what dependencies to install. See README for more information. Thanks @josePhoenix - ๐
New[All] Localization support. Refer toexamples/localization.pyfor an example use - ๐
New[Mac] QT5 support - ๐
Fix[Windows] File dialogs are now attached to the main window - ๐
Fix[Windows] Pyinstaller crash issue with an icon in Windows Forms
- ๐
-
v1.3 Changes
๐ 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
-
v1.2.2 Changes
๐ 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.
-
v1.2.1 Changes
๐ Released 29/09/2016
- ๐ง
Fix[Linux] GTK window failing to open. Thanks to @lchish. #50
- ๐ง
-
v1.2 Changes
๐ Released 27/09/2016
- ๐
New[All] Introducedload_htmlfunction 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 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 user - ๐ง
Fix[Linux] Compatibility with Qt 5.5. Thanks to @danidee10. #48
- ๐