New in Master ============= Features -------- * Templates now know their name from template_name in their context. * Made most of Nikola into Yapsy plugins. * Recurse galleries/ and render each folder as a gallery. * Breadcrumbs and folder links in image galleries. Bugfixes -------- * Fixed doc installation * Put webassets cache in cache/webassets * Update to doit 0.17 * Don't crash on incomplete translations * Fixed Issue 160: render_tags didn't call scan_posts() * Fixed Issue 161: webassets setting USE_BUNDLES was ignored (fix by schettino72) * Fixed Issue 153: index.txt was being ignored in galleries. New in Version 4.0.3 ==================== Bugfixes -------- * Handle empty posts without crashing. * Treat wordpress imported posts as Markdown. * Download attachments from wordpress * Fix links to attachments so they work * Change the global/local order of contexts on templates. * Link tag's feed in tag's pages. * Fix empty tag feeds. * Refactored Post out of nikola.py New in Version 4.0.2 ==================== Features -------- * Updated to bootstrap 2.1.0 * Italian translation by Pierpaolo Da Fieno * Index-like tag pages with the TAG_PAGES_ARE_INDEXES option * Wordpress.com import script Bugfixes -------- * Handle broken EXIF dates * Ignore .pyc files in the listings folder * Don't fail on render_pages when there is no content at all * Don't fail on render_posts when there is no content at all * Don't fail on render_sources when there is no content at all * Don't fail on build_bundles when there are no bundles * Added missing listing.tmpl to jinja-default theme * Added default for DEFAULT_LANG * Added default for TRANSLATIONS * Fixed getting metadata from post file. * More resistence to broken EXIF data. * Made jinja-default follow default more closely. * Don't say "reSt", say "Source" since it can be markdown or other stuff. New in Version 4.0.1 ==================== Features -------- * Improved multilingual site documentation * Added Greek translation Bugfixes -------- * "Read More" is translatable. * Fixed Issue 121: CSS was not found if webassets was not installed. New in Version 4 ================ Features -------- * Previous/Next post links * Teaser support * Support posts with HTML "sources" * Site checking script (nikola_check) * Maximum image size in galleries * Image descriptions in galleries * Image exclusion in galleries * Special "draft" tag * Pretty code listings ("code galleries") * Page descriptions * Easy theme tuning via Bootswatch * Support for WebAssets bundles * "Filters" for powerful file post-processing Bugfixes -------- * Improved HTML output * Support multiple time formats in post metadata * Slugify tag names for URLs * Archive path and filename configurable * Galleries sorted by date (supports EXIF) * Rotate gallery thumbnails (EXIF) * Tag feeds in tag pages * Colorbox support in restructured text figures * Fix for content displaying too wide * Changelog