Skip to content

Commit f0661f4

Browse files
committed
v3.13.0 update
1 parent 1a2aaea commit f0661f4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

77
***
88

9+
### [v3.13.0] 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+
- `STM8 MapView`: Support MapView for COSMIC-STM8 Compiler.
15+
16+
**Fix**:
17+
- `Switch Target`: Not copy source options file if it's not existed when switch target.
18+
- `Cpptools Intellisense`: Notify cpptools update source config after active project changed.
19+
20+
**Change**:
21+
- `IAR Arm Toolchain`: Remove auto-gen '-I' include options for iar arm assembler.
22+
23+
**Optimize**:
24+
- `COSMIC_STM8`: Auto generate `.d` files for COSMIC_STM8.
25+
- `KeilC51 Importer`: Setup 'CClasses, UserClasses' when import a keilc51 project.
26+
- `System Variables`: Add some system variables, like: `${SYS_Platform}, ${SYS_DirSep} ...`
27+
- `Auto Save`: Compare content before save project.
28+
- `Source Folder`: Need to confirm before remove src folder.
29+
- `IAR Toolchain`: Add more cpu list for selection.
30+
31+
***
32+
933
### [v3.12.2023052101] revision
1034

1135
**New**:

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.12.2023052101",
41+
"version": "3.13.0",
4242
"preview": false,
4343
"engines": {
4444
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)