You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,16 @@
4
4
5
5
**Requires PlatformIO Core 6.0 or above**
6
6
7
+
- Added a new "Dependencies" group to the [Project Tasks](https://docs.platformio.org/en/latest/integration/ide/vscode.html#project-tasks)
8
+
* List project dependencies
9
+
* Check outdated project dependencies
10
+
* Update project dependencies
11
+
- Added "Verbose Test" to the [Project Tasks](https://docs.platformio.org/en/latest/integration/ide/vscode.html#project-tasks)
12
+
- Added the "Test" button to the [PlatformIO Toolbar](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-toolbar)
13
+
- Switched to the official PlatformIO Core 6.0 public API
14
+
- Updated installer script to [v1.1.2](https://github.com/platformio/platformio-core-installer/releases/tag/v1.1.2)
7
15
- Ensure that the PlatformIO Core installer script is not corrupted (issue [#3084](https://github.com/platformio/platformio-vscode-ide/issues/3084))
16
+
- Removed deprecated "updates" related command in favor of project dependency management (issue [#3219](https://github.com/platformio/platformio-vscode-ide/issues/3219))
8
17
- Fixed a bug with the handling of package registry mirrors
0 commit comments