Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Releases: python-eel/Eel

v0.13.2

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 01 Jul 20:10
  • Add default_path start arg to define a default file to retrieve when hitting the root URL.

v0.13.1

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 28 Jun 22:17
  • Shut down the Eel server less aggressively when websockets get closed (#337)

v0.13.0

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 21 Jun 21:22
90125fb
  • 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.

v0.12.4

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 24 May 14:39
c91fb2b
  • Return greenlet task from spawn() (#300)
  • Set JS mimetype to reduce errors on Windows platform (#289)

v0.12.3

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 20 Apr 12:19
7041a07
  • Search for Chromium on macOS.

v0.12.2

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 05 Jan 17:16
1241ffc

Fix a bug that prevents using middleware via a custom Bottle.

v0.12.1

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 02 Jan 19:10

v0.12.0

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 06 Dec 23:23
2276c55

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

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 24 Nov 10:59
ee87dd2

Fix the implementation of #203, allowing users to pass their own bottle instances into Eel.

v0.11.0

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 22 Oct 17:17

v0.11.0

  • Added support for app parameter to eel.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 to eel.start.
  • Add support for listening on all network interfaces via new all_interfaces parameter to eel.start.
  • Support for Microsoft Edge