Releases: python-eel/Eel
Releases · python-eel/Eel
v0.17.0
v0.16.0
- Drop support for Python v3.6
v0.15.3
Thank you to @thatfloflo for their hard work adding type hints throughout the Eel codebase in #577 🎉
v0.15.2
v0.15.1
Addresses two CVEs flagged by dependabot:
- Critical: CVE-2022-31799
- Moderate: CVE-2020-28473
v0.15.0
v0.14.0
v0.13.2
- Add
default_path
start arg to define a default file to retrieve when hitting the root URL.
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.