----------------
Released on September, 19th 2012 – Arrr!
What's new?
- support for translations, 22
- Mako as second templating engine of choice, 39
- opt-in for native markdown and reStructuredText metadata style, 40
- `acrylamid autocompile` now detects layout and conf.py changes, 48
- new kind of entry – page – that should be used for static sites, 50
- summarize by keyword, 51
- new Mako filter, 52
- asset handling, 62
- per-tag feeds, 68
- support for LESS, SASS and SCSS
- new theme "shadowplay"
- subcommand `acrylamid ping` for PingBack and Twitter announces
- superscript, subscript and delins extensions for Markdown
- compatibility for russion and asian characters to ASCII
via unidecode
- ability to add custom metadata pairs to entry header on import
What changes?
- discover Markdown and reST extension in `FILTERS_DIR`
- `ENTRIES_IGNORE` was renamed to `CONTENT_IGNORE`, a list of git-like patterns
- new `SUMMARIZE_LINK` for continue reading link instead of the old three
`SUMMARIZE_*` variables to allow more customization, 45
- `LAYOUT_DIR` was renamed to `THEME`
- `PERMALINK_FORMAT` is no longer used. Acrylamid will automatically determine
the permalink format or you can explicitly set it with `ENTRY_PERMALINK` and
`PAGE_PERMALINK`
Bugfixes
Way too many to mention here. Over 700 (!) commits from 0.3.5. I would like to
thank markvl, moschlar and t-8ch for their patches and patience to test
broken builds.