Releases: adamghill/coltrane
Releases · adamghill/coltrane
0.35.4
- Prevent missing
compress
templatetag from raising an error when calling the compress
management command.
0.35.3
- Set
COMPRESS_OFFLINE=True
when running the compress
management command.
0.35.2
- Add all environment variables to
settings.ENV
, not just the variables from .env
.
0.35.1
- Update default
Dockerfile
to fix some deployment problems.
0.35.0
- Include variables from
.env
file in settings.ENV
.
- Rewrite all docs to remove any perceived dependency on
poetry
.
- Create nested folder structure for new sites.
0.34.0
- Add
coltrane
context template variable to expose the coltrane
settings.
- Add support for
django-compressor
.
- Add support for redirects.
0.33.0
- Bump
rich-click
dependency and slightly better command aliases support.
0.32.1
- Parse JSON5 data as UTF-8.
0.32.0
- Add
pubdate
to RSS feed #61 by Tobi-De.
- Support setting a custom
TIME_ZONE
.
0.31.0
- Create example
Dockerfile
and gunicorn.conf.py
files for easier deployments of coltrane
apps.
- Add the ability to use JSON5 for data files.
Breaking changes
- Remove loading
data.json
. All data should be in JSON files in the data
directory.
- The default markdown renderer is now
mistune
instead of markdown2
. The next version of coltrane
will remove the option to use markdown2
.