We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033320e commit 2473c85Copy full SHA for 2473c85
2 files changed
CHANGELOG.md
@@ -6,6 +6,16 @@ All notable version changes will be recorded in this file.
6
7
***
8
9
+### [v3.24.0] update
10
+
11
+**New**:
12
+ - `8051 Toolchain`: Support new SDCC + Binutils Toolchain for mcs51 https://github.com/github0null/sdcc-binutils-mcs51/blob/master/README_zh.md
13
14
+**Fix**:
15
+ - `ELF View`: Fix issue [461](https://github.com/github0null/eide/issues/461)
16
17
+***
18
19
### [v3.23.14] revision
20
21
**New**:
package.json
@@ -36,7 +36,7 @@
36
"homepage": "https://em-ide.com",
37
"license": "MIT",
38
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
39
- "version": "3.23.15",
+ "version": "3.24.0",
40
"preview": false,
41
"engines": {
42
"vscode": "^1.67.0"
0 commit comments