Skip to content

Releases: python-eel/Eel

v0.17.0

11 Jul 22:38
cef0009
Compare
Choose a tag to compare
  • Adds support for Python 3.11 and Python 3.12

v0.16.0

20 Feb 20:32
ba8e933
Compare
Choose a tag to compare
  • Drop support for Python v3.6

v0.15.3

13 Feb 15:34
b88cf6e
Compare
Choose a tag to compare

Thank you to @thatfloflo for their hard work adding type hints throughout the Eel codebase in #577 🎉

v0.15.2

05 Feb 16:53
649214f
Compare
Choose a tag to compare
  • Adds register_eel_routes to handle applying Eel routes to non-Bottle custom app instances. (#573)

v0.15.1

09 Dec 20:44
eb705d1
Compare
Choose a tag to compare

Addresses two CVEs flagged by dependabot:

v0.15.0

14 Nov 06:09
038bc28
Compare
Choose a tag to compare
  • Add shutdown_delay as a start() function parameter (#529)

v0.14.0

17 Aug 18:17
8e5e90e
Compare
Choose a tag to compare
  • Change JS function name parsing to use PyParsing rather than regex, courtesy @KyleKing.

v0.13.2

01 Jul 20:10
Compare
Choose a tag to compare
  • Add default_path start arg to define a default file to retrieve when hitting the root URL.

v0.13.1

28 Jun 22:17
Compare
Choose a tag to compare
  • Shut down the Eel server less aggressively when websockets get closed (#337)

v0.13.0

21 Jun 21:22
90125fb
Compare
Choose a tag to compare
  • 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.