Recent Releases of eel

eel - v0.18.2

Remove pkg_resources; use importlib.resources

- Python
Published by samuelhwilliams 8 months ago

eel - v0.18.1

v0.18.1

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

- Python
Published by samuelhwilliams over 1 year ago

eel - v0.18.0

What's Changed

  • Update testing workflow by @samuelhwilliams in https://github.com/python-eel/Eel/pull/737
  • Added app mode support for micorsoft edge, IE mode for internet explorer and increase timeout for test run. by @Meenapintu in https://github.com/python-eel/Eel/pull/744
  • Refinement of type annotations to reflect move to Python>=3.7 by @thatfloflo in https://github.com/python-eel/Eel/pull/683

New Contributors

  • @Meenapintu made their first contribution in https://github.com/python-eel/Eel/pull/744

Full Changelog: https://github.com/python-eel/Eel/compare/v0.17.0...v0.18.0

- Python
Published by samuelhwilliams over 1 year ago

eel - v0.17.0

  • Adds support for Python 3.11 and Python 3.12

- Python
Published by samuelhwilliams over 1 year ago

eel - v0.16.0

  • Drop support for Python v3.6

- Python
Published by samuelhwilliams about 3 years ago

eel - v0.15.3

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

- Python
Published by samuelhwilliams about 3 years ago

eel - v0.15.2

  • Adds registereelroutes to handle applying Eel routes to non-Bottle custom app instances. (https://github.com/python-eel/Eel/pull/573)

- Python
Published by samuelhwilliams about 3 years ago

eel - v0.15.1

Addresses two CVEs flagged by dependabot:

  • Critical: CVE-2022-31799
  • Moderate: CVE-2020-28473

- Python
Published by samuelhwilliams about 3 years ago

eel - v0.15.0

  • Add shutdown_delay as a start() function parameter (#529)

- Python
Published by dstricks over 3 years ago

eel - v0.14.0

  • Change JS function name parsing to use PyParsing rather than regex, courtesy @KyleKing.

- Python
Published by samuelhwilliams over 5 years ago

eel - v0.13.2

  • Add default_path start arg to define a default file to retrieve when hitting the root URL.

- Python
Published by samuelhwilliams over 5 years ago

eel - v0.13.1

  • Shut down the Eel server less aggressively when websockets get closed (#337)

- Python
Published by samuelhwilliams over 5 years ago

eel - v0.13.0

  • 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.

- Python
Published by samuelhwilliams over 5 years ago

eel - v0.12.4

  • Return greenlet task from spawn() (#300)
  • Set JS mimetype to reduce errors on Windows platform (#289)

- Python
Published by samuelhwilliams almost 6 years ago

eel - v0.12.3

  • Search for Chromium on macOS.

- Python
Published by samuelhwilliams almost 6 years ago

eel - v0.12.2

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

- Python
Published by samuelhwilliams about 6 years ago

eel - v0.12.1

  • Check that Chrome path is a file that exists on Windows before blindly returning it. (https://github.com/samuelhwilliams/Eel/pull/223)

- Python
Published by samuelhwilliams about 6 years ago

eel - v0.12.0

Allow users to override the amount of time Python will wait for Javascript functions running via Eel to run before bailing and returning None.

- Python
Published by samuelhwilliams about 6 years ago

eel - v0.11.1

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

- Python
Published by samuelhwilliams over 6 years ago

eel - v0.11.0

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

- Python
Published by samuelhwilliams over 6 years ago

eel - v1.0.0-a1

- Python
Published by samuelhwilliams over 6 years ago

eel - v0.10.4

Bug fix: * Fix PyPi project description.

- Python
Published by samuelhwilliams almost 7 years ago

eel - v0.10.3

Bug fix: * Fix a bug that prevented using Eel without Jinja templating.

- Python
Published by samuelhwilliams almost 7 years ago

eel - v0.10.2

Bug fix: * Only render templates from within the declared jinja template directory.

- Python
Published by samuelhwilliams almost 7 years ago

eel -

Fixed bug in eel.js that assumed browser was Electron

- Python
Published by ChrisKnott about 7 years ago

eel - v0.10.0

  • Corrective version bump after new feature included in 0.9.13
  • Fix a bug with example 06 for Jinja templating; the templates kwarg to eel.start takes a filepath, not a bool.

- Python
Published by samuelhwilliams about 7 years ago