diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d66d3c2..913605a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,26 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 0.4.1 + +### Added +- Quickpick sketch selection [#1128](https://github.com/microsoft/vscode-arduino/pull/1128) Thanks [@maddogjt](https://github.com/maddogjt) + +### Fixed +- Arduino CLI on MacOS [#1221](https://github.com/microsoft/vscode-arduino/issues/1221) Thanks [@awmichel](https://github.com/awmichel) +- Typos [#1226](https://github.com/microsoft/vscode-arduino/pull/1226), [#1225](https://github.com/microsoft/vscode-arduino/pull/1225), [#1191](https://github.com/microsoft/vscode-arduino/pull/1191) Thanks [@jogo-](https://github.com/jogo-) [@CBielstein](https://github.com/CBielstein) +- add USBCON back into IntelliSense config [#1216](https://github.com/microsoft/vscode-arduino/issues/1216) +- Update depedencies +- App Insights key in Actions [#1236](https://github.com/microsoft/vscode-arduino/pull/1236) + ## Version 0.4.0 ### Added -- Support for Arduino CLI (#1017) +- Support for Arduino CLI #1017 ### Changed -- Autogenerate c_cpp_properties.json with all complier arguments and libraries for IntelliSense (#1183) -- Detects available programmers for selected board (#1118) +- Autogenerate c_cpp_properties.json with all complier arguments and libraries for IntelliSense #1183 +- Detects available programmers for selected board #1118 ### Fixed - Typos @@ -17,7 +29,7 @@ All notable changes to this project will be documented in this file. - Unifies all build commands under a single ### Known Issues -- Arduino CLI doesn't work on Mac (#1205) +- Arduino CLI doesn't work on Mac [#1205](https://github.com/microsoft/vscode-arduino/issues/1205) ## Version 0.3.5 diff --git a/package-lock.json b/package-lock.json index cb7e0ab2..4354db20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-arduino", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f2c694a..d049cf7a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-arduino", "displayName": "Arduino", "description": "Arduino for Visual Studio Code", - "version": "0.4.0", + "version": "0.4.1", "publisher": "vsciot-vscode", "aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42", "preview": true,