mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-18 13:22:12 +00:00
docs: More on release notes
This commit is contained in:
parent
efa9bdcc11
commit
7da9163df9
1 changed files with 15 additions and 14 deletions
|
@ -20,26 +20,26 @@ Hugo now has:
|
||||||
* 77 (+10) themes
|
* 77 (+10) themes
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
* Add `readFile` template func {{<gh 1551 >}}
|
|
||||||
* Support reading configuration variables from the OS environment {{<gh 2090 >}}
|
* Support reading configuration variables from the OS environment {{<gh 2090 >}}
|
||||||
* Add emoji support {{<gh 1892>}}
|
* Add emoji support {{<gh 1892>}}
|
||||||
* Add `themesDir` option to configuration {{<gh 1556>}}
|
* Add `themesDir` option to configuration {{<gh 1556>}}
|
||||||
* Add support for Go 1.6 `block` keyword in templates {{<gh 1832>}}
|
* Add support for Go 1.6 `block` keyword in templates {{<gh 1832>}}
|
||||||
* Partial static sync {{<gh 1644>}}
|
* Partial static sync {{<gh 1644>}}
|
||||||
* Source file based relative linking (a la Github) {{<gh 0x0f6b334b6715253b030c4e783b88e911b6e53e56>}}
|
* Source file based relative linking (a la Github) {{<gh 0x0f6b334b6715253b030c4e783b88e911b6e53e56>}}
|
||||||
* Add `ByLastmod` sort function to pages.
|
* Add `ByLastmod` sort function to pages. {{<gh eb627ca16de6fb5e8646279edd295a8bf0f72bf1 >}}
|
||||||
* Templates functions:
|
* New templates functions:
|
||||||
* Add `countwords` and `countrunes` template funcs {{<gh 1440>}}
|
* `readFile` {{<gh 1551 >}}
|
||||||
* Add `default` template function {{<gh 1943>}}
|
* `countwords` and `countrunes` {{<gh 1440>}}
|
||||||
* Add `hasPrefix` template function {{<gh 1243>}}
|
* `default` {{<gh 1943>}}
|
||||||
* Add `humanize` template function {{<gh 1450>}}
|
* `hasPrefix` {{<gh 1243>}}
|
||||||
* Add `jsonify` template function {{<gh 0x435e996c4fd48e9009ffa9f83a19fb55f0777dbd>}}
|
* `humanize` {{<gh 1450>}}
|
||||||
* Add `md5` and `sha1` template functions {{<gh 1932>}}
|
* `jsonify` {{<gh 0x435e996c4fd48e9009ffa9f83a19fb55f0777dbd>}}
|
||||||
* Add `replaceRE` template function {{<gh 1845>}}
|
* `md5` and `sha1` {{<gh 1932>}}
|
||||||
* Add `shuffle` template function {{<gh 1942>}}
|
* `replaceRE` {{<gh 1845>}}
|
||||||
* Add `slice` template function {{<gh 1902>}}
|
* `findRE` {{<gh 2048>}}
|
||||||
* Add `findRE` template func {{<gh 2048>}}
|
* `shuffle` {{<gh 1942>}}
|
||||||
* Add `plainify` template func to strip away any HTML {{<gh 1915>}}
|
* `slice` {{<gh 1902>}}
|
||||||
|
* `plainify` {{<gh 1915>}}
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ Hugo now has:
|
||||||
* Add `Scratch` to shortcode {{<gh 2000>}}
|
* Add `Scratch` to shortcode {{<gh 2000>}}
|
||||||
* Add support for symbolic links for content, layout, static, theme {{<gh 1855 >}}
|
* Add support for symbolic links for content, layout, static, theme {{<gh 1855 >}}
|
||||||
* Add '+' as one of the valid characters in URLs specified in the front matter {{<gh 1290 >}}
|
* Add '+' as one of the valid characters in URLs specified in the front matter {{<gh 1290 >}}
|
||||||
|
* Make alias redirect output URLs relative when `RelativeURLs = true` {{<gh 2093 >}}
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fix file change watcher for TextMate 2 and friends on OS X {{<gh 1053 >}}
|
* Fix file change watcher for TextMate 2 and friends on OS X {{<gh 1053 >}}
|
||||||
|
|
Loading…
Reference in a new issue