Pelican v4.0.1 Release Notes

Release Date: 2018-11-30 // over 5 years ago
    • ๐Ÿ”จ Refactor pelican.server logging
    • ๐Ÿ›  Fix bug in which all static files were processed as "draft"
    • ๐Ÿ› Bug fixes for Invoke/Makefile automation, Importer, and other miscellanea

    If upgrading from 3.7.x or earlier, please note that slug-related settings in 4.0+ use {slug} and/or {lang} rather than %s. If %s-style settings are encountered, Pelican will emit a warning and fall back to the default setting. Some user-submitted themes might try to format setting values but fail upon site build with a TypeError. In such cases, the theme needs to be updated. For example, instead of TAG_FEED_ATOM|format(tag.slug), use TAG_FEED_ATOM.format(slug=tag.slug)