提交 0950ed26 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

chore(release): 2.0.0-rc.0

上级 2b293066
...@@ -2,6 +2,28 @@ ...@@ -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. 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) ## 1.7.0 (2020-02-06)
### Bug Fixes ### Bug Fixes
......
...@@ -869,7 +869,7 @@ tag_cloud: ...@@ -869,7 +869,7 @@ tag_cloud:
- 使用行内图片 - 使用行内图片
默认情况下,文章中的图片水平居中显示。如果你想使用**行内图片**,你可以在图片路径后面使用查询参数:`?show=inline` <Badge text="Beta" type="warning"/> <Badge text="v1.8.0"/>,使得图片显示为行内图片。例如: 默认情况下,文章中的图片水平居中显示。如果你想使用**行内图片**,你可以在图片路径后面使用查询参数:`?show=inline` <Badge text="Beta" type="warning"/> <Badge text="v2.0.0-rc.0"/>,使得图片显示为行内图片。例如:
``` md ``` md
![](https://xxxxx.png?show=inline) ![](https://xxxxx.png?show=inline)
......
...@@ -90,7 +90,7 @@ Hexo 主题一般都会扩展一些自己特有的标签插件,在这方面做 ...@@ -90,7 +90,7 @@ Hexo 主题一般都会扩展一些自己特有的标签插件,在这方面做
### 插入注释 <Badge text="Stable"/> <Badge text="v1.2.0"/> ### 插入注释 <Badge text="Stable"/> <Badge text="v1.2.0"/>
::: warning ::: warning
**info** 类型的标注从 `v2.0.0` 开始支持,其他类型的标注均从 `v1.2.0` 开始支持。 **info** 类型的标注从 `v2.0.0-rc.0` 开始支持,其他类型的标注均从 `v1.2.0` 开始支持。
::: :::
语法如下: 语法如下:
......
...@@ -411,7 +411,7 @@ back2top: ...@@ -411,7 +411,7 @@ back2top:
如果想要保留文章摘要,你需要在文章的 Markdown 源文件中添加 `<!-- more -->` 标记。标记之前的部分都会被保留为文章摘要,显示在文章列表中。 如果想要保留文章摘要,你需要在文章的 Markdown 源文件中添加 `<!-- more -->` 标记。标记之前的部分都会被保留为文章摘要,显示在文章列表中。
::: danger ::: danger
从 `v1.8.0` 版本开始,主题不再提供自动保留摘要的功能。 从 `v2.0.0-rc.0` 版本开始,主题不再提供自动保留摘要的功能。
::: :::
--- ---
......
{ {
"name": "hexo-theme-stun", "name": "hexo-theme-stun",
"version": "1.7.0", "version": "2.0.0-rc.0",
"description": "A beautiful & simple theme for Hexo", "description": "A beautiful & simple theme for Hexo",
"homepage": "https://liuyib.github.io", "homepage": "https://liuyib.github.io",
"scripts": { "scripts": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册