Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwmb committed Sep 24, 2020
1 parent a263ad5 commit c1abaa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 0.5.0

### ESP-ADF & ESP-MDF

- Added support for ESP-ADF and ESP-MDF
- Fixed some bugs related to [Device Baud Rate](https://github.com/espressif/vscode-esp-idf-extension/pull/166), [Webview Background Color](https://github.com/espressif/vscode-esp-idf-extension/pull/166), [Menuconfig](https://github.com/espressif/vscode-esp-idf-extension/pull/166)

## 0.4.0

### System View Tracing Viewer, Search IDF Documentation, etc.
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.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"publisher": "espressif",
"icon": "media/espressif_icon.png",
Expand Down

0 comments on commit c1abaa6

Please sign in to comment.