Skip to content

v6.4.0

Compare
Choose a tag to compare
@liolok liolok released this 01 Aug 15:52
· 780 commits to master since this release

Breaking Changes

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)

Optimizations

  • 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