Skip to content

Releases: python-eel/Eel

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.

v0.12.4

24 May 14:39
c91fb2b
Compare
Choose a tag to compare
  • Return greenlet task from spawn() (#300)
  • Set JS mimetype to reduce errors on Windows platform (#289)

v0.12.3

20 Apr 12:19
7041a07
Compare
Choose a tag to compare
  • Search for Chromium on macOS.

v0.12.2

05 Jan 17:16
1241ffc
Compare
Choose a tag to compare

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

v0.12.1

02 Jan 19:10
Compare
Choose a tag to compare

v0.12.0

06 Dec 23:23
2276c55
Compare
Choose a tag to compare

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

24 Nov 10:59
ee87dd2
Compare
Choose a tag to compare

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

v0.11.0

22 Oct 17:17
Compare
Choose a tag to compare

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

v1.0.0-a1

03 Oct 19:24
Compare
Choose a tag to compare
v1.0.0-a1 Pre-release
Pre-release
GitHub Actions workflow