Pywebview

Latest version: v5.1

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 12

1.2.1

- `Fix` [Linux] Fix GTK window failing to open. Thanks to lchish. 50

1.2

- `New` [All] Introduced `load_html` function that allows dynamic loading of HTML code, instead of a URL. Implemented for all platforms except Win32 (use Windows Forms). Thanks to ysobolev 39
- `New` [All] Added an example of a Flask-based application skeleton. The example can be found in `examples/flask_app`
- `New` [Windows] Windows Forms based implementation of webview window. Requires pythonnet.
- `New` [Windows] Introduced config["USE_WIN32"] variable that lets you choose between Win32 and Windows Forms. Default to True (Windows Forms will be made as default in the future)
- `Fix` [Windows/Linux] Got rid of installation dependencies on Windows and Linux. The dependencies now have to be installed by hand and the choice of dependencies is left to user
- `Fix` [Linux] Compatibility with Qt 5.5. Thanks to danidee10. 48

1.1

- `New` [OSX] Add a default application menu 35. Thanks cuibonobo
- `New` [Linux] GTK is made as default and pypi dependency added. USE_GTK environment variable is also deprecated. To use QT, set `webview.config["USE_QT"] = True`
- `Fix` [Windows] Open folder of create_file_dialog now returns Unicode, instead of byte encoding.

1.0.2

- `Fixed` [Windows] Fix a dead-lock that sometimes occurs on a window creation, when used with a HTTP server running in a separate thread.

1.0.1

- `Fix` [Windows] PyInstaller: Icon not found 29

1.0

- `New` [All] Add an ability to programmatically destroy a webview window
- `Fix` [Windows] Fullscreen mode
- `Fix` [Windows] Change setup.py to use pypiwin32 22
- `Fix` [Windows] Relative import of win32_gen fixed on Python 3 20. Thanks to yoavram for the contribution
- `Fix` [Windows] FileNotFound exception on Windows 2003. Thanks to jicho for the contribution
- `Fix` [OSX] Non-SSL URLs are allowed by default on El Capitan. Thanks to cr0hn for the contribution

Page 10 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.