Releases: r0x0r/pywebview
Releases · r0x0r/pywebview
3.0.1
3.0.1
Released 25/07/2019
Fix
[All] Don't escape line breaks in result of js_bridge_call. Thanks @kvasserman.Fix
[Windows] Support for Pyinstaller noconsole modeFix
[Windows] Fix Windows version detection with frozen executables.Fix
[Windows] Open folder dialog now supportsdirectory
argument.Fix
[QT] Workaround for segmentation fault on closing the main window. Thanks @kvasserman.Fix
[pytest] Fix for pytest warning about invalid escape sequence
3.0
New
[All] New API. The API is not compatible with older versions of pywebview. See https://pywebview.flowrl.com for usage details. #272New
[All] Built-in HTTP server. #260New
[All] Autogenerated CSRF token exposed aswindow.pywebview.token
. #316New
[All]get_elements
function to retrieve DOM nodes. #292New
[All] New event system that lets you to subscribe to events.loaded
andshown
events are implemented. #201New
[Windows] EdgeHTML support. Thanks @HeavenVolkoff. #243Fix
[Windows] Fullscreen mode. #338Fix
[GTK] Better Javascript support for recent version of WebKit2Fix
[CEF] Support for PyInstaller in onefile mode
2.4
2.3
New
[All] Ability to resize window after creationwebview.set_window_size(width, height)
. Thanks @aprowe #274New
[Windows] Chrome Embedded Framework (CEF) support #15Improvement
[All] pywebview does not interfer with Python's logger configuration #295Fix
[All] Empty DOM issues when window is created without a URL #285Improvement
[macOS] Web renderer upgraded to WKWebViewImprovement
[macOS] Add support for Mojave dark modeFix
[macOS] Problem with handling paths containing spaces #283Fix
[QT] Better support for QTWebKit and QTWebChannel #304Improvement
[QT] Remove support for QT4Fix
[GTK] Thrown exception not Python 2 compatible #277
2.2.1
2.2
New
Brand new documentation at https://pywebview.flowrl.comImprovement
Simplify installation. Now pywebview can be installed bypip install pywebview
. Dependencies will be resolved and installed automaticallyImprovement
[GTK] Update to WebKit2
2.1
New
[All] IntroducePYWEBVIEW_GUI
environment variable andwebview.config.gui
property. Acceptable values are areqt
,gtk
andwin32
.USE_QT
andUSE_WIN32
is deprecated.Fix
[Cocoa] Closing main window does not result in program terminationFix
[All] New main window re-creation after closing. #229Fix
[QT] Debug mode #233Fix
[Cocoa/Windows] Preserve JS API on page reloadFix
[Windows]toggle_fullscreen()
function #232. Thanks @lt94Fix
[Windows]load_css()
function. Thanks @wormius.