Skip to content

v0.11.0

Compare
Choose a tag to compare
@samuelhwilliams samuelhwilliams released this 22 Oct 17:17

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