diff --git a/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown b/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown new file mode 100644 index 00000000..f1dcae00 --- /dev/null +++ b/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown @@ -0,0 +1,29 @@ +--- +layout: news_item +title: 'Jekyll 1.4.0 Released' +date: 2013-12-07 13:55:28 -0600 +author: mattr- +version: 1.4.0 +categories: [release] +--- + +About a month after the release of Jekyll v1.3.0, we are releasing +Jekyll v1.4.0. This release will be the last release to support Ruby +1.8.7 and our next release will be Jekyll 2.0.0 + +Here are a few things we think you'll want to know about this release: + +* TOML is now a supported markup language for config files. + +* Maruku has been updated to 0.7.0 which provides some new features and + a ton of bugfixes over the previous 0.6.x releases. + +* Plugins are now sorted before they're processed, which can provide a + rudimentary way to establish a load order for plugins + +For a full run-down, visit our [change log](/docs/history/)! + +As always, Jekyll wouldn't be possible without the contributions from +others in the Jekyll community. We'd like to thank the following people +for contributing to this release: Anatol Broder, David Sawyer, Greg +Karékinian, Jordon Bedwell, Matthew Iversen, Persa Zula, and Yi Zeng. diff --git a/site/docs/history.md b/site/docs/history.md index 2c681aec..a4938fa7 100644 --- a/site/docs/history.md +++ b/site/docs/history.md @@ -5,7 +5,28 @@ permalink: /docs/history/ prev_section: contributing --- -## 1.3.1 / 2013-11/26 +## 1.4.0 / 2013-12-7 + +### Major Enhancements +- Add support for TOML config files ([#1765]({{ site.repository }}/issues/1765)) + +### Minor Enhancements +- Sort plugins as a way to establish a load order ([#1682]({{ site.repository }}/issues/1682)) +- Update Maruku to 0.7.0 ([#1775]({{ site.repository }}/issues/1775)) + +### Bug Fixes +- Add a space between two words in a Pagination warning message ([#1769]({{ site.repository }}/issues/1769)) +- Upgrade `toml` gem to `v0.1.0` to maintain compat with Ruby 1.8.7 ([#1778]({{ site.repository }}/issues/1778)) + +### Development Fixes +- Remove some whitespace in the code ([#1755]({{ site.repository }}/issues/1755)) +- Remove some duplication in the reading of posts and drafts ([#1779]({{ site.repository }}/issues/1779)) + +### Site Enhancements +- Fixed case of a word in the Jekyll v1.3.0 release post ([#1762]({{ site.repository }}/issues/1762)) +- Fixed the mime type for the favicon ([#1772]({{ site.repository }}/issues/1772)) + +## 1.3.1 / 2013-11-26 ### Minor Enhancements - Add a `--prefix` option to passthrough for the importers ([#1669]({{ site.repository }}/issues/1669))