- [`django-unicorn`](https://www.django-unicorn.com) integration. - Fix: Passing `INSTALLED_APPS` into `init` now does not override the default apps.
0.28.0
- Add `DISABLE_WILDCARD_TEMPLATES` setting. - Add `data`, `slug`, `template`, and `now` to direct HTML template for as much parity to `markdown` content as possible.
0.27.0
- Support directory wildcards. - Add `paths` template tag.
0.26.0
- Ability to [configure cache](env.mdcache). - Allow content or data directory to be specified [48](https://github.com/adamghill/coltrane/issues/48). - Fix: Handle invalid JSON data [48](https://github.com/adamghill/coltrane/issues/48).
0.25.0
- If a markdown file with a slug cannot be found, look for a template with the same slug. Special case for `*.html` which can be a fall-back option to render for any slug. - Add `raise_404` template tag. - Add `last_path` template tag.