Skip to content

Commit

Permalink
[chores] 1.4.1文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyraft committed May 30, 2023
1 parent c113df9 commit 1c737fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ A --> B
- 支持Gitlab的导出

## 改动日志
- [1.4.1] 修复浮动按钮显示bug,增加复制code按钮。
- [1.4.0] 更新mermaid版本到10.2.0,使用plasmo框架重构代码,调整配置页面,导出功能使用浮动按钮提供。
- [1.3.0] 更新mermaid版本到10.1.0,导出功能改为导出svg,以支持更多样式和font-awesome。
- [1.2.9] 更新mermaid版本到10.0.2,支持font-awesome和gitGraph。
Expand All @@ -55,7 +56,7 @@ A --> B
- [x] 支持fontawesome。
- [x] 支持[mmd格式](https://github.com/mermaid-js/mermaid-cli)文件。
- [x] 增加浮动按钮,用于导出。
- [ ] 增加浮动按钮,用于复制code。
- [x] 增加浮动按钮,用于复制code。
- [ ] 增加测试用例。

## 鸣谢
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ At the same time, it also provides the function of custom rule configuration.
- Support Gitlab export

## Changelog
- [1.4.0] Update the mermaid version to 10.2.0, use the plasmo framework to refactor the code, adjust the configuration page, and use the floating button to provide the export function.
- [1.4.1] Fix floating button display bug, add copy code button
- [1.4.0] Update the mermaid version to 10.2.0, use the plasmo framework to refactor the code, adjust the configuration page, and use the floating button to provide the export function.
- [1.3.0] Update mermaid version to 10.1.0, the export function is changed to export svg to support more styles and font-awesome.
- [1.2.9] Update mermaid version to 10.0.2, support font-awesome and gitGraph.
- [1.2.8] Update mermaid version to 9.1.3, fix repeat toast & modify toast style.
Expand All @@ -55,7 +56,7 @@ At the same time, it also provides the function of custom rule configuration.
- [x] Support fontawesome.
- [x] Support [mmd format](https://github.com/mermaid-js/mermaid-cli) files.
- [x] Add floating button for export.
- [ ] Add a floating button for copying code.
- [x] Add a floating button for copying code.
- [ ] Add test cases.

## Thanks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mermaid-previewer",
"displayName": "Mermaid Previewer",
"version": "1.4.0",
"version": "1.4.1",
"description": "Preview and export mermaid.",
"scripts": {
"dev": "plasmo dev --verbose",
Expand Down

0 comments on commit 1c737fb

Please sign in to comment.