Skip to content

Releases: r0x0r/pywebview

4.4

26 Oct 20:52
Compare
Choose a tag to compare
4.4

🐞 Bug fixes

  • Cocoa Window not retaining focus on keystrokes. #1187
  • Cocoa App crashing when closing fullscreen window. #1236
  • Cocoa Video keeps playing after closing window. #1235
  • Cocoa Uploaded file is empty if filename contains a space. #1231
  • Cocoa Return value of confirmation dialog created by window.confirm. #976
  • Windows Fullscreen application disappearing after disconnecting extended display. #1229

🚀 Improvements

  • All Don't start http server for file:// urls. Thanks @glorpen
  • GTK Bump WebKit2 to 4.1. Thanks @starnight
  • Windows Disable swipe navigation #1230
  • Windows Window is changed to fullscreen on the current monitor in a multi-monitor setup.

4.3.3

08 Sep 20:30
Compare
Choose a tag to compare

🐞 Bug fixes

  • [QT] Fix QT implementation

4.3.2

01 Sep 07:47
Compare
Choose a tag to compare

🐞 Bug fixes

  • [Winforms] Fix easy_drag from being always enabled.

4.3.1

30 Aug 19:44
Compare
Choose a tag to compare

🐞 Bug fixes

  • [Cocoa] Add missing maximized implementation

4.3

30 Aug 11:32
Compare
Choose a tag to compare
4.3

⚡ Features

  • [All] webview.create_window(maximized=False) Create a window in a maximized state. Thanks @vsajip
  • [All] webview.create_window(screen=screen_instance) Create a window on a specific monitor, where screen is a screen returned by window.screens. Thanks @louisnw01
  • [All] Window title can be obtained / set via window.title.

🚀 Improvements

  • [All] Window closing event fired after closing confirmation #1178. Thanks @p4bl0-
  • [All] Improve performance of JS API calls by removing the initial delay of 100ms.
  • [GTK] Native JS Bridge. HTTP server based JS bridge is removed.
  • [GTK] Remove support for Webkit older than 2.2

🐞 Bug fixes

  • [All] Easy drag memory leak #1176
  • [Winforms] Easy drag support #1125
  • [Winforms] Incorrect DPI scaling
  • [Winforms] Private mode not working if webview.screens is returned before webview.start #1193
  • [QT] Add no sandbox for arch/manjaro/nixos to avoid white screen problem #890. Thanks @myuanz
  • [GTK] Closing event handlers cancellation. Thanks @p4bl0-
  • [GTK] SEGFAULT on second webview.start() call #1063. Thanks @PercentBoat4164

4.2.2

25 Jun 20:46
Compare
Choose a tag to compare
  • [All] Fix 'NoneType' object has no attribute 'start_server'. #1159

4.2.1

22 Jun 21:09
Compare
Choose a tag to compare

🐞 Bug fixes

  • [All] Fix installation.

4.2

22 Jun 20:51
Compare
Choose a tag to compare
4.2

⚡ Features

  • [All] webview.create_window(focus=False) to create a non-focusable window. Thanks @mi4code #1030.

🚀 Improvements

  • [All] Modernization of project infrastructure + typing. Thanks @demberto.
  • [Winforms] Top level menu item support. Thanks @zhengxiaoyao0716.
  • [Winforms] Disable touchpad elastic overscroll. Thanks @firai.

🐞 Bug fixes

  • [Winforms] Unable to load DLL 'WebView2Loader.dll': The specified module could not be found. Thanks @kawana77b #1078
  • [Cocoa] Add missing pip dependency pyobjc-framework-security.

4.1

02 May 12:51
Compare
Choose a tag to compare
4.1

Released 02/05/2023

⚡ Features

  • [Cocoa/QT/GTK] SSL support for built-in http server webview.start(ssl=True). Thanks @keredson

🚀 Improvements

  • [All] JS API exceptions are now printed both in Python and Javascript consoles.
  • [All] Hide menu bar when there is no menu. Thanks @Joffreybvn

🐞 Bug fixes

  • [All] Fix bug where http_port was not being forwarded to the actual window #1060. Thanks @robb-brown
  • [All] Switch from tempfile to os.devnull to fix PyInstaller issue. Thanks @simonrob
  • [Cocoa] Fix getting cookies in cocoa. Thanks @eerimoq
  • [Cocoa] Fix exception occurring when main menu for application cannot be obtained.
  • [Windows] A more robust logic for setting user data directory. Thanks @al-eax
  • [Windows] Fix exception when executing a menu function
  • [Windows] Fix the title and message of the confirmation dialog. Thanks @zhengxiaoyao0716

4.0.2

21 Feb 21:49
Compare
Choose a tag to compare

🚀 Improvements

  • [All] HTTP server is now multithreaded. This should prevent stalled requests. #1025
  • [Windows] webview.start(storage_path) can now be set in private mode. This can be useful if you do not have write access to EdgeChromium default data directory and get 0x80070005 (E_ACCESSDENIED) error. #1026

🐞 Bug fixes

  • [All] Fix AttributeError: module 'webview.http' has no attribute 'running' exception occurring when multiple windows are opened. Thanks @YidaozhanYa. #1024
  • [Winforms] Fix on_top not having any effect on Windows. #1036
  • [Winforms] Fix create_window(hidden=True) makes the show() command not work #1050
  • [Windows] Fix pyinstaller compatibility on Windows. Thanks @simonrob #1044
  • [CEF] Fix window.get_cookies() throwing KeyError exception. #1021
  • [Cocoa] Fix non-QWERTY keyboard shortcuts. Thanks @max-uho
  • [QT] Fix web inspector preventing to open. #1028
  • [GTK] Fix "ImportError: Requiring namespace 'Soup' version '2.4', but '3.0' is already loaded" Thanks @YidaozhanYa #1041