Skip to content

v1.1.1

Compare
Choose a tag to compare
@liuyib liuyib released this 16 Jul 08:33
· 427 commits to master since this release

Features

  • Add reading statistics of valine (b4e313a)
  • Add valine comment (170fcb3)
  • Add mask effect of top image & remove blur effect (7667e19)
  • Add disqus comment (a2016e8)
  • Add livere comment (a9579eb)

Bug Fixes

  • Solve peoblem of repeating initial comment by gitalk & gitment (6a16476)

💥 Breaking Changes

Change configuration in _config.yml:

  header:
+   mask:
+     enable: true
+     opacity: 0.4

  header:
-   blur_effect:
-     enable: false
-     level: 15px

下面是中文翻译:

新功能

  • 添加 Valine 评论系统的阅读量统计功能 (b4e313a)
  • 添加 Valine 评论系统 (170fcb3)
  • 添加顶部图的遮罩效果,并移除顶部图的模糊滤镜效果 (7667e19)
  • 添加 Disqus 评论系统 (a2016e8)
  • 添加 Livere 评论系统 (a9579eb)

问题修复

  • 解决 Gitalk 和 Gitment 重复初始化评论的问题 (6a16476)

💥 破坏性更改

修改了 _config.yml 文件里的配置项:

  header:
+   mask:
+     enable: true
+     opacity: 0.4

  header:
-   blur_effect:
-     enable: false
-     level: 15px