All Versions
19
Latest Version
Avg Release Cycle
38 days
Latest Release
2209 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v12.4 Changes
May 24, 2020 -
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_pathstart arg to define a default file to retrieve when hitting the root URL.
- ➕ Add
-
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
jinja2as 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.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)