Skip to content

Commit e950264

Browse files
committed
v3.16.0
1 parent ca1c722 commit e950264

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

77
***
88

9+
### [v3.16.0] update
10+
11+
**Change**:
12+
- `Cortex-Debug Config`: Auto generate debug config now has been **Removed**. Use the right-click menu function instead.
13+
14+
**Fix**:
15+
- `Keil Project Export`: Source file type error for '*.asm'.
16+
17+
**Optimize**:
18+
- `GUI Prompt String`: Change some prompt string.
19+
- `JLink Flasher Template`: Allow use '${hexFile}, ${binFile}...' variables in `jlink.flasher.cmd.template` file.
20+
- `STLink Flasher`: Use codepage `437` when exec STM32_Program_CLI.exe in win32 system.
21+
22+
***
23+
924
### [v3.15.1] update
1025

1126
**Optimize**:

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

0 commit comments

Comments
 (0)