Releases: python-eel/Eel
Releases · python-eel/Eel
v0.18.1
v0.18.0
What's Changed
- Update testing workflow by @samuelhwilliams in #737
- Added app mode support for micorsoft edge, IE mode for internet explorer and increase timeout for test run. by @Meenapintu in #744
- Refinement of type annotations to reflect move to Python>=3.7 by @thatfloflo in #683
New Contributors
- @Meenapintu made their first contribution in #744
Full Changelog: v0.17.0...v0.18.0
v0.17.0
- Adds support for Python 3.11 and Python 3.12
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.