Skip to content

Commit ddf3aa9

Browse files
committed
update v2.12.1
1 parent 947d9dc commit ddf3aa9

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
***
66

7+
### [v2.12.1]
8+
- 修复:当使用路径相对于工作区的 openocd cfg 文件时,生成的 cortex-debug 配置中出现错误
9+
- 修复:打开构建器选项时,偶尔无法正常显示 UI
10+
- 更改:在项目加载时保留无效的包含路径,库目录
11+
- 优化:在使用多项目工作区时,将默认的构建优先级改为 100
12+
- 优化:下载安装 eide binaries 时,优化站点选择
13+
- 优化:导入 MDK 项目时,优化 RTE 组件的导入
14+
***
15+
716
### [v2.12.0]
817
- 新增:在设置工具链路径时,支持显式选择工具链的安装模式(仅支持免费的工具链)
918
- 新增:增加 vscode 演示,将在插件被安装时启动

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/github0null/eide/blob/master/README.md",
2626
"license": "MIT",
2727
"description": "A singlechip development environment for 8051/STM8/Cortex-M/RISC-V",
28-
"version": "2.12.0",
28+
"version": "2.12.1",
2929
"engines": {
3030
"vscode": "^1.38.0"
3131
},

0 commit comments

Comments
 (0)