-
-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from ChrisKnott/shw-only-render-templates
Only render jinja templates
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# Change log | ||
|
||
### v0.10.2 | ||
* Only render templates from within the declared jinja template directory. | ||
|
||
### v0.10.1 | ||
* Avoid name collisions when using Electron, so jQuery etc work normally | ||
|
||
## v0.10.0 | ||
* 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 | ||
### v0.9.13 | ||
* Add support for Jinja templating. | ||
|
||
## Earlier | ||
### Earlier | ||
* No changelog notes for earlier versions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
setup( | ||
name='Eel', | ||
version='0.10.1', | ||
version='0.10.2', | ||
author='Chris Knott', | ||
author_email='[email protected]', | ||
packages=['eel'], | ||
|