-
PlatformIO Library Registry statistics with new pio lib stats command
- Recently updated and added libraries
- Recent and popular keywords
- Featured libraries (today, week, month)
-
List built-in libraries based on development platforms with a new pio lib builtin command
-
Show detailed info about a library using pio lib show command (issue #430)
-
List supported frameworks, SDKs with a new pio platform frameworks command
-
Visual Studio Code extension for PlatformIO (issue #619)
-
Added new options
--no-reset
,--monitor-rts
and--monitor-dtr
to pio test command (allows to avoid automatic board's auto-reset when gathering test results) -
Added support for templated methods in
*.ino to *.cpp
converter (pull #858) -
Package version as "Repository URL" in manifest of development version (
"version": "https://github.com/user/repo.git"
) -
Produce less noisy output when
-s/--silent
options are used for platformio init and platformio run commands (issue #850) -
Use C++11 by default for CLion IDE based projects (pull #873)
-
Escape project path when Glob matching is used
-
Do not overwrite project configuration variables when system environment variables are set
-
Handle dependencies when installing non-registry package/library (VCS, archive, local folder) (issue #913)
-
Fixed package installing with VCS branch for Python 2.7.3 (issue #885)