Releases: python-eel/Eel
Releases · python-eel/Eel
v0.13.1
v0.13.0
- Drop support for Python versions below 3.6
- Add jinja2 as an extra for pip installation, e.g. pip install eel[jinja2].
- Bump dependencies in examples to dismiss github security notices. We probably want to set up a policy to ignore example dependencies as they shouldn't be considered a source of vulnerabilities.
- Disable edge on non-Windows platforms until we implement proper support.
v0.12.4
v0.12.3
- Search for Chromium on macOS.
v0.12.2
Fix a bug that prevents using middleware via a custom Bottle.
v0.12.1
- Check that Chrome path is a file that exists on Windows before blindly returning it. (https://github.com/samuelhwilliams/Eel/pull/223)
v0.12.0
Allow users to override the amount of time Python will wait for Javascript functions running via Eel to run before bailing and returning None
.
v0.11.1
v0.11.0
v0.11.0
- Added support for
app
parameter toeel.start
, which will override the bottle app instance used to run eel. This
allows developers to apply any middleware they wish to before handing over to eel. - Disable page caching by default via new
disable_cache
parameter toeel.start
. - Add support for listening on all network interfaces via new
all_interfaces
parameter toeel.start
. - Support for Microsoft Edge
v1.0.0-a1
GitHub Actions workflow