@@ -6,6 +6,47 @@ All notable version changes will be recorded in this file.
66
77***
88
9+ ### [ v3.18.0] update
10+
11+ ** Incompatible Changes** :
12+ - ` Chip Support Package ` :
13+ - Remove folder: ` .eide/deps ` and use VirtualFolder ` <virtual_root>/<deps> ` instead it.
14+ - The Chip Support Package in older projects will become invalid. And you need to reinstall chip-package and reinstall all CMSIS components.
15+
16+ ** New** :
17+ - ` Cortex-Debug Configuration Generator ` : A new Debugger Configuration Generator with a simple GUI.
18+ - ` pyOCD Flasher UI ` : Support append additional cli command when program flash.
19+ - ` VSCODE_PORTABLE ` : Support ` VSCODE_PORTABLE ` environment variables.
20+
21+ ** Fix** :
22+ - ` Project Environment ` : Project environment variables missed.
23+
24+ ** Change** :
25+ - ` Builder Configuration UI (SDCC) ` : Automatic get processors list by execute command: ` sdcc -v `
26+
27+ ** Optimize**
28+ - ` MDK Project Import ` : Optimize import ` Keil User Command ` .
29+
30+ ***
31+
32+ ### [ v3.17.3] preview
33+
34+ ** New** :
35+ - ` Cortex-Debug Configuration Generator ` : A new Debugger Configuration Generator with a simple GUI.
36+ - ` pyOCD Flasher UI ` : Support append additional cli command when program flash.
37+ - ` VSCODE_PORTABLE ` : Support ` VSCODE_PORTABLE ` environment variables.
38+
39+ ** Fix** :
40+ - ` Project Environment ` : Project environment variables missed.
41+
42+ ** Change** :
43+ - ` Builder Configuration UI (SDCC) ` : Automatic get processors list by execute command: ` sdcc -v `
44+
45+ ** Optimize**
46+ - ` MDK Project Import ` : Optimize import ` Keil User Command ` .
47+
48+ ***
49+
950### [ v3.17.1] revision
1051
1152** Fix** :
@@ -423,7 +464,7 @@ Merge `v3.16.2-prerelease` bugs fix.
423464
424465** Optimize** :
425466 - Export built-in env variables to unify_builder
426- - Export more env variables to builder process envirnoment
467+ - Export more env variables to builder process environment
427468 - Resolve recursive vars when parse iar eww file
428469 - When import a iar project, create new folder if iar project not have independent folder
429470 - Reload jlink device list after install a cmsis device package
0 commit comments