Pequenawebview

Latest version: v4.1.3

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

Scan your dependencies

Page 6 of 9

2.0

Released 28/04/2018
- `New` [All] Multi-window support
- `New` [All] Ability to call Python code from Javascript via `window.pywebview.api`
- `New` [All] Debug mode. Web inspector for Cocoa/GTK/QT and basic debug information for WinForms.
- `New` [All] File filter support in `create_file_dialog`
- `New` [All] `target='_blank'` links are now opened in an external browser
- `New` [All] Change window title via a `set_title` function 159
- `New` [All] `load_css` function
- `New` [All] Support for relative local URLs in `create_window` / `load_html`. Linked local resources are resolved as well. 186
- `New` [All] `todos` example app demonstrating js api and relative local URLs.
- `New` [All] Text select in the webview window is disabled by default. Added `text_select` argument to `create_window` function.
- `New` [QT] OpenBSD 6.x support 213. Thanks hucste.
- `Fix` [All] `base_uri` parameter of `load_html` defaults to the directory of the entry script
- `Fix` [All] Consistent return types with `evaluate_js` across different platforms 175
- `Fix` [All] Various concurrency issues and deadlocks
- `Fix` [Winforms] Hide `Message from webpage` when using `alert` Javascript function 150
- `Fix` [Winforms] Support for high DPI 179
- `Fix` [QT] Support for QT 5.10 171. Thanks adbenitez
- `Fix` [QT] Deprecate QT4. Starting from this version new features won't be tested on QT4 and support will be removed in the future.

1.8

Released 29/10/2017
- pywebview has the official logo
- shivaprsdv is now an official maintainer of the project
- `New` [All] Add an ability to run Javascript code using `evaluate_js` function
- `Fix` [Cocoa] Implement missing webview components (file input dialog, alert()/confirm() JS functions)
- `Fix` [Winforms] Fix issue with non-responsive UI when a loading screen background color is used
- `Fix` [Winforms] Add support for Del and Ctrl+A keys in input elements.
- `New` [QT] QT5 is now prefererred over QT4
- `Fix` [QT] Fix return parameters of `create_file_dialog` to have the same format as on other platforms
- `Fix` [GTK] Better threading model. Thanks to jorants 121

1.7

Released 08/06/2017
- `New` [All] Add a basic test suite and continuous integration. 88
- `New` [All] Add a background_color parameter to create_window, which specifies the default color of the webview window. Refer to examples/loading_indicator.py for example use. Thanks to shivaprsdv. 90
- `New` [Cocoa] Disable backspace navigation. Thanks to shivaprsdv. 102
- `New` [Cocoa] Implementation of window.print() and window.confirm method. Thanks to shivaprsdv. 97
- `Fix` [Cocoa] Fix non-existing localization string in save file dialog
- `New` [Winforms] Disable all the shortcut keys of web navigation
- `Fix` [Winforms] Fix load_html failing sometimes due thread violation
- `Fix` [GTK] Implement fall-through to QT, when GTK is present, but not GTK.WebKit.

1.6

Released 29/03/2017
- `New` [All] Quit confirmation dialog 31
- `New` [All] webview.config can be used using the dot notation (ie. webview.config.use_win32 = True)
- `New` [Winforms] Disable context menu
- `Fix` [Winforms] Application icon is now visible in the application window when frozen with PyInstaller 91
- `Fix` [Mac] load_html() is invoked as soon as the webview is ready 93
- `Fix` [QT] get_current_url() not working due a typo. Thanks maroc81. 85
- `Fix` [GTK] Better exception handling when GTK is not found 94
- `Fix` [GTK] destroy_window() 95

1.5

Released 09/02/2017
- `New` [All] toggle_fullscreen function 52
- `New` [All] get_current_url function 76
- `New` [Winforms] Javascript errors are now suppressed
- `Fix` [Winforms] Fixed resizable=False not being enforced 73

1.4

Released 14/01/2017
- `New` [All] pip installation now supports choosing what dependencies to install. See README for more information. Thanks josePhoenix
- `New` [All] Localization support. Refer to `examples/localization.py` for an example use
- `New` [Mac] QT5 support
- `Fix` [Windows] File dialogs are now attached to the main window
- `Fix` [Windows] Pyinstaller crash issue with an icon in Windows Forms

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.