Skip to content

Commit

Permalink
update changelog (#1056)
Browse files Browse the repository at this point in the history
* update changelog

* update with esp matter bugfix
  • Loading branch information
brianignacio5 authored Oct 13, 2023
1 parent fb55b32 commit 6425d2b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@

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

## [1.6.5](https://github.com/espressif/vscode-esp-idf-extension/releases/tag/v1.6.5)

### Features and enhancements

- [Add execPath as configuration variable substitution](https://github.com/espressif/vscode-esp-idf-extension/pull/1003)
- [Add manual testing report documentation](https://github.com/espressif/vscode-esp-idf-extension/pull/1023)
- [Create a project from external components](https://github.com/espressif/vscode-esp-idf-extension/pull/994)
- [Add precommit linter](https://github.com/espressif/vscode-esp-idf-extension/pull/1034)
- [Mention windows keyboard shortcut install documentation](https://github.com/espressif/vscode-esp-idf-extension/pull/1046)

### Bug Fixes

- [Change compiler path to relative path in c_cpp_properties.json](https://github.com/espressif/vscode-esp-idf-extension/pull/1012)
- [Update template tasks.json regex](https://github.com/espressif/vscode-esp-idf-extension/pull/1014)
- [USe Python 3.8.7 for ESP-IDF < 5.0](https://github.com/espressif/vscode-esp-idf-extension/pull/1021)
- [Remove IDF component manager from extension requirements.txt](https://github.com/espressif/vscode-esp-idf-extension/pull/1048)
- [Add IDF Size fix for ESP-IDF 5.1 or newer](https://github.com/espressif/vscode-esp-idf-extension/pull/1039)
- [Disable ESP-Matter commands for Windows](https://github.com/espressif/vscode-esp-idf-extension/pull/1052)

## [1.6.4](https://github.com/espressif/vscode-esp-idf-extension/releases/tag/v1.6.4)

### Features and enhancements
Expand Down

0 comments on commit 6425d2b

Please sign in to comment.