Skip to content

Commit

Permalink
build: v1.2.6 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Nov 14, 2024
1 parent fddc34a commit 4b527e8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
13 changes: 12 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# AiEditor ChangeLog


## v1.2.6 20241114:
- fix: Fixed the line break issue when AI translation and AI output replacement content
- fix: Fixed the issue of not being able to select content on Android devices (IOS does not have this problem)
- feat: The title of the menu group is changed to an optional configuration, and will not pop up when it is not filled in

---
- 修复: 修复 AI 翻译、AI 输出替换内容时换行的问题
- 修复: 修复在 Android 设备下无法选择内容的问题(IOS 没有这个问题)
- 优化:菜单组的 title 修改为可选配置,当不填写时不弹出显示



## v1.2.5 20241031:
- fix: CodeBlock Extensions error sometime
- fix: optimize paste extension and fix paste with data-pm-slice is error
- fix: fix tab key conflict with ordered lists


---
- 修复:代码插件在某些情况下错处的问题
- 修复:优化粘贴内容插件并修复粘贴文本时独占一行的问题
Expand Down
13 changes: 12 additions & 1 deletion docs/zh/changes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# AiEditor ChangeLog


## v1.2.6 20241114:
- fix: Fixed the line break issue when AI translation and AI output replacement content
- fix: Fixed the issue of not being able to select content on Android devices (IOS does not have this problem)
- feat: The title of the menu group is changed to an optional configuration, and will not pop up when it is not filled in

---
- 修复: 修复 AI 翻译、AI 输出替换内容时换行的问题
- 修复: 修复在 Android 设备下无法选择内容的问题(IOS 没有这个问题)
- 优化:菜单组的 title 修改为可选配置,当不填写时不弹出显示



## v1.2.5 20241031:
- fix: CodeBlock Extensions error sometime
- fix: optimize paste extension and fix paste with data-pm-slice is error
- fix: fix tab key conflict with ordered lists


---
- 修复:代码插件在某些情况下错处的问题
- 修复:优化粘贴内容插件并修复粘贴文本时独占一行的问题
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aieditor",
"author": "yangfuhai",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"keywords": [
"editor",
Expand Down

0 comments on commit 4b527e8

Please sign in to comment.