diff --git a/README-zh.md b/README-zh.md index 99a4dd62..bf337cfd 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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。 diff --git a/README.md b/README.md index 264e7b7e..6bf225b8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 4b9754d8..98466b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ficus", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git "a/public/static/docs/\345\274\200\345\217\221\346\227\245\345\277\227.md" "b/public/static/docs/\345\274\200\345\217\221\346\227\245\345\277\227.md" index bd126d31..5360b420 100644 --- "a/public/static/docs/\345\274\200\345\217\221\346\227\245\345\277\227.md" +++ "b/public/static/docs/\345\274\200\345\217\221\346\227\245\345\277\227.md" @@ -72,3 +72,17 @@ - beta 阶段冲刺稳定版本 - UI 细节调整 + +### v0.2.1 + +**发布时间:**2023.06.21 + +**简介:** beta 版本迭代更新 + +**功能速览:** + +- beta 阶段优化跳转 +- 支持记忆化窗口 +- 优化 Vditor 复制操作 +- 解决latex补全、链接路径补全bug +- 在所见即所得模式下, 当生成新的代码块时,自动聚焦到lang输入框中