New
- Add
relative_date
helper #1350 7278da6 - Add
log
helper #1391 b1faffd - Add
category
tohexo list
command #1480 24b4c65 - Override
line_number
,highlight
setting at the code block level #1538 34f8cb3 - Add abbrev. support to
hexo list
command 40ccecb
Update
- Update hexo-util to 0.2.1 4ba5697
- Disable auto detect by default
- Fix highlight broken for multi-line strings hexojs/hexo-util#4
- Fix short strings handling in truncate function hexojs/hexo-util#5
- Replace SHA1 with xxHash for faster hash. It's optional if your computer can't install xxHash 2576f8a
- Lazy load file hash 06c33e0
- Load file hash only if the file is new or the modified time is changed
- Don't render files twice in
hexo generate
command. Try to calculate file hash from generated files.
- Update warehouse to 2.0.0 e9327a4
- Replace queue with r/w lock
- Detect the current category or tag in
is_category
/is_tag
helper. #1278 8735bfe
Fixed
- Fix
url_for
helper does not allow specifying the root of the site if the site is in a subfolder. #1105 #1345 5c46552 - Prepend root path in
url_for
helper #1105 #1406 14d2b9b - Modify
tag_id
tocategory_id
in post model #1512 b4172d6 - Fix
excerpt
filter #1451 #1519 85fccb6 - Fix default value of date attribute in post processor #1523 d64b907
- Fix
relative_url
helper #1524 c3ba3f6 - Correct tag trimming #1539 cd0d987
- Use HTTPS in
gravatar
helper #1561 1a84bbe - Fix HTML issue with RSS/Atom feeds: rel="alternate" #1572 f7b204d