Skip to content

Releases: adamghill/coltrane

0.36.0

03 Aug 21:27
Compare
Choose a tag to compare
  • Handle string, date, epoch in publish_date and convert them to timezone-aware datetime.

0.35.4

26 May 02:56
Compare
Choose a tag to compare
  • Prevent missing compress templatetag from raising an error when calling the compress management command.

0.35.3

25 May 23:46
Compare
Choose a tag to compare
  • Set COMPRESS_OFFLINE=True when running the compress management command.

0.35.2

25 May 22:07
Compare
Choose a tag to compare
  • Add all environment variables to settings.ENV, not just the variables from .env.

0.35.1

25 May 14:41
Compare
Choose a tag to compare
  • Update default Dockerfile to fix some deployment problems.

0.35.0

24 May 12:26
Compare
Choose a tag to compare
  • 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

13 May 23:00
Compare
Choose a tag to compare
  • Add coltrane context template variable to expose the coltrane settings.
  • Add support for django-compressor.
  • Add support for redirects.

0.33.0

01 Mar 13:04
Compare
Choose a tag to compare
  • Bump rich-click dependency and slightly better command aliases support.

0.32.1

01 Mar 00:45
Compare
Choose a tag to compare
  • Parse JSON5 data as UTF-8.

0.32.0

26 Feb 04:39
Compare
Choose a tag to compare
  • Add pubdate to RSS feed #61 by Tobi-De.
  • Support setting a custom TIME_ZONE.