Skip to content

Commit c1abaa6

Browse files
committed
v0.5.0
1 parent a263ad5 commit c1abaa6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## 0.5.0
6+
7+
### ESP-ADF & ESP-MDF
8+
9+
- Added support for ESP-ADF and ESP-MDF
10+
- 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)
11+
512
## 0.4.0
613

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

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.4.0",
6+
"version": "0.5.0",
77
"license": "Apache-2.0",
88
"publisher": "espressif",
99
"icon": "media/espressif_icon.png",

0 commit comments

Comments
 (0)