Skip to content

Nikola 6.0.3

Compare
Choose a tag to compare
@ralsina ralsina released this 14 Sep 21:16
· 7865 commits to master since this release

Mostly bugfixes, The --strict option is not useful yet.

Features

  • New --strict option for build command, makes warnings abort the build (Issue #704)
    Still doesn't really affect behaviour, because each warning needs to check it.

Bugfixes

  • Use correct pandoc argument order (Issue #709)
  • Invalid POSTS and PAGES were created by the wordpress importer.
  • Normalize paths in task targets, helping detect conflicts (Issue #546)
  • Strip multiple digits in unslugify, used by image galleries (Issue #703)
  • Added missing defaults and make Nikola work with empty conf.py (Issue #697)
  • Add thumbnails as file dependencies of gallery indexes (Issue #551)
  • Copy original image as thumbnail if PIL fails to resize it (Issue #551)
  • Apply filters to files generated by the gallery tasks (Issue #708)
  • More robust handling of filter commands' shell quoting (Issue #705)