Skip to content

Commit e6b576a

Browse files
committed
Refactor 3.0 changelog
1 parent 88a18bc commit e6b576a

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

CHANGELOG.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
**Requires VSCode 1.65 or above**
66

77
- Project Management
8-
* Override upload/monitor/test port with a new port switcher (issue [#545](https://github.com/platformio/
9-
* Show project configuring progress
10-
* Log configuration process to the output channel
11-
* Added support for canceling project configuration process
12-
- Testing
13-
* Integrated PlatformIO [Unit Testing](https://docs.platformio.org/en/latest/advanced/unit-testing/index.html)
14-
* Run project tests and analyze testing results using the native VSCode Testing view
15-
- UX/UI Improvements
16-
* Configure custom buttons and commands in PlatformIO Toolbar with a new `platformio-ide.toolbar` configuration option (issue [#1697](https://github.com/platformio/platformio-vscode-ide/issues/1697))
17-
* Added walkthroughs (Menu: Help > Get Started) to introduce users to features of the PlatformIO ecosystem
8+
* Native integration of [PlatformIO Unit Testing](https://docs.platformio.org/en/latest/advanced/unit-testing/index.html) with VSCode Testing UI
9+
* New port switcher to override upload, monitor, or testing port (issue [#545](https://github.com/platformio/platformio-vscode-ide/issues/545))
10+
* Advanced project configuring progress with logging and canceling features
11+
- Navigation
1812
* Added support for the macOS Touch Bar (issue [#311](https://github.com/platformio/platformio-vscode-ide/issues/311))
1913
* Added "Build/Upload/Test/Clean" and "Serial Monitor" buttons to the Editor title bar
20-
* Added PlatformIO commands to the Explorer context menu:
21-
- Open PlatformIO Home
22-
- Rebuild IntelliSense Index
23-
- Open PlatformIO Core CLI
24-
- Upgrade PlatformIO Core
25-
- Miscellaneous
14+
* Added PlatformIO base commands to the Explorer context menu
15+
* Configure custom buttons and commands in PlatformIO Toolbar with a new `platformio-ide.toolbar` configuration option (issue [#1697](https://github.com/platformio/platformio-vscode-ide/issues/1697))
16+
- UX/UI Improvements
17+
* Added walkthroughs (Menu: Help > Get Started) to introduce users to the features of the PlatformIO ecosystem
2618
* Activate PlatformIO IDE extension when intending to use PlatformIO (issue [#66](https://github.com/platformio/platformio-vscode-ide/issues/66))
2719
* Activate keyboard shortcuts when PlatformIO Project is opened (issue [#3324](https://github.com/platformio/platformio-vscode-ide/issues/3324))
20+
- Miscellaneous
2821
* Fixed an issue with "'platformio-ide.build' not found" (issue [#1398](https://github.com/platformio/platformio-vscode-ide/issues/1398))
2922

3023
## 2.5.5 (2022-10-31)

0 commit comments

Comments
 (0)