File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,28 @@ All notable version changes will be recorded in this file.
66
77***
88
9+ ### [ v3.12.2023051401] update
10+
11+ ** New** :
12+ - ` MIPS Project ` : Support new project type ` MIPS ` and new toolchain ` MTI GCC ` , thanks [ @eatradish ] ( https://github.com/eatradish ) .
13+ - ` Status Bar ` : Add status bar for project target switch.
14+
15+ ** Fix** :
16+ - ` Switch Target ` : Not copy source options file if it's not existed when switch target.
17+ - ` Cpptools Intellisense ` : Notify cpptools update source config after active project changed.
18+
19+ ** Change** :
20+ - ` IAR Arm Toolchain ` : Remove auto-gen '-I' include options for iar arm assembler.
21+
22+ ** Optimize** :
23+ - ` COSMIC_STM8 ` : Auto generate ` .d ` files for COSMIC_STM8.
24+ - ` KeilC51 Importer ` : Setup 'CClasses, UserClasses' when import a keilc51 project.
25+ - ` System Variables ` : Add some system variables, like: ` ${SYS_Platform}, ${SYS_DirSep} ... `
26+ - ` Auto Save ` : Compare content before save project.
27+ - ` Source Folder ` : Need to confirm before remove src folder.
28+
29+ ***
30+
931### [ v3.12.0] update
1032
1133** New** :
Original file line number Diff line number Diff line change 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.12.0 " ,
41+ "version" : " 3.12.2023051401 " ,
4242 "preview" : false ,
4343 "engines" : {
4444 "vscode" : " ^1.67.0"
448448 "type" : " string" ,
449449 "scope" : " resource" ,
450450 "markdownDescription" : " %settings.mips.gcc.install.folder%" ,
451- "default" : " ${userRoot}/.eide/tools/mips_mti "
451+ "default" : " "
452452 },
453453 "EIDE.MIPS.ToolPrefix" : {
454454 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments