Skip to content

Commit 0af13eb

Browse files
jiawei686sunsonliulyngaibarryhu
committed
chore(release): 0.8.13
Co-authored-by: sunsonliu <[email protected]> Co-authored-by: ivorwei <[email protected]> Co-authored-by: barryhu <[email protected]> Co-authored-by: kiritocui <[email protected]>
1 parent dec5321 commit 0af13eb

File tree

3 files changed

+29
-12
lines changed

3 files changed

+29
-12
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
### [0.8.13](https://github.com/Tencent/cherry-markdown/compare/v0.8.12...v0.8.13) (2023-02-17)
6+
7+
8+
### Features
9+
10+
* (hooks) 自动超链接-支持展示固定长度字符 ([#391](https://github.com/Tencent/cherry-markdown/issues/391)) ([69056e4](https://github.com/Tencent/cherry-markdown/commit/69056e4ad9490bb09c1350b4f39a4d5b4e96e6fe))
11+
* 丰富图标,优化侧边栏切换主题按钮的下拉框定位 ([d17d0fe](https://github.com/Tencent/cherry-markdown/commit/d17d0fee634fd0ced49c3102d3b372fda61e0542))
12+
* 丰富图标,优化侧边栏切换主题按钮的下拉框定位 ([452ae1f](https://github.com/Tencent/cherry-markdown/commit/452ae1fd63a052efde307b689f61e14b291984ed))
13+
* 增加vscode plugin,可以在vscode扩展中输入cherry-markdown搜索安装该插件 ([61be297](https://github.com/Tencent/cherry-markdown/commit/61be29709f7b1c4cbc107c00e3ed5711d3b67554))
14+
15+
16+
### Bug Fixes
17+
18+
* [#388](https://github.com/Tencent/cherry-markdown/issues/388) 修复复制粘贴图片时,图片alt属性丢失的问题 ([21a505a](https://github.com/Tencent/cherry-markdown/commit/21a505af9a772307183e9ea54338cbfec8850943))
19+
* unity header anchor safe id ([d28c488](https://github.com/Tencent/cherry-markdown/commit/d28c4883dd0c215726ec4e5f41914026b6a94104))
20+
* 复制粘贴代码块的时候会丢失\t ([a1179c5](https://github.com/Tencent/cherry-markdown/commit/a1179c5004c8e58efe243418217e9b764419846b))
21+
522
### [0.8.12](https://github.com/Tencent/cherry-markdown/compare/v0.8.11...v0.8.12) (2023-01-13)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cherry-markdown",
33
"license": "Apache-2.0",
4-
"version": "0.8.12",
4+
"version": "0.8.13",
55
"description": "a new markdown editor",
66
"repository": {
77
"type": "git",

src/sass/ch-icon.scss

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@
2020
-moz-osx-font-smoothing: grayscale;
2121
}
2222

23-
.ch-icon-create:before { content: "\EA5A" }
24-
.ch-icon-download:before { content: "\EA5B" }
25-
.ch-icon-edit:before { content: "\EA5C" }
26-
.ch-icon-export:before { content: "\EA5D" }
27-
.ch-icon-folder-open:before { content: "\EA5E" }
28-
.ch-icon-folder:before { content: "\EA5F" }
29-
.ch-icon-help:before { content: "\EA60" }
30-
.ch-icon-pen-fill:before { content: "\EA61" }
31-
.ch-icon-pen:before { content: "\EA62" }
32-
.ch-icon-search:before { content: "\EA63" }
33-
.ch-icon-tips:before { content: "\EA64" }
3423
.ch-icon-list:before { content: "\EA03" }
3524
.ch-icon-check:before { content: "\EA04" }
3625
.ch-icon-square:before { content: "\EA09" }
@@ -95,4 +84,15 @@
9584
.ch-icon-cherry-table-insert-top:before { content: "\EA57" }
9685
.ch-icon-sort-s:before { content: "\EA58" }
9786
.ch-icon-pinyin:before { content: "\EA59" }
87+
.ch-icon-create:before { content: "\EA5A" }
88+
.ch-icon-download:before { content: "\EA5B" }
89+
.ch-icon-edit:before { content: "\EA5C" }
90+
.ch-icon-export:before { content: "\EA5D" }
91+
.ch-icon-folder-open:before { content: "\EA5E" }
92+
.ch-icon-folder:before { content: "\EA5F" }
93+
.ch-icon-help:before { content: "\EA60" }
94+
.ch-icon-pen-fill:before { content: "\EA61" }
95+
.ch-icon-pen:before { content: "\EA62" }
96+
.ch-icon-search:before { content: "\EA63" }
97+
.ch-icon-tips:before { content: "\EA64" }
9898
.ch-icon-warn:before { content: "\EA65" }

0 commit comments

Comments
 (0)