* Simplify project by dropping support for all Python versions except for the current version (3.8) * Add support for repeated pages (e.g. events -> event details)
1.4.0
------------------
* Add Python 3.8 support * Drop Python 3.4 support * Don't remove output folder, but remove it's contents instead. Removing the folder would cause permission issues, when serving with a local web server for development.
1.3.0
------------------
* Add option to render Mako exceptions
1.2.0
------------------
* Set default input encoding to UTF-8
1.1.0
------------------
* Added subdirectory support * Added support for pretty urls (default) * Both <PAGE NAME>.template.mako and <PAGE NAME>.part.mako files won't be rendered now
1.0.0
------------------
* Template rendering is working * Added YAML data file support * Improved program verbosity