Pywebview Versions Save

Build GUI for your Python program with JavaScript, HTML, and CSS

3.7

1 year ago

⚡ Features

  • [All] New window.moved event. Thanks @irtimir

🚀 Improvements

  • [EdgeChromium] Remove The system cannot find the file specified - Microsoft Edge WebView2 Runtime Registry path: Computer\HKEY_CURRENT_USER\Microsoft\EdgeUpdate\Clients{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} error message displayed in debug mode.
  • [CEF] error.log is no longer deleted when in debug mode.

🐞 Bug fixes

  • [All] Fix evaluate_js_async crash and program termination prevention. Thanks @detritophage.
  • [WinForms] Fix form initialization for pythonnet 3. Thanks @irtimir
  • [CEF] Fix errorous script execution in evaluate_js, so that further script do not get stuck. Thanks @irtimir
  • [CEF] Fix master uid not found error on startup.
  • [QT] Remove 'Empty key passed' messages. Thanks @TomFryers
  • [QT] PySide6 backend not working. Thanks @sbbosco
  • [QT] Prevent 'Release of profile requested but WebEnginePage still not deleted. Expect troubles !' message on close. Thanks @sbbosco

3.6.3

2 years ago

🐞 Bug fixes

  • [Winforms] Support for Edge Chromium v100. Thanks @greper.

3.6.2

2 years ago

🐞 Bug fixes

  • [Cocoa] Fix closing window

3.6.1

2 years ago
  • Fix [CEF] Exception on start

3.6

2 years ago
  • New [All] Python 3.6 is the minimum supported version from now on.
  • New [All] minimized, maximized, restored, resized events. Thanks @BillBridge for sponsorship.
  • New [All] evaluate_js async support. evaluate_js(code, callback) can evaluate promises via an optional callback parameter.
  • New [All] Events moved to its own window.events namespace (e.g. window.loadedwindow.events.loaded). Old events are supported throughout 3.x and will be removed in 4.0.
  • New [All] window.resize(width, height, fix_point) has now an optional parameter fix_point that controls in respect to which point the window is resized.
  • New [All] MSHTML and EdgeHTML are deprecated. No further development will be done on these renderers.
  • New [Winforms] Focus webview on start or window activate events.
  • New [EdgeChromium] Custom user agent support.
  • New [EdgeChromium] Window transparency support. Mouse and keyboards events are not supported in transparent. Thanks @odtian.
  • New [CEF] Ability to pass custom CEF browser settings. Thanks @Rolf-MP.
  • Improvement [EdgeChromium] Support non-elevated installations of WebView2. Thanks @ultrararetoad.
  • Improvement [EdgeChromium] Better support for Edge Chromium runtime detectiom. Thanks @r-muthu-saravanan.
  • Improvement [EdgeChromium] WebView2 runtime updated to
  • Improvement [QT] Pyside support via PyQT wrapper. Thanks @tshemeng.
  • Fix [Cocoa] Make Ctrl-C (SIGINT) work on Cocoa when running from the command line
  • Fix [EdgeChromium] Fix `load_html. Thanks @sbbosco.
  • Fix [Cocoa] Fix cancelling of closing the window in the closing event Thanks @fizzadar.
  • Fix [QT] Fix simultaneous calls to JS API.
  • Fix [GTK] Fix concurrency issues with get_size, get_position and get_current_url.

3.5

2 years ago
  • New [All] Get information about available screens via new webview.screens property.
  • New [All] Per window localization. Thanks @fizzadar.
  • New [All] Window closing can be cancelled by returning False from a closing event handler. #744.
  • Fix [All] Debug mode cannot be set under certain conditions. #628
  • Improvement [All] Selected web renderer printed in Python console in debug mode.
  • Improvement [All] JS API serialization logic. Thanks @peter23
  • Improvement [EdgeChromium] Chromium runtime updated to version 1.0.774.44. Thanks @sbbosco.
  • Improvement [EdgeChromium] Custom user agent support.
  • Fix [WinForms] Icon handling logic to make pywebview compatible with pystray. #720. Thanks @simonrob
  • Fix [EdgeChromium] Change webview component to transparent. Thanks @ODtian
  • Fix [CEF] Fix exception when destroying window
  • Fix [Cocoa] cmd+w bypasses exit confirmation dialogue. #698. Thanks @fizzadar
  • Fix [Cocoa] Fix window coordinate calculation logic when moving a window.
  • Fix [MSHTML] Fix drag_region
  • Fix [MSHTML] Fix window.alert

3.4

3 years ago
  • New [Windows] WebView2 Chromium support. Thanks sbbosco. #521.
  • Fix [All] Exception with HTML checkboxes and get_elements. #622.
  • Fix [All] pystray compatibility. Thanks AlexCovizzi. #486.
  • Fix [All] expose methods instead of all callables for JS API objects. Thanks jgentil. #629.
  • Fix [EdgeHTML] Make returning results of evaluate_js more robust. Thanks sbbosco.
  • Fix [QT] KDE_FULL_SESSION not being used. Thanks Maltzur.
  • Fix [Cocoa] Unicode filenames for input files.
  • Improvement [Cocoa] Only install the specific pyobjc packages required. Thanks Fizzadar.
  • Improvement [Cocoa] Add support for default document navigation and window handling shortcut keys . Thanks ikhmyz and Fizzadar

3.3.5

3 years ago
  • Fix [EdgeHTML] Server middleware handling
  • Fix [EdgeHTML] file:// url handling

3.3.4

3 years ago
  • [EdgeHTML] Fix content not displaying with local URLs or local HTTP server
  • [Cocoa] Fix arrow keys not responding in text input fields. Thanks awesomo4000

3.3.3

3 years ago
  • Fix [Cocoa] Save dialog not working #578.
  • Fix [Cocoa] Error sound being played when pressing keys on macOS #566.