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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,23 @@
1
1
# Release Notes
2
2
3
+
## 2.4.0 (2021-11-05)
4
+
5
+
**Requires VSCode 1.57 or above**
6
+
7
+
- Added named status bars: "PlatformIO: Toolbar" and "PlatformIO: Project Environment Switcher" (ability to hide them separately) (issue [#2593](https://github.com/platformio/platformio-vscode-ide/issues/2593))
8
+
- Added "Verbose Check" project task
9
+
- Synchronize VSCode workspaces with PlatformIO Home Projects (requires PlatformIO Core 5.2.3 or above) (issue [#1367](https://github.com/platformio/platformio-vscode-ide/issues/1367))
10
+
- Automatically switch to newly created project's environment (issue [#2414](https://github.com/platformio/platformio-vscode-ide/issues/2414))
11
+
- Fixed an issue when "Copy to Clipboard" does not work in PlatformIO Home on macOS (requires PlatformIO Core 5.2.3 or above) (issue [#2570](https://github.com/platformio/platformio-vscode-ide/issues/2570))
12
+
- PlatformIO IDE Installer
13
+
* Updated installer script to 1.1.0
14
+
* Check global PlatformIO Core installation when built-in is disabled
15
+
* Handle "Could not find distutils module" error on Linux
16
+
* Rebuild project IDE configuration on "platformio.ini" change
17
+
3
18
## 2.3.4 (2021-10-19)
4
19
5
-
- Start debugging without firmware uploading using a new ``loadMode`` launch option (see docs for [debug_load_mode](https://docs.platformio.org/en/latest/projectconf/section_env_debug.html#debug-load-mode) for more details).**Requires PlatformIO Core 5.2.2 or above**.
20
+
- Start debugging without firmware uploading using a new ``loadMode`` launch option (see docs for [debug_load_mode](https://docs.platformio.org/en/latest/projectconf/section_env_debug.html#debug-load-mode) for more details).
6
21
- PlatformIO IDE Installer
7
22
* Ask the user to install Python manually if the portable version does not work
8
23
* Check compatible Python using the installer script
0 commit comments