Skip to content

Commit

Permalink
chore: 更新版本号到 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlayer0 committed Jun 21, 2023
1 parent 89dd694 commit 31f8a95
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,20 @@ yarn electron:serve
- beta 阶段冲刺稳定版本
- UI 细节调整

### v0.2.1

**发布时间:**2023.06.21

**简介:** beta 版本迭代更新

**功能速览:**

- beta 阶段优化跳转
- 支持记忆化窗口
- 优化 Vditor 复制操作
- 解决latex补全、链接路径补全bug
- 在所见即所得模式下, 当生成新的代码块时,自动聚焦到lang输入框中

## 贡献

如果您对我们的项目感兴趣,请随时加入![提出一个 issue](https://github.com/Thysrael/Ficus/issues/new) 或者提交 PR。
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,16 @@ We have also rewritten the software package repositories as follows:

- Bug fixes based on user feedback

### v0.2.1

**Release Date**: June 21, 2023

**Description**: Beta version 2.

**Features Overview**:

- Bug fixes based on user feedback

## Contribution

If you are interested in our project, please feel free to join us! You can [submit an issue](https://github.com/Thysrael/Ficus/issues/new) or submit a pull request.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ficus",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
14 changes: 14 additions & 0 deletions public/static/docs/开发日志.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,17 @@

- beta 阶段冲刺稳定版本
- UI 细节调整

### v0.2.1

**发布时间:**2023.06.21

**简介:** beta 版本迭代更新

**功能速览:**

- beta 阶段优化跳转
- 支持记忆化窗口
- 优化 Vditor 复制操作
- 解决latex补全、链接路径补全bug
- 在所见即所得模式下, 当生成新的代码块时,自动聚焦到lang输入框中

0 comments on commit 31f8a95

Please sign in to comment.