Skip to content

Commit e81b84c

Browse files
update changelog for v1.7.0 (#1119)
1 parent badebbe commit e81b84c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,34 @@
88

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

11+
## [1.7.0](https://github.com/espressif/vscode-esp-idf-extension/releases/tag/v1.7.0)
12+
13+
### Features and enhancements
14+
15+
- [Update extension initial autoconfiguration](https://github.com/espressif/vscode-esp-idf-extension/pull/1075)
16+
- [Add Commands tree view in Espressif explorer](https://github.com/espressif/vscode-esp-idf-extension/pull/1081)
17+
- [Update OpenOCD boards filtered by selected IDF target](https://github.com/espressif/vscode-esp-idf-extension/pull/1079)
18+
- [Documentation commands name consistency](https://github.com/espressif/vscode-esp-idf-extension/pull/1082)
19+
- [Add new notification mode: Output, Notification, All, Silent](https://github.com/espressif/vscode-esp-idf-extension/pull/1087)
20+
- [Remove gcovr dependency, implement GCOV html report and UI coverage from toolchain gcov](https://github.com/espressif/vscode-esp-idf-extension/pull/1099)
21+
- [Add ESP-IDF Unit Testing with Pytest-Embeded in vscode extension tests UI](https://github.com/espressif/vscode-esp-idf-extension/pull/1013)
22+
- [Add esp32c2 esp32h2 IDF targets to extension](https://github.com/espressif/vscode-esp-idf-extension/pull/1112)
23+
- [Remove Microsoft C/C++ from extension dependencies](https://github.com/espressif/vscode-esp-idf-extension/pull/1103)
24+
- [Add ESP-IDF SBOM check command](https://github.com/espressif/vscode-esp-idf-extension/pull/1094)
25+
26+
### Bug Fixes
27+
28+
- [Update application insights](https://github.com/espressif/vscode-esp-idf-extension/pull/1069)
29+
- [Remove video link from changelog](https://github.com/espressif/vscode-esp-idf-extension/pull/1071)
30+
- [Fix esp32h2 in set target command](https://github.com/espressif/vscode-esp-idf-extension/pull/1057)
31+
- [Fix for env PATH variable reference](https://github.com/espressif/vscode-esp-idf-extension/pull/1093) Thanks @dyarkovoy
32+
- [Fix for qemu workspace reference](https://github.com/espressif/vscode-esp-idf-extension/pull/1097) Thanks @dyarkovoy
33+
- [Fix sdkconfig defaults in build arguments](https://github.com/espressif/vscode-esp-idf-extension/pull/1077)
34+
- [Fix duplicated python executable in setup UI, Add Windows compiler path fix](https://github.com/espressif/vscode-esp-idf-extension/pull/1084)
35+
- [Migration to vue 3 and UI fixes](https://github.com/espressif/vscode-esp-idf-extension/pull/1035)
36+
- [Update docker templates to latest esp-idf version](https://github.com/espressif/vscode-esp-idf-extension/pull/1109)
37+
- [Fix tar.xz install from extension, show or hide progress notification based idf.notificationMode setting](https://github.com/espressif/vscode-esp-idf-extension/pull/1118)
38+
1139
## [1.6.5](https://github.com/espressif/vscode-esp-idf-extension/releases/tag/v1.6.5)
1240

1341
### Features and enhancements

0 commit comments

Comments
 (0)