830 B
830 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 |
|
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
gist
tag ([#1189][]) - Add
--force
option tojekyll new
([#1115][]) - Fix compatibility with
exclude
andinclude
with pre-1.0 Jekyll ([#1114][]) - Fix pagination issue regarding
File.basename
andpage:num
([#1063][])
See the History page for more information on this release.
{% assign issue_numbers = "1190|1121|1189|1115|1114|1063" | split: "|" %} {% for issue in issue_numbers %} [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }} {% endfor %}