Skip to content

Releases: python-eel/Eel

v0.18.1

22 Nov 17:07
0ede901
Compare
Choose a tag to compare

v0.18.1

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

v0.18.0

20 Nov 21:41
f53b1ee
Compare
Choose a tag to compare

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

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.