Skip to content
Compare
Choose a tag to compare
@r0x0r r0x0r released this 18 Apr 20:25
· 36 commits to master since this release
1134c81

⚡ Features

  • All Clear all the cookies (including HttpOnly) with window.clear_cookies(). Sponsored by TBS
  • All pywebview event handler can now have an optional window parameter that holds an instance of the Window object that triggered the event.

🚀 Improvements

  • Windows Add window shadow with webview.create_window(..., shadow=True). Thanks @yllhwa

🐞 Bug fixes

  • Cocoa Fix showing window
  • QT Fix fetching cookies in private mode
  • QT Fix blank screen in Pop! OS. Thanks @ysfchn.
  • GTK Fix frameless windows having a hard-coded minimum size. Thanks @coffeejunk