Blueprints no longer need to use a branch that matches the current version of Tarbell, meaning you can use a `master` branch (or something else).
Custom template types: Add `TEMPLATE_TYPES` setting (a list, tuple, set or other iterable) to `tarbell_config.py` to render new file types with Jinja. Use mimetypes like `text/plain`. In addition, all template-related code now lives in `tarbell/template.py`.
Lots of bug fixes and documentation updates.