Skip to content

Releases: python-eel/Eel

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
  • Check that Chrome path is a file that exists on Windows before blindly returning it. (#223)

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

v0.10.4

05 Mar 21:11
Compare
Choose a tag to compare

Bug fix:

  • Fix PyPi project description.

v0.10.3

05 Mar 20:59
3bb6f80
Compare
Choose a tag to compare

Bug fix:

  • Fix a bug that prevented using Eel without Jinja templating.