Removed HyperComments because for now only paid. =( (#342)
Custom sidebar width & content width for all schemes. (#339)
Old configuration:
-# Manual define the max content width -# !!Only available for Gemini Scheme currently -# Leave it empty for the default 75% (suggest not less than 1000px) -#max_content_width: 1000px
-# Manual define the sidebar width -# !!Only available for Gemini Scheme currently -# Leave it empty for the default 240 -sidebar_width:
New configuration:
sidebar: # Manual define the sidebar width. # If commented, will be default for: # Muse | Mist: 320 # Pisces | Gemini: 240 width:300
Features
Update valine comment system version. (#345)
Improvements
Add Labels Rules guideline (#355)
Simplify post-reward.styl (#359)
New Crowdin translations (#362)
Delete youyan comment (#360)
Update UPDATE-FROM-5.1.X.md (#324)
Add CDN examples for theme-next-three (#335)
Bug Fixes
Refactor add baidu_site_verification in _config.yml (#322)
Replaced — with – for better visibility. (#368, #341)
Fixes indentation for note and tabs tags. (#358)
Refactor the share tools within post-widgets (#357)
Fix the post date display bug (#302)
Fixed NexT package.json path on Windows. (#343)
For full changes, see the comparison between 6.3.0 and 6.4.0
# Sidebar Avatar -# in theme directory(source/images): /images/avatar.gif -# in site directory(source/uploads): /uploads/avatar.gif -#avatar: /images/avatar.gif
New configuration:
# Sidebar Avatar +avatar: + # in theme directory(source/images): /images/avatar.gif + # in site directory(source/uploads): /uploads/avatar.gif + # You can also use other linking images. + url: #/images/avatar.gif + # If true, the avatar would be displayed in circle. + rounded: false + # The value of opacity should be choose from 0 to 1 to set the opacity of the avatar. + opacity: 1 + # If true, the avatar would be rotated with the cursor. + rotated: false
Features
Added Hexo and NexT environment variables. (#240)
Added the support for copy result in code block. (#282)
Added the support for automatic equation numbering with Mathjax. (#275)
Added custom language support feature. (#253)
Allow customized copyright contents (#254) Feature already exists in #253
Minimal correct support for NexT is Hexo v3.5.0 for now.
It's not actually breaking changes, just after this version highly recommend to use NexT with at least Hexo v3.5.0 or higher for avoid all possible bugs.
Hexo v3.5.0 also provides:
Replaced swig by swig-templates to mitigate uglifyjs 2.4 security vulnerability: hexojs/hexo#2949
Additional templates support which will be used in next NexT releases.
P.S. You can still use old Hexo versions, but NexT will not guarantee in future releases for correct rendering.
Added footer.powered.version option to display Hexo version in footer. (#214, 8c139be)
Old configuration:
footer: - powered: true
New configuration:
footer: powered: # Hexo link (Powered by Hexo). enable:true # Version info of Hexo after Hexo link (vX.X.X). version:true
post_meta: item_text: true created_at: true - updated_at: false - # Only show 'updated' if different from 'created'. - updated_diff: false - # If true, post's time format will be hexo config's date_format + ' ' + time_format. - date_time_merge: false
New configuration:
post_meta: item_text:true created_at:true updated_at: enabled:true # If true, show updated date label only if `updated date` different from 'created date' (post edited in another day than was created). # And if post will edited in same day as created, edited time will show in popup title under created time label. # If false show anyway, but if post edited in same day, show only edited time. another_day:true categories:true