Skip to content

Commit

Permalink
🔖 v1.3.0 /2024.12.13
Browse files Browse the repository at this point in the history
- 🐛 当在设置里开启只读模式后,添加脚注后脚注弹窗不可写入
- ✨ `${selection:text}`变量要对特殊符号进行处理,比如把英文双引号变为`"`
  • Loading branch information
Achuan-2 committed Dec 13, 2024
1 parent f3f2f17 commit b1d5ca5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.3.0 /2024.12.13

- 🐛 当在设置里开启只读模式后,添加脚注后脚注弹窗不可写入
-`${selection:text}`变量要对特殊符号进行处理,比如把英文双引号变为`"`

## v1.2.9 /2024.12.09
- 💄 优化块引弹窗窗口大小

Expand Down
5 changes: 5 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
## 📝更新日志

最近更新
v1.3.0 /2024.12.13

- 🐛 当在设置里开启只读模式后,添加脚注后脚注弹窗不可写入
-`${selection:text}`变量要对特殊符号进行处理,比如把英文双引号变为`"`


v1.2.7 / 2024.12.08

Expand Down

0 comments on commit b1d5ca5

Please sign in to comment.