Update the site for the 1.4.0 release
Add a release announcement and update the History file
This commit is contained in:
parent
7da676bcc2
commit
84722ded3e
|
@ -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.
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue