We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683aeb9 commit 658456bCopy full SHA for 658456b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# 更新日志
2
3
+## 1.3.3
4
+
5
+- 新增:打开时展示历史记录,便于快速访问
6
+- 修复:偏好设置恢复默认不生效的问题
7
8
## 1.3.2
9
10
- 优化:使用 root 加载,避免资源权限问题
package.json
@@ -1,6 +1,6 @@
{
"name": "code.editor",
- "version": "1.3.2",
+ "version": "1.3.3",
"scripts": {
"dev": "node src/app.js",
"install": "npm i --prefix=backend && npm i --prefix=frontend",
0 commit comments