We have released a new version of the official plugins hexo-generator-feed & hexo-util.
hexo-generator-feed 2.1.0
Breaking change
- Requires Node 8.10 or newer #99
 
Features
- Add rss autodiscovery element by default #96
 - Support feed icon in RSS2 #102
 - Support generating both atom and rss2 #100
 
Fixes
- 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
 
hexo-generator-feed 2.0.0
Breaking change
- Drop Node 6, v2 onwards must use Node 8 or above #85
 
Features
- Support post with 
imagefront-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
 
Fix
Housekeeping
hexo-util 1.5.0
Breaking change
- IDN is no longer punycoded in 
encodeURL(). IDN, regardless in punycode or unicode, is now always output in unicode. This also affectdecodeURL()#116 
Feature
- Check whether a link is an external URL using 
isExternalLink()#119 
Fixes
- Support disabling 
wrap:option inhighlight()#112 - Backquote is also escaped in 
escapeHTML()#118