Skip to content

Releases: adamghill/coltrane

0.17.0

13 Mar 21:12
Compare
Choose a tag to compare
  • Fix bug with relative URLs when generating sitemap.xml
  • Automatic generation of rss.xml file

0.16.1

26 Feb 23:23
Compare
Choose a tag to compare
  • Create COLTRANE_SITE setting in .env file during create command

0.16.0

26 Feb 23:23
Compare
Choose a tag to compare
  • Output an error if rendering fails during record command
  • include_md template tag
  • parent filter
  • Serving of /sitemap.xml for standalone
  • Automatic creation of sitemap.xml during record command

Breaking changes

  • COLTRANE_SITE is required in .env file

0.15.1

20 Feb 19:55
Compare
Choose a tag to compare
  • include all frontmatter metadata in directory_contents template tag output
  • parse date frontmatter into datetime
  • parse draft frontmatter into boolean

0.15.0

19 Feb 20:45
Compare
Choose a tag to compare
  • directory_contents template tag
  • add django-fastdev for more immediate feedback when an invalid template variable is used
  • show error message if a markdown file cannot be output to HTML
  • fix bug where index.md files in a sub-directory were not output correctly

0.14.0

13 Feb 12:55
Compare
Choose a tag to compare
  • Add --output option to record command #19 by stlk
  • Nicer help output for CLI

0.13.0

03 Feb 01:22
Compare
Choose a tag to compare
  • Multithread record command
  • Better output for record command

0.12.0

01 Feb 02:26
Compare
Choose a tag to compare
  • Fix elapsed time for record command
  • More performant collection of markdown content files
  • Don't include markdown or data when collecting static files while running record

0.11.0

01 Feb 02:26
Compare
Choose a tag to compare
  • Add --force option to create command
  • Automatically refresh the browser when markdown content or data is saved

0.10.0

26 Jan 02:15
Compare
Choose a tag to compare
  • Fix generating root index.md