Skip to content

Commit 988ff7e

Browse files
committed
v3.13.2023060401
1 parent 01c5e4b commit 988ff7e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

77
***
88

9+
### [v3.13.2023060401] revision
10+
11+
**Fix**:
12+
- `Incorrect GCC Options`: Move gcc '--specs=xxx' options to 'global' region. [issue](https://github.com/github0null/eide/issues/259)
13+
14+
**Optimize**:
15+
- `Source Exclude List`: Allow use Env Variables in exclude path string.
16+
- `Eclipse Project Importer`: Optimize eclipse project parser, allow resolve virtual folder and folder link.
17+
- `Armcc Options`: Remove duplicate option 'optimize-for-time' for AC5
18+
19+
***
20+
921
### [v3.13.2023060101] revision
1022

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

0 commit comments

Comments
 (0)