Skip to content

v6.0.3

Compare
Choose a tag to compare
@tsanie tsanie released this 30 Jan 04:55
· 1183 commits to master since this release

Breaking Changes

Rename some language code

Please change your hexo/_config.yml:

language: <new language-code>

Refactored license_content & Fixed excess spaces. (4003a0e)

Features

  • Added: Bookmark feature (#63)
    bookmark:
      enable: true
      save: auto # or manual
  • Added a switch to choice whether it will unescape the HTML strings for local searching (#90)
    local_search:
      ...
      # unescape html strings to the readable one
      unescape: true
  • Added: Support to set whether the sidebar will be shown in each single post. (#93)
    ...
    date: 2018-01-28 21:16:00
    sidebar: false
    ---
    
    ...
  • Added docs of Algolia search (#91)

Optimizations

  • Updated: Rename en.yml on _en.yml to set undefined language as default.
    If language file will not find by Hexo, Hexo will use first finded language (_en.yml). (03e357b)
  • Updated: Rename «Words count in article» on «Symbols count in article». (9d46733)
  • Updated translation for the core languages.
  • Updated math.per_page to default true to make math lazyloaded. (#66)
  • Updated: Add more seo things. (#85)

Bug Fixes

  • Fixed a little mistakes in MATH.md docs file. (a3a2321, 6582d75, 79582ed)
  • Fixed: Math script loaded in tags and archives pages (#78, #81)
  • Fixed the exists categories/tags count issue in the sidebar. (#87, addition fix to #42)
  • Fixed an issue about the algolia search overlay. (#89)

For full changes, see the comparison between 6.0.2 and 6.0.3