Skip to content

Commit 2a12dde

Browse files
committed
v3.26.4 revision
1 parent 092e8e4 commit 2a12dde

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

77
***
88

9+
### [v3.26.4] revision
10+
11+
**Improve**:
12+
- `Project Diagnostics`: Add code action for stub func missed warning. (to auto fix gcc warning: "_xxx is not implemented and will always fail")
13+
- `Toolchain Setup`: Goto eide tools folder by default when user start to select a location.
14+
15+
***
16+
917
### [v3.26.3] revision
1018

1119
**New**:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://em-ide.com",
3737
"license": "MIT",
3838
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
39-
"version": "3.26.3",
39+
"version": "3.26.4",
4040
"preview": false,
4141
"engines": {
4242
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)