Skip to content

Commit 3d85baf

Browse files
committed
v3.11.3 update
1 parent bebb5c4 commit 3d85baf

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ All notable version changes will be recorded in this file.
66

77
***
88

9+
### [v3.11.3] revision
10+
11+
**Fix**:
12+
- `Extra Compiler Options`: Cannot evaluate inherited parameters.
13+
- `unify_builder`: Cannot handle more than one `args expressions` for file options.
14+
- `unify_builder`: Remove global extra options for `sdxxasm`.
15+
16+
**Optimize**:
17+
- `unify_builder`: More color render for compiler output messages.
18+
- `unify_builder`: Add 'ASM_FLAGS' for sdcc sdxxasm.
19+
- `Debug Config`: Auto generate toolchain prefix for cortex-debug.
20+
21+
**Please update `eide_binaries` to v11.0.1+ (Restart plug-in to auto fetch update).**
22+
23+
***
24+
925
### [v3.11.2] update
1026

1127
**New**:

lang/any.gcc.verify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
}
180180
},
181181
"ASM_FLAGS": {
182-
"markdownDescription": "Assembler Params",
182+
"markdownDescription": "Assembler Options",
183183
"description.zh-cn": "汇编器参数",
184184
"$ref": "#/definitions/FLAGS",
185185
"default": "-c -x assembler"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"homepage": "https://em-ide.com",
3636
"license": "MIT",
3737
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
38-
"version": "3.11.2",
38+
"version": "3.11.3",
3939
"preview": false,
4040
"engines": {
4141
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)