Skip to content

Commit c187bd9

Browse files
committed
Merge branch 'release/v3.3.1'
2 parents 5d3c902 + 0857ef6 commit c187bd9

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Release Notes
22

3+
## 3.3.1 (2023-07-28)
4+
5+
* Updated the PlatformIO Core Installer Script to version [1.2.1](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.1)
6+
37
## 3.3.0 (2023-07-10)
48

59
* Enhanced the user experience in the "Project Tasks" explorer by displaying tasks specific to the selected environment by default
610
* Introduced a new option that allows seamless switching between multi-environment project tasks
7-
* Expanded the functionality of the "Actvity Bar > PlatformIO IDE > Quick Access" menu by including a new item called [Serial & UDP Plotter](https://marketplace.visualstudio.com/items?itemName=alexnesnes.teleplot)
11+
* Expanded the functionality of the "Activity Bar > PlatformIO IDE > Quick Access" menu by including a new item called [Serial & UDP Plotter](https://marketplace.visualstudio.com/items?itemName=alexnesnes.teleplot)
812
* Updated the PlatformIO Core Installer Script to version [1.2.0](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.0)
913

1014
![Toggle between Multi Environment Project Tasks](https://raw.githubusercontent.com/platformio/platformio-vscode-ide/develop/.github/media/platformio-toggle-multienv-tasks.gif)

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-ide",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"publisher": "platformio",
55
"engines": {
66
"vscode": "^1.65.0"
@@ -899,18 +899,18 @@
899899
},
900900
"dependencies": {
901901
"fs-plus": "~3.1.1",
902-
"platformio-node-helpers": "~11.1.0",
902+
"platformio-node-helpers": "~11.1.1",
903903
"platformio-vscode-debug": "~1.4.1"
904904
},
905905
"devDependencies": {
906906
"@types/node": "~14",
907907
"@types/vscode": "~1.65.0",
908-
"@vscode/vsce": "~2.19.0",
909-
"eslint": "~8.44.0",
908+
"@vscode/vsce": "~2.20.0",
909+
"eslint": "~8.46.0",
910910
"eslint-import-resolver-webpack": "~0.13.2",
911-
"eslint-plugin-import": "~2.27.5",
911+
"eslint-plugin-import": "~2.28.0",
912912
"prettier": "~2.8.8",
913-
"webpack": "~5.88.1",
913+
"webpack": "~5.88.2",
914914
"webpack-cli": "~5.1.4"
915915
},
916916
"extensionDependencies": [

0 commit comments

Comments
 (0)