Recent Releases of eel
eel - v0.18.0
What's Changed
- Update testing workflow by @samuelhwilliams in https://github.com/python-eel/Eel/pull/737
- Added app mode support for micorsoft edge, IE mode for internet explorer and increase timeout for test run. by @Meenapintu in https://github.com/python-eel/Eel/pull/744
- Refinement of type annotations to reflect move to Python>=3.7 by @thatfloflo in https://github.com/python-eel/Eel/pull/683
New Contributors
- @Meenapintu made their first contribution in https://github.com/python-eel/Eel/pull/744
Full Changelog: https://github.com/python-eel/Eel/compare/v0.17.0...v0.18.0
- Python
Published by samuelhwilliams over 1 year ago
eel - 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.
- Python
Published by samuelhwilliams over 5 years ago
eel - v0.11.0
v0.11.0
- Added support for
appparameter 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_cacheparameter toeel.start. - Add support for listening on all network interfaces via new
all_interfacesparameter toeel.start. - Support for Microsoft Edge
- Python
Published by samuelhwilliams over 6 years ago
eel -
Fixed bug in eel.js that assumed browser was Electron
- Python
Published by ChrisKnott about 7 years ago