From 0950ed269218659e0ba103a938a40ad754799cfa Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Tue, 31 Mar 2020 21:50:15 +0800 Subject: [PATCH] chore(release): 2.0.0-rc.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ docs/zh-CN/advanced/advanced-setting.md | 2 +- docs/zh-CN/advanced/assist.md | 2 +- docs/zh-CN/guide/primary-setting.md | 2 +- package.json | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a37181..425564a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 2.0.0-rc.0 (2020-03-31) + +### Bug Fixes + +* Search box is forbidden in iOS ([094a74d](https://github.com/liuyib/hexo-theme-stun/commit/094a74d)) +* **#43:** Footer bar is not show when enable body `bg_image` ([f0e92ae](https://github.com/liuyib/hexo-theme-stun/commit/f0e92ae)), closes [#43](https://github.com/liuyib/hexo-theme-stun/issues/43) +* Toc highlighting is incorrect ([a314dc0](https://github.com/liuyib/hexo-theme-stun/commit/a314dc0)) +* Hotkey of switching post is invalid ([e77f00b](https://github.com/liuyib/hexo-theme-stun/commit/e77f00b)) +* Social link icon not show normally when overflow ([3f3dd57](https://github.com/liuyib/hexo-theme-stun/commit/3f3dd57)) +* Set `layout.content` option, some pixels less actually ([1d931f4](https://github.com/liuyib/hexo-theme-stun/commit/1d931f4)) +* Duplicated count for busuanzi ([8198d5a](https://github.com/liuyib/hexo-theme-stun/commit/8198d5a)) + +### Features + +* Add 'title' attribute to friends plugin ([eed8fe9](https://github.com/liuyib/hexo-theme-stun/commit/eed8fe9)) +* Add 'info' note plugin & make icon of note plugin configurable ([2fab025](https://github.com/liuyib/hexo-theme-stun/commit/2fab025)) +* Add gap configuration item to zoom-image ([aa918d3](https://github.com/liuyib/hexo-theme-stun/commit/aa918d3)) +* Use fontawesome5.x and support setting all icons ([d585a71](https://github.com/liuyib/hexo-theme-stun/commit/d585a71)) +* Add open graph ([2a8205f](https://github.com/liuyib/hexo-theme-stun/commit/2a8205f)) +* Support inline image ([8276875](https://github.com/liuyib/hexo-theme-stun/commit/8276875)) +* Add canonical setting ([bf997d6](https://github.com/liuyib/hexo-theme-stun/commit/bf997d6)) + ## 1.7.0 (2020-02-06) ### Bug Fixes diff --git a/docs/zh-CN/advanced/advanced-setting.md b/docs/zh-CN/advanced/advanced-setting.md index 9ffe173..bb625c3 100644 --- a/docs/zh-CN/advanced/advanced-setting.md +++ b/docs/zh-CN/advanced/advanced-setting.md @@ -869,7 +869,7 @@ tag_cloud: - 使用行内图片 - 默认情况下,文章中的图片水平居中显示。如果你想使用**行内图片**,你可以在图片路径后面使用查询参数:`?show=inline` ,使得图片显示为行内图片。例如: + 默认情况下,文章中的图片水平居中显示。如果你想使用**行内图片**,你可以在图片路径后面使用查询参数:`?show=inline` ,使得图片显示为行内图片。例如: ``` md ![](https://xxxxx.png?show=inline) diff --git a/docs/zh-CN/advanced/assist.md b/docs/zh-CN/advanced/assist.md index 44d3e69..c54b811 100644 --- a/docs/zh-CN/advanced/assist.md +++ b/docs/zh-CN/advanced/assist.md @@ -90,7 +90,7 @@ Hexo 主题一般都会扩展一些自己特有的标签插件,在这方面做 ### 插入注释 ::: warning -**info** 类型的标注从 `v2.0.0` 开始支持,其他类型的标注均从 `v1.2.0` 开始支持。 +**info** 类型的标注从 `v2.0.0-rc.0` 开始支持,其他类型的标注均从 `v1.2.0` 开始支持。 ::: 语法如下: diff --git a/docs/zh-CN/guide/primary-setting.md b/docs/zh-CN/guide/primary-setting.md index 36e4e63..45271a3 100644 --- a/docs/zh-CN/guide/primary-setting.md +++ b/docs/zh-CN/guide/primary-setting.md @@ -411,7 +411,7 @@ back2top: 如果想要保留文章摘要,你需要在文章的 Markdown 源文件中添加 `` 标记。标记之前的部分都会被保留为文章摘要,显示在文章列表中。 ::: danger -从 `v1.8.0` 版本开始,主题不再提供自动保留摘要的功能。 +从 `v2.0.0-rc.0` 版本开始,主题不再提供自动保留摘要的功能。 ::: --- diff --git a/package.json b/package.json index baa6bcd..b5086ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "1.7.0", + "version": "2.0.0-rc.0", "description": "A beautiful & simple theme for Hexo", "homepage": "https://liuyib.github.io", "scripts": { -- GitLab