Skip to content

Commit d9391ff

Browse files
committed
v0.4.0
1 parent 76f1854 commit d9391ff

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to the "Espressif IDF" extension will be documented in this file.
44

5+
## 0.4.0
6+
7+
### System View Tracing Viewer, Search IDF Documentation, etc.
8+
9+
- Add System View Tracing [support]() inside vscode, which will enable you to easily view the timeline, events stream, etc., of of existing heap tracing (.svdat) file
10+
- Add support for Arduino as ESP32 Component
11+
- Add [support](https://github.com/espressif/vscode-esp-idf-extension#available-commands) for searching ESP-IDF documentation from vscode itself.
12+
- Fixed some bugs related to [debug adapter](https://github.com/espressif/vscode-esp-idf-extension/pull/134), [gui menuconfig](https://github.com/espressif/vscode-esp-idf-extension/pull/145), [task based commands](https://github.com/espressif/vscode-esp-idf-extension/pull/143), [enhance scss](https://github.com/espressif/vscode-esp-idf-extension/pull/137), etc.
13+
514
## 0.3.0
615

716
### Heap Tracing, Code Coverage Support, Rainmaker Support and bug fixes

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ There are a few dependencies which needs to be downloaded and installed before y
3333
## Coming Soon
3434

3535
- Create new project wizard
36-
- Add System View UI
3736
- Support GDB Stub
3837
- Support Core Dump
3938

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"preview": true,
44
"displayName": "Espressif IDF",
55
"description": "Develop and debug applications for Espressif ESP32, ESP32-S2 chips with ESP-IDF",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"license": "Apache-2.0",
88
"publisher": "espressif",
99
"icon": "media/espressif_icon.png",

0 commit comments

Comments
 (0)