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 947d9dc commit ddf3aa9Copy full SHA for ddf3aa9
2 files changed
CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
***
6
7
+### [v2.12.1]
8
+- 修复:当使用路径相对于工作区的 openocd cfg 文件时,生成的 cortex-debug 配置中出现错误
9
+- 修复:打开构建器选项时,偶尔无法正常显示 UI
10
+- 更改:在项目加载时保留无效的包含路径,库目录
11
+- 优化:在使用多项目工作区时,将默认的构建优先级改为 100
12
+- 优化:下载安装 eide binaries 时,优化站点选择
13
+- 优化:导入 MDK 项目时,优化 RTE 组件的导入
14
+***
15
+
16
### [v2.12.0]
17
- 新增:在设置工具链路径时,支持显式选择工具链的安装模式(仅支持免费的工具链)
18
- 新增:增加 vscode 演示,将在插件被安装时启动
package.json
@@ -25,7 +25,7 @@
25
"homepage": "https://github.com/github0null/eide/blob/master/README.md",
26
"license": "MIT",
27
"description": "A singlechip development environment for 8051/STM8/Cortex-M/RISC-V",
28
- "version": "2.12.0",
+ "version": "2.12.1",
29
"engines": {
30
"vscode": "^1.38.0"
31
},
0 commit comments