Skip to content

Releases: r0x0r/pywebview

3.0.1

25 Jul 11:10
Compare
Choose a tag to compare

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 mode
  • Fix [Windows] Fix Windows version detection with frozen executables.
  • Fix [Windows] Open folder dialog now supports directory 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

10 Jul 21:17
2c4f5a8
Compare
Choose a tag to compare
3.0
  • New [All] New API. The API is not compatible with older versions of pywebview. See https://pywebview.flowrl.com for usage details. #272
  • New [All] Built-in HTTP server. #260
  • New [All] Autogenerated CSRF token exposed as window.pywebview.token. #316
  • New [All] get_elements function to retrieve DOM nodes. #292
  • New [All] New event system that lets you to subscribe to events. loaded and shown events are implemented. #201
  • New [Windows] EdgeHTML support. Thanks @HeavenVolkoff. #243
  • Fix [Windows] Fullscreen mode. #338
  • Fix [GTK] Better Javascript support for recent version of WebKit2
  • Fix [CEF] Support for PyInstaller in onefile mode

2.4

17 Feb 22:02
Compare
Choose a tag to compare
2.4
  • New [All] Support for frameless windows. #169
  • Fix [Windows] Fix broken installation of v2.3 #314

2.3

12 Feb 21:31
Compare
Choose a tag to compare
2.3
  • New [All] Ability to resize window after creation webview.set_window_size(width, height). Thanks @aprowe #274
  • New [Windows] Chrome Embedded Framework (CEF) support #15
  • Improvement [All] pywebview does not interfer with Python's logger configuration #295
  • Fix [All] Empty DOM issues when window is created without a URL #285
  • Improvement [macOS] Web renderer upgraded to WKWebView
  • Improvement [macOS] Add support for Mojave dark mode
  • Fix [macOS] Problem with handling paths containing spaces #283
  • Fix [QT] Better support for QTWebKit and QTWebChannel #304
  • Improvement [QT] Remove support for QT4
  • Fix [GTK] Thrown exception not Python 2 compatible #277

2.2.1

24 Oct 17:32
Compare
Choose a tag to compare
  • Fix Dependency installation
  • New Reintroduce [qt] extra require switch

2.2

23 Oct 15:29
2a37008
Compare
Choose a tag to compare
2.2
  • New Brand new documentation at https://pywebview.flowrl.com
  • Improvement Simplify installation. Now pywebview can be installed by pip install pywebview. Dependencies will be resolved and installed automatically
  • Improvement [GTK] Update to WebKit2

2.1

16 Sep 20:18
Compare
Choose a tag to compare
2.1
  • New [All] Introduce PYWEBVIEW_GUI environment variable and webview.config.gui property. Acceptable values are are qt, gtk and win32. USE_QT and USE_WIN32 is deprecated.
  • Fix [Cocoa] Closing main window does not result in program termination
  • Fix [All] New main window re-creation after closing. #229
  • Fix [QT] Debug mode #233
  • Fix [Cocoa/Windows] Preserve JS API on page reload
  • Fix [Windows] toggle_fullscreen() function #232. Thanks @lt94
  • Fix [Windows] load_css() function. Thanks @wormius.

2.0.3

16 May 19:51
6d5bcbf
Compare
Choose a tag to compare

[QT] Fix a deadlock preventing QT implementation from starting
[QT] QT is set to default on QT-based systems

2.0.2

08 May 13:51
Compare
Choose a tag to compare
  • [Windows] Yet another fix to the pip installation problem

2.0.1

08 May 12:53
Compare
Choose a tag to compare
  • [Windows] Fix installation through pip