Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2013-11-16 08:47:53 +0400
committerspf13 <steve.francia@gmail.com>2013-11-16 08:47:53 +0400
commit4f335f0c7f83daa32906e8e40c7ac225efa113de (patch)
tree5005cf955117f180b50bee50d3deacb138f48f7e
parent445b7d23fb342298f60825f17f470528fe955c3b (diff)
Updated release notes.v0.9
-rw-r--r--docs/content/meta/release-notes.md31
1 files changed, 20 insertions, 11 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index 992c26dc6..caa6b43e6 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -6,25 +6,34 @@ groups: ["meta"]
groups_weight: 10
---
-* **0.9.0** HEAD
+* **0.9.0**
* New command based interface similar to git (hugo server -s ./ )
- * Added support for aliases (redirects)
+ * Amber template support
+ * Aliases (redirects)
+ * Support for top level pages (in addition to homepage)
+ * Complete overhaul of the documentation site
+ * Full Windows support
+ * Better index support including ordering by content weight
+ * Add params to site config, available in .Site.Params from templates
+ * Friendlier json support
+ * Support for html & xml content (with frontmatter support)
+ * Support for summary content divider (&lt;!–more–>)
+ * HTML in summary (when using divider)
+ * Added "Minutes to Read" functionality
+ * Support for a custom 404 page
* Cleanup of how content organization is handled
- * Support for top level pages (other than homepage)
* Loads of unit and performance tests
* Integration with travis ci
- * Complete overhaul of the documentation site
- * Full Windows support
- * Support for ordering pages by weight
- * More support for indexes
+ * Static directory now watched and copied on any addition or modification
* Support for relative permalinks
* Fixed watching being triggered multiple times for the same event
* Watch now ignores temp files (as created by Vim)
+ * Configurable number of posts on homepage
* Front matter supports multiple types (int, string, date, float)
- * Support for summary content divider (&lt;!--more-->)
- * Ability to highlight current page.
- * Added default templates for indexes
- * Support for Amber templates
+ * Indexes can now use a default template
+ * Addition of truncated bool to content to determine if should show 'more' link
+ * Support for linkTitles
+ * Better handling of most errors with directions on how to resolve
* Support for more date / time formats
* Support for go 1.2
* **0.8.0** August 2, 2013