Skip to content

Commit a4caff0

Browse files
committed
Bump version to 3.3.0
1 parent e65705e commit a4caff0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

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

3-
## 3.3.0 (2023-07-??)
3+
## 3.3.0 (2023-07-10)
44

5-
* **Enhanced the user experience in the "Project Tasks" explorer by displaying tasks specific to the selected environment by default.** This improvement provides immediate visibility and access to the relevant tasks associated with the chosen environment, streamlining project navigation and task execution.
6-
* **Introduced a new option that allows seamless switching between multi-environment project tasks.** This addition empowers developers to effortlessly switch between different environments within a project and view their respective tasks, enabling efficient task management and execution within complex project setups.
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). This addition simplifies and accelerates access to the Serial and UDP Plotter feature, allowing developers to quickly visualize and analyze data streams from connected devices.
8-
* **Updated the PlatformIO Core Installer Script to version** [v1.2.0](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.0). This update ensures that developers have the latest version of the Core Installer, benefiting from bug fixes, performance enhancements, and new features introduced in the latest release. Keeping the Core Installer up to date guarantees a more stable and reliable development environment for PlatformIO users.
5+
* Enhanced the user experience in the "Project Tasks" explorer by displaying tasks specific to the selected environment by default
6+
* 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)
8+
* Updated the PlatformIO Core Installer Script to version [1.2.0](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.0)
99

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-ide",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"publisher": "platformio",
55
"engines": {
66
"vscode": "^1.65.0"

0 commit comments

Comments
 (0)