Skip to content

1.3.2

Compare
Choose a tag to compare
@neoFelhz neoFelhz released this 21 Jun 01:59
· 392 commits to master since this release

New features

  • refactor(thumbnail): use tinypng to compress the material thumbnail #218
  • refactor(gallery): merge multiple JavaScript into gallery.js #227
  • feat(footer_sns): add svg support #231
  • feat(comment):add changyan comment system #247
  • feat(timeline): add timeline layout #253

Changes

  • chore(doc): update issue template and add chinese language
  • chore(doc): update pr template

Bugs fixed

  • refactor(permission): remove execution permission #217
  • fix(disqus): load comment bug #230

BREAKING CHANGES

  • feat(materialcdn): MaterialCDN bring up #252
  • feat(comment):add changyan comment system #247

Before

# ---------------------------------------------------------------
# Integrated Services
# ---------------------------------------------------------------

# Comment Systems
# Available value of "use":
#     duoshuo | disqus | disqus_click
comment:
    use:
    shortname:
    duoshuo_thread_key_type: path
    duoshuo_embed_js_url: "https://static.duoshuo.com/embed.js"

After

# ---------------------------------------------------------------
# Integrated Services
# ---------------------------------------------------------------

# MaterialCDN
# When you set 'use' as true, the needed css, js, font file will have a new src.
# The new src will have the base domain you configured in 'base'.
materialcdn: 
    use: 
    base: 

# Comment Systems
# Available value of "use":
#     duoshuo | disqus | disqus_click | changyan
comment:
    use:
    shortname:
    duoshuo_thread_key_type: path
    duoshuo_embed_js_url: "https://static.duoshuo.com/embed.js"
    changyan_appid:
    changyan_conf:
    changyan_thread_key_type: path