This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Releases: python-eel/Eel
Releases · python-eel/Eel
v1.0.0-a1
GitHub Actions workflow
v0.10.4
Bug fix:
- Fix PyPi project description.
v0.10.3
Bug fix:
- Fix a bug that prevented using Eel without Jinja templating.
v0.10.2
Bug fix:
- Only render templates from within the declared jinja template directory.
v0.10.1
Fixed bug in eel.js that assumed browser was Electron
v0.10.0
- Corrective version bump after new feature included in 0.9.13
- Fix a bug with example 06 for Jinja templating; the
templateskwarg toeel.starttakes a filepath, not a bool.