Releases: python-eel/Eel
Releases · python-eel/Eel
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
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
v0.10.4
Bug fix:
- Fix PyPi project description.
v0.10.3
Bug fix:
- Fix a bug that prevented using Eel without Jinja templating.