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 66e85df commit 972ed86Copy full SHA for 972ed86
2 files changed
CHANGELOG.md
@@ -6,6 +6,14 @@ All notable version changes will be recorded in this file.
6
7
***
8
9
+### [v3.26.5] revision
10
+
11
+**Improve**:
12
+ - `Project Explorer`: Add `copyPath` context menu in explorer ui.
13
+ - `Project AutoSave`: When the project file is being modified, cancel the pending save operation. This avoids accidental file overwriting.
14
15
+***
16
17
### [v3.26.4] revision
18
19
**Improve**:
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.26.4",
+ "version": "3.26.5",
40
"preview": false,
41
"engines": {
42
"vscode": "^1.67.0"
0 commit comments