All Versions
19
Latest Version
Avg Release Cycle
38 days
Latest Release
1219 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_path
start 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
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.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)