|
2 | 2 |
|
3 | 3 | 所有值得注意的版本变化将被记录在这个文件中。 |
4 | 4 |
|
| 5 | +All notable version changes will be recorded in this file. |
| 6 | + |
| 7 | +*** |
| 8 | + |
| 9 | +### [v3.9.0] |
| 10 | + |
| 11 | +**New**: |
| 12 | + - Support IAR ARM C/C++ Compiler |
| 13 | + - Support import IAR ARM workbench |
| 14 | + - Support install chip info for JLink when installed cmsis device package (you need to install `jlink-devices-addon` before getting start) |
| 15 | + - New compiler problem matcher |
| 16 | + - Allow nested env variables (max deep: 5) |
| 17 | + - Generate `compiler.log` file to build folder |
| 18 | + - Provide diagnostic informations into `Problems` panel from `compiler.log` file after project build finished |
| 19 | + - Allow execute post install command when install external tools. |
| 20 | + - Allow empty `linkerScript` file path for `armcc/gcc`. (empty path will cause builder ignore pass linkerScript args to linker) |
| 21 | + - Allow use env variables in `includePath`, `libPath` |
| 22 | + |
| 23 | +**Fix**: |
| 24 | + - Can not post progress message when install external tools |
| 25 | + - Some compiler config errors in `sdcc` model |
| 26 | + |
| 27 | +**Change**: |
| 28 | + - Remove terminal problem matcher, use `vscode.Diagnostic` api to provide project problem after build end |
| 29 | + - Provide more terminal link matcher for eide builder task |
| 30 | + |
| 31 | +**Optimize**: |
| 32 | + - Add `${configName}` in file path env map |
| 33 | + - Search keywords in external tools details |
| 34 | + - Del old folder when reinstall external tools |
| 35 | + - Optimize prompt message for `Configure Toolchain` function. |
| 36 | + - Optimize cmsis header wizard parser. (allow string prefix/suffix for number value) |
| 37 | + |
| 38 | +*** |
| 39 | + |
| 40 | +### [v3.8.2022090801] preview version |
| 41 | + |
| 42 | +**New**: |
| 43 | + - Generate `compiler.log` file to build folder |
| 44 | + - Provide diagnostic informations into `Problems` panel from `compiler.log` file after project build finished |
| 45 | + |
| 46 | +**Change**: |
| 47 | + - Remove terminal problem matcher, use `vscode.Diagnostic` api to provide project problem after build end |
| 48 | + - Provide more terminal link matcher for eide builder task |
| 49 | + |
| 50 | +*** |
| 51 | + |
| 52 | +### [v3.8.2022090701] preview version |
| 53 | + |
| 54 | +**New**: |
| 55 | + - New IAR compiler problem message matcher |
| 56 | + - Support auto install chip info to JLink by `jlink-device-addon` tool when install cmsis device package |
| 57 | + |
| 58 | +**Optimize**: |
| 59 | + - Allow use `${configName}` in file path environment variables |
| 60 | + - Do not delete unused files when cmsis device package has been installed |
| 61 | + - Output compiler log after build done |
| 62 | + |
| 63 | +*** |
| 64 | + |
| 65 | +### [v3.8.2022082801] preview version |
| 66 | + |
| 67 | +**New** |
| 68 | + - Allow execute post install command when install external tools. |
| 69 | + |
| 70 | +**Optimize** |
| 71 | + - Optimize prompt message for `Configure Toolchain` function. |
| 72 | + - Allow empty `linkerScript` file path for `armcc/gcc`. (empty path will cause builder ignore pass linkerScript args to linker) |
| 73 | + - Allow use env variables in `includePath`, `libPath`. |
| 74 | + - Optimize cmsis header wizard parser. (allow string prefix/suffix for number value) |
| 75 | + |
5 | 76 | *** |
6 | 77 |
|
7 | 78 | ### [v3.8.8] revision (patch for v3.8.4) |
|
0 commit comments