879 B
879 B
| layout | title | date | author | version | categories | ||
|---|---|---|---|---|---|---|---|
| news_item | Jekyll 1.0.3 Released | 2013-06-07 21:02:13 +0200 | parkr | 1.0.3 |
|
(Take a look at the History page in the docs for more detailed information.)
v1.0.3 contains some key enhancements and bug fixes:
- Fail with non-zero exit code when MaRuKu errors ([#1190][]) or Liquid errors ([#1121][])
- Add support for private gists to
gisttag ([#1189][]) - Add
--forceoption tojekyll new([#1115][]) - Fix compatibility with
excludeandincludewith pre-1.0 Jekyll ([#1114][]) - Fix pagination issue regarding
File.basenameandpage:num([#1063][])
{% assign issue_numbers = "1190|1121|1189|1115|1114|1063" | split: "|" %} {% for issue in issue_numbers %} [#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }} {% endfor %}