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
path: root/docs
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-01-14 15:54:38 +0300
committerbep <bjorn.erik.pedersen@gmail.com>2015-01-14 15:54:38 +0300
commit4f66acdce7564fd4960fa2a2122069bcea8ec87d (patch)
treeb3a92c82ff6f7cc749e951a92257ad16f1a628f3 /docs
parentfc39019ffe98bae50d287b4eea358ea23129cc64 (diff)
First take on release notes for 0.13
Diffstat (limited to 'docs')
-rw-r--r--docs/content/meta/release-notes.md48
1 files changed, 45 insertions, 3 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index 6f54d6d69..123e90b49 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -10,6 +10,51 @@ title: Release Notes
weight: 10
---
+## **0.13.0** ???, 2015
+
+A lot has happened since Hugo v0.12.0 was released.
+
+* Changes to docs:
+ * New Troubleshooting section is added
+ * It's now searchable through Google Custom Search
+ * Some new great tutorials:
+ * [Automated deployments](/tutorials/automated-deployments)
+ * [Creating a new theme](/tutorials/creating-a-new-theme)
+* Several improvements to the [template functions](/templates/functions):
+ * `where` is now even more powerful and accepts SQL-like syntax with the operators `==, eq, !=, <>, ne, >=, ge, >, gt, <=, le, <, lt, in, not in`
+ * `where` template function now also accepts dot chaining key argument (i.e. `Params.foo.bar`)
+* New template functions:
+ * `apply`
+ * `chomp`
+ * `delimit`
+ * `sort`
+ * `markdownify`
+ * `in` and `intersect`
+* Several new ways to order and group content:
+ * `ByPublishDate`
+ * `GroupByPublishDate(format, order)`
+ * `GroupByParam(key, order)`
+ * `GroupByParamDate(key, format, order)`
+* The [shortcode](/extras/shortcodes) handling is rewritten for speed and better error messages. Noticeable functional change is the distinction between `{{</* */>}}` (typically raw HTML) and `{{%/* */%}}` (Markdown)
+* Support for [cross-references](/extras/crossreferences)
+* A new, generic Next/Prev functionality is added to all lists of pages (sections, taxonomies, etc)
+* Add in-section [Next/Prev](/templates/variables) content pointers
+* Several improvements related to Markdown rendering:
+ * Configuration of footnote rendering
+ * Optional support for angled quotes
+ * Enable descriptive header IDs
+* The content is now copied from archetype on `hugo new` (in addition to the front matter metadata)
+* Improved unit test coverage
+* Hugo has undergone a major refactoring, with a new handler system and a generic file system. This sounds and is technical, but will pave the way for new features and make Hugo even speedier
+* Ace templates support
+* Fixed a lot of Windows-related path issues
+* Improved error messages for template and rendering errors
+* Various fixes in RSS feed generation
+* Enabled soft livereload of CSS and images
+* URLs in XML output is now correctly canonified
+* `HasMenuCurrent` and `IsMenuCurrent` is now supported on Nodes
+* A bunch of [bug fixes](https://github.com/spf13/hugo/commits/master)
+
## **0.12.0** Sept 1, 2014
@@ -57,9 +102,6 @@ This release represents over 110 code commits from 29 different contributors.
* Renamed Indexes > [Taxonomies](/taxonomies/overview)
* Renamed Chrome > [Partials](/templates/partials)
-## Next release
- * Added section Prev/Next pointers.
-
## **0.10.0** March 1, 2014
This release represents over 110 code commits from 29 different contributors.