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

Changelog History
Page 1

  • v12.4 Changes

    May 24, 2020
    • Return greenlet task from spawn() (#300)
    • ๐Ÿ Set JS mimetype to reduce errors on Windows platform (#289)
  • v1.0.0-a1

    October 03, 2019
  • v0.14.0 Changes

    August 17, 2020
    • ๐Ÿ”„ Change JS function name parsing to use PyParsing rather than regex, courtesy @KyleKing.
  • v0.13.2 Changes

    July 01, 2020
    • โž• Add default_path start arg to define a default file to retrieve when hitting the root URL.
  • v0.13.1 Changes

    June 28, 2020
    • Shut down the Eel server less aggressively when websockets get closed (#337)
  • v0.13.0 Changes

    June 21, 2020
    • โฌ‡๏ธ 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.
  • v0.12.4 Changes

    • Return greenlet task from spawn() (#300)
    • ๐Ÿ Set JS mimetype to reduce errors on Windows platform (#289)
  • v0.12.3 Changes

    April 20, 2020
    • ๐ŸŽ Search for Chromium on macOS.
  • v0.12.2 Changes

    January 05, 2020
    • ๐Ÿ›  Fix a bug that prevents using middleware via a custom Bottle.
  • v0.12.1 Changes

    January 02, 2020
    • ๐Ÿ Check that Chrome path is a file that exists on Windows before blindly returning it. (#223)