title |
---|
Official plugins hexo-generator-feed 2.1.0 & hexo-util 1.5.0 released |
We have released a new version of the official plugins hexo-generator-feed & hexo-util.
- Requires Node 8.10 or newer #99
- Add rss autodiscovery element by default #96
- Support feed icon in RSS2 #102
- Support generating both atom and rss2 #100
- Percent-encode
/root/
, in addition to pathname #93 - Fix autodiscovery element did not get injected into head element that has more than one line #99
- Drop Node 6, v2 onwards must use Node 8 or above #85
- Support post with
image
front-matter #68 - Feed icon is now customizable #69
- Support specifying per-post description by specifying "intro" in front-matter #58
- Support feed icon #57
- Post order can be specified. Order by newest post by default. #64
- IDN is no longer punycoded in
encodeURL()
. IDN, regardless in punycode or unicode, is now always output in unicode. This also affectdecodeURL()
#116
- Check whether a link is an external URL using
isExternalLink()
#119
- Support disabling
wrap:
option inhighlight()
#112 - Backquote is also escaped in
escapeHTML()
#118