* Now allowing project's `assets` and `templates` folders to override themes' corresponding folders. * Optimising asset copying process while watching project for changes (**Statik** now only copies files that have been modified or do not yet exist in the destination assets folder). * Bumping minimum version dependency for `httpwatcher` to v0.5.0.
* Minor tweak to setup script to fix inclusion of `README.rst` file.
0.14.0
* Replacing [livereload](https://github.com/lepture/python-livereload) dependency with [httpwatcher](https://github.com/thanethomson/httpwatcher). * Adding ability to automatically open web browser when server starts up (and to turn it off).
0.13.0
* Adding Lorem Ipsum generator Markdown and Jinja extensions.
0.12.0
* Adding support for permalinking during Markdown processing. * Fixing bug where theme-based project generation uses old `assets` folder instead of theme's `assets` folder. * Fixing bug where folder watching doesn't work for themed projects.