diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b08f29..2bbfaf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release Notes +## 2.1.0 (2020-09-16) + +* Renamed "PIO Remote" group of tasks to "Remote Development" +* Updated PlatformIO Core installer to [v0.3.5](https://github.com/platformio/platformio-core-installer/releases/tag/v0.3.5) + ## 2.0.1 (2020-09-10) * Moved "Project Tasks" view back to "PlatformIO" activity (you can now drag it to any location) diff --git a/package.json b/package.json index 0d019cc..5e29c18 100644 --- a/package.json +++ b/package.json @@ -573,7 +573,7 @@ "platformio-ide.useBuiltinPython": { "type": "boolean", "default": true, - "description": "Use a built-in Python 3 Interpreter if available" + "description": "Use a portable Python 3 Interpreter if available" }, "platformio-ide.useBuiltinPIOCore": { "type": "boolean", @@ -621,7 +621,7 @@ }, "dependencies": { "fs-plus": "~3.1.1", - "platformio-node-helpers": "~7.2.0", + "platformio-node-helpers": "~7.2.1", "platformio-vscode-debug": "~1.2.11" }, "extensionDependencies": [