Skip to content

Commit 658456b

Browse files
committed
feat: v1.3.3
1 parent 683aeb9 commit 658456b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

3+
## 1.3.3
4+
5+
- 新增:打开时展示历史记录,便于快速访问
6+
- 修复:偏好设置恢复默认不生效的问题
7+
38
## 1.3.2
49

510
- 优化:使用 root 加载,避免资源权限问题

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code.editor",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"scripts": {
55
"dev": "node src/app.js",
66
"install": "npm i --prefix=backend && npm i --prefix=frontend",

0 commit comments

Comments
 (0)