All Versions
19
Latest Version
Avg Release Cycle
38 days
Latest Release
1404 days ago

Changelog History
Page 2

  • v0.12.0 Changes

    December 06, 2019

    ๐Ÿ‘ 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 Changes

    November 24, 2019

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

  • v0.11.0 Changes

    October 22, 2019

    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.
    • 0๏ธโƒฃ 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
  • v0.10.4 Changes

    March 05, 2019

    ๐Ÿ› Bug fix:

    • ๐Ÿ›  Fix PyPi project description.
  • v0.10.3 Changes

    March 05, 2019

    ๐Ÿ› Bug fix:

    • ๐Ÿ›  Fix a bug that prevented using Eel without Jinja templating.
  • v0.10.2 Changes

    February 24, 2019

    ๐Ÿ› Bug fix:

    • Only render templates from within the declared jinja template directory.
  • v0.10.1 Changes

    February 20, 2019
    • Avoid name collisions when using Electron, so jQuery etc work normally
  • v0.10.0 Changes

    February 13, 2019
    • 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.
  • v0.9.13 Changes

    • โž• Add support for Jinja templating.