From 4a3f6c4fa32f3ee52d93be226c3b3c4c4a02a82c Mon Sep 17 00:00:00 2001 From: Adi Azulay Date: Thu, 15 Apr 2021 12:29:55 -0700 Subject: [PATCH 1/4] pre-release v0.4.1-rc1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d66d3c2..c1bf584d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 0.4.1 + +### Added +- Quickpick sketch selection (#1128) Thanks @maddogjt + +### Fixed +- Arduino CLI on MacOS (#1227) Thanks @awmichel +- Typos (#1226, #1225, #1191) Thanks @jogo- @CBielstein +- add USBCON back into IntelliSense config (#1231) +- Update depedencies + ## Version 0.4.0 ### Added diff --git a/package-lock.json b/package-lock.json index cb7e0ab2..e0718516 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-arduino", - "version": "0.4.0", + "version": "0.4.1-rc1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f2c694a..4f144e45 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-rc1", "publisher": "vsciot-vscode", "aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42", "preview": true, From c5f01bd7621a9f674907710a0d3b3f95a290d7d0 Mon Sep 17 00:00:00 2001 From: Adi Azulay Date: Mon, 19 Apr 2021 09:27:27 -0700 Subject: [PATCH 2/4] pre-release v0.4.1-rc2 --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bf584d..913605a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,23 @@ All notable changes to this project will be documented in this file. ## Version 0.4.1 ### Added -- Quickpick sketch selection (#1128) Thanks @maddogjt +- Quickpick sketch selection [#1128](https://github.com/microsoft/vscode-arduino/pull/1128) Thanks [@maddogjt](https://github.com/maddogjt) ### Fixed -- Arduino CLI on MacOS (#1227) Thanks @awmichel -- Typos (#1226, #1225, #1191) Thanks @jogo- @CBielstein -- add USBCON back into IntelliSense config (#1231) +- 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 @@ -28,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 From f4f3b48092812290e866d315fd3ec04c8f685716 Mon Sep 17 00:00:00 2001 From: Adi Azulay Date: Mon, 19 Apr 2021 12:18:06 -0700 Subject: [PATCH 3/4] update version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0718516..c7cdc986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-arduino", - "version": "0.4.1-rc1", + "version": "0.4.1-rc2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f144e45..2437f141 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.1-rc1", + "version": "0.4.1-rc2", "publisher": "vsciot-vscode", "aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42", "preview": true, From fb350447a397148ec3dbfbf65ea57d3069176c7f Mon Sep 17 00:00:00 2001 From: Adi Azulay Date: Mon, 19 Apr 2021 13:08:33 -0700 Subject: [PATCH 4/4] bump to v0.4.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7cdc986..4354db20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-arduino", - "version": "0.4.1-rc2", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2437f141..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.1-rc2", + "version": "0.4.1", "publisher": "vsciot-vscode", "aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42", "preview": true,