Skip to content

Commit e2b6a92

Browse files
committed
v3.17.3
1 parent 8a2519e commit e2b6a92

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ All notable version changes will be recorded in this file.
66

77
***
88

9-
### [v3.17.2] preview
9+
### [v3.17.3] preview
1010

1111
**New**:
1212
- `Cortex-Debug Configuration Generator`: A new Debugger Configuration Generator with a simple GUI.
1313
- `pyOCD Flasher UI`: Support append additional cli command when program flash.
1414
- `VSCODE_PORTABLE`: Support `VSCODE_PORTABLE` environment variables.
1515

16+
**Fix**:
17+
- `Project Environment`: Project environment variables missed.
18+
1619
**Change**:
1720
- `Builder Configuration UI (SDCC)`: Automatic get processors list by execute command: `sdcc -v`
1821

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"homepage": "https://em-ide.com",
3939
"license": "MIT",
4040
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
41-
"version": "3.17.2",
41+
"version": "3.17.3",
4242
"preview": false,
4343
"engines": {
4444
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)