- Added "Core" suffix when showing PlatformIO Core version using
pio --version
command - Improved
.ccls
configuration file for Emacs, Vim, and Sublime Text integrations - Updated analysis tools:
- Cppcheck v2.3 with improved C++ parser and several new MISRA rules
- PVS-Studio v7.11 with new diagnostics and updated mass suppression mechanism
- Show a warning message about deprecated support for Python 2 and Python 3.5
- Do not provide "intelliSenseMode" option when generating configuration for VSCode C/C++ extension
- Fixed a "git-sh-setup: file not found" error when installing project dependencies from Git VCS (issue #3740)
- Fixed an issue with package publishing on Windows when Unix permissions are not preserved (issue #3776)