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

Releases: python-eel/Eel

v0.18.2

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 22 Jun 18:21
07c0ec7

Remove pkg_resources; use importlib.resources

v0.18.1

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 22 Nov 17:07
0ede901

v0.18.1

Fixes v0.18.0, which was missing typing_extensions as a requirement.

v0.18.0

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 20 Nov 21:41
f53b1ee

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

Full Changelog: v0.17.0...v0.18.0

v0.17.0

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 11 Jul 22:38
cef0009
  • Adds support for Python 3.11 and Python 3.12

v0.16.0

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 20 Feb 20:32
ba8e933
  • Drop support for Python v3.6

v0.15.3

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 13 Feb 15:34
b88cf6e

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

v0.15.2

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 05 Feb 16:53
649214f
  • Adds register_eel_routes to handle applying Eel routes to non-Bottle custom app instances. (#573)

v0.15.1

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 09 Dec 20:44
eb705d1

Addresses two CVEs flagged by dependabot:

v0.15.0

Choose a tag to compare

@dstricks dstricks released this 14 Nov 06:09
038bc28
  • Add shutdown_delay as a start() function parameter (#529)

v0.14.0

Choose a tag to compare

@samuelhwilliams samuelhwilliams released this 17 Aug 18:17
8e5e90e
  • Change JS function name parsing to use PyParsing rather than regex, courtesy @KyleKing.