- Minor: Bumped Octopress Ink dependency
- New: Configure permalink and "read more" link labels.
- Fix: Feed excerpt settings are now set properly.
- Fix: Liquid doesn't understand
||
, it prefersor
.
- Fix: Feeds blew up if site author was not configured
- New: Feeds for each post tag (or configure specific tags).
- Now integrated with Octopress Ink's plugin bootstrap.
- Some configurations have changed, see Readme for details.
- Feeds are now plugin templates instead of pages (this only matters if you've been overriding them).
- New: Added category index feeds
- New: Better configuration management for titles and permalinks
- Only default feed language if a default site language is set.
- Removed abort-tag (no longer needed)
- Updated compatibility with latest Octopress Ink.
- New: Feed titles can be configured (for additional languages too).
- Feed titles include the full language name.
- New: All language feeds are automatically generated.
- Added support for new octopress-multilingual page.lang feature.
- On multilingual sites, the main language feed URL will default to
/[lang]/feed/index.xml
- Fix: Feed excerpts work with linkblog and multilingual sites.
- Fix: Only add link and article feeds if octopress-linkblog is installed.
- Link and Article feeds are automatically added when linkblog plugin is added.
- Fix: Posts use canonical URLs in feeds.
- Improved
baseurl
support.
- Removed faux
set_lang
tag as it is now integrated into Octopress Ink.
- Sorted feed links
- Added support for multilingual feeds via the octopress-multilingual plugin.
- Fixed invalid whitespace issue, #6.
- Readme fixes (feed -> feeds)
- Fixed: Bug in main feed index.
- Fixed: Bug in sort by date
- Fixed: No more empty feeds
- Updated dependencies
- Fix: Works with new octopress-date-format
- Fix: Works with octopress-linkblog (optionally)
- Initial release