Skip to content

Commit

Permalink
Merge branch 'release/v3.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 28, 2023
2 parents 5d3c902 + 0857ef6 commit c187bd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Release Notes

## 3.3.1 (2023-07-28)

* Updated the PlatformIO Core Installer Script to version [1.2.1](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.1)

## 3.3.0 (2023-07-10)

* Enhanced the user experience in the "Project Tasks" explorer by displaying tasks specific to the selected environment by default
* Introduced a new option that allows seamless switching between multi-environment project tasks
* 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)
* 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)
* Updated the PlatformIO Core Installer Script to version [1.2.0](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.0)

![Toggle between Multi Environment Project Tasks](https://raw.githubusercontent.com/platformio/platformio-vscode-ide/develop/.github/media/platformio-toggle-multienv-tasks.gif)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformio-ide",
"version": "3.3.0",
"version": "3.3.1",
"publisher": "platformio",
"engines": {
"vscode": "^1.65.0"
Expand Down Expand Up @@ -899,18 +899,18 @@
},
"dependencies": {
"fs-plus": "~3.1.1",
"platformio-node-helpers": "~11.1.0",
"platformio-node-helpers": "~11.1.1",
"platformio-vscode-debug": "~1.4.1"
},
"devDependencies": {
"@types/node": "~14",
"@types/vscode": "~1.65.0",
"@vscode/vsce": "~2.19.0",
"eslint": "~8.44.0",
"@vscode/vsce": "~2.20.0",
"eslint": "~8.46.0",
"eslint-import-resolver-webpack": "~0.13.2",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-import": "~2.28.0",
"prettier": "~2.8.8",
"webpack": "~5.88.1",
"webpack": "~5.88.2",
"webpack-cli": "~5.1.4"
},
"extensionDependencies": [
Expand Down

0 comments on commit c187bd9

Please sign in to comment.