Skip to content

Commit 9ee591f

Browse files
committed
v1.12.3 release
1 parent cba47fc commit 9ee591f

8 files changed

Lines changed: 8 additions & 8 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
***
66

7-
### [v2.13.0_RC1]
7+
### [v2.12.3]
88
- 新增:增加一条命令 `eide.reinstall.binaries`,允许重新安装 eide-binaries
99
- 优化:支持自动读取 JLink 内部 Device 列表,以及加载 JLink 安装目录下的 'JLinkDevices.xml'
1010
- 优化:使用扩展推荐,取消原来的扩展包绑定,将自动附加扩展推荐到项目工作区(在工作内打开 **扩展** -> **推荐** 即可查看)

lang/arm.gcc.verify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
"lib"
289289
],
290290
"enumDescriptions": [
291-
"ELF File",
291+
"ELF (Executable Linkable Format)",
292292
"Static Library"
293293
]
294294
},

lang/arm.v5.verify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
"lib"
387387
],
388388
"enumDescriptions": [
389-
"AXF File",
389+
"AXF (Arm Executable File)",
390390
"Static Library"
391391
]
392392
},

lang/arm.v6.verify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"lib"
317317
],
318318
"enumDescriptions": [
319-
"AXF File",
319+
"AXF (Arm Executable File)",
320320
"Static Library"
321321
]
322322
},

lang/riscv.gcc.verify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
"lib"
299299
],
300300
"enumDescriptions": [
301-
"ELF File",
301+
"ELF (Executable Linkable Format)",
302302
"Static Library"
303303
]
304304
},

lang/stm8.gnu-sdcc.verify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"lib"
344344
],
345345
"enumDescriptions": [
346-
"ELF File",
346+
"ELF (Executable Linkable Format)",
347347
"Static Library"
348348
]
349349
},

lang/stm8.iar.verify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
"lib"
455455
],
456456
"enumDescriptions": [
457-
"ELF File",
457+
"ELF (Executable Linkable Format)",
458458
"Static Library"
459459
]
460460
},

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.2",
28+
"version": "2.12.3",
2929
"engines": {
3030
"vscode": "^1.38.0"
3131
},

0 commit comments

Comments
 (0)