coleslaw/NEWS.md
2014-04-15 22:09:17 -04:00

2.8 KiB

Changes for 0.9.3 (2013-04-16):

  • INCOMPATIBLE CHANGE: page-path and the blog config class are no longer exported.
  • New Docs: A Hacker's Guide to Coleslaw and Themes!
  • A new theme readable based on bootswatch readable, courtesy of @rmoritz!
  • Posts may have an author to support multi-user blogs courtesy of @tychoish.
  • Fixes to the ReStructuredText plugin courtesy of @tychoish.
  • UTF-8 fixes for config files and site content courtesy of @cl-ment.
  • Fix timestamps in the sitemap plugin courtesy of @woudshoo.

Changes for 0.9.2 (2013-05-11):

  • INCOMPATIBLE CHANGE: Renamed staging, deploy config options staging-dir, deploy-dir.
  • A plugin for Github Pages support. (thanks @mrordinaire!)
  • A new and improved implementation of tags. (thanks @woudshoo!)
  • A THEME-DOES-NOT-EXIST error is raised when the theme can't be found.

Changes for 0.9.1 (2013-04-10):

  • Added a PREVIEW function for REPL use.
  • Make ATOM and RSS templates a separate "generic" theme. (thanks @woudshoo!)
  • Fixed bug where repeatedly loading plugins caused them to appear in the page more than once. (thanks @woudshoo!)
  • Fixes to spacing in navigation and tagsoup. (thanks @woudshoo!)

Changes for 0.9 (2013-02-20):

  • INCOMPATIBLE CHANGE: All :plugins in .coleslawrc must be lists. (i.e. (mathjax) not mathjax)
  • Add support for analytics via Google.
  • Add support for Restructured Text via cl-docutils.
  • Add support for deploying to Amazon S3.
  • Add a heroku plugin to ease hunchentoot deployments. (thanks @jsmpereira!)
  • Ensure coleslaw exits after MAIN. Fixes issue #13.
  • Greatly improved docs for the various plugins and plugin API.

Changes for 0.8 (2013-01-06):

Changes for 0.7 (2012-09-20):

  • Add commenting support via Disqus plugin.
  • Add formal plugin API with per-page predicate support. (aka "injections")
  • Note jsmpereira's coleslaw heroku package in README.
  • Support for RSS feeds of arbitrary tags, e.g. "lisp" posts.

Changes for 0.6.5 (2012-09-12):

  • Add support for ATOM feeds.
  • Add support for a sitenav in coleslawrc configs.
  • Template and rendering cleanup.
  • Miscellaneous deployment improvements.

Changes for 0.6 (2012-08-29):

  • Support Markdown in core rather than as a plugin.
  • Improve documentation + README.
  • Copious bugfixes and code cleanups.

Changes for 0.5 (2012-08-22):

  • Initial release.