Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwmb committed Jul 23, 2020
1 parent 76f1854 commit d9391ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 0.4.0

### System View Tracing Viewer, Search IDF Documentation, etc.

- 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
- Add support for Arduino as ESP32 Component
- Add [support](https://github.com/espressif/vscode-esp-idf-extension#available-commands) for searching ESP-IDF documentation from vscode itself.
- 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.

## 0.3.0

### Heap Tracing, Code Coverage Support, Rainmaker Support and bug fixes
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ There are a few dependencies which needs to be downloaded and installed before y
## Coming Soon

- Create new project wizard
- Add System View UI
- Support GDB Stub
- Support Core Dump

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"preview": true,
"displayName": "Espressif IDF",
"description": "Develop and debug applications for Espressif ESP32, ESP32-S2 chips with ESP-IDF",
"version": "0.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"publisher": "espressif",
"icon": "media/espressif_icon.png",
Expand Down

0 comments on commit d9391ff

Please sign in to comment.