PlatformIO v5.0.3 Release Notes

Release Date: 2020-11-12 // over 3 years ago
    • โž• Added an error selector for Sublime Text build runner (issue #3733)
    • Generate a working "projectEnvName" for PlatformIO IDE's debugger for VSCode
    • ๐Ÿ‘ฎ Force VSCode's intelliSenseMode to "gcc-x64" when GCC toolchain is used
    • โœ… Print ignored test suites and environments in the test summary report only in verbose mode (issue #3726)
    • ๐Ÿ›  Fixed an issue when the package manager tries to install a built-in library from the registry (issue #3662)
    • ๐Ÿ›  Fixed an issue when pio package pack ignores some folders (issue #3730)

Previous changes from v5.0.2

    • ๐ŸŽ‰ Initialize a new project or update the existing passing working environment name and its options (issue #3686)
    • ๐Ÿ— Automatically build PlatformIO Core extra Python dependencies on a host machine if they are missed in the registry (issue #3700)
    • ๐Ÿ‘Œ Improved "core.call" RPC for PlatformIO Home (issue #3671)
    • ๐Ÿ“„ Fixed a "PermissionError: [WinError 5]" on Windows when an external repository is used with lib_deps option (issue #3664)
    • ๐Ÿ›  Fixed a "KeyError: 'versions'" when dependency does not exist in the registry (issue #3666)
    • ๐Ÿ›  Fixed an issue with GCC linker when "native" dev-platform is used in pair with library dependencies (issue #3669)
    • Fixed an "AssertionError: ensure_dir_exists" when checking library updates from simultaneous subprocesses (issue #3677)
    • ๐Ÿ›  Fixed an issue when pio package publish command removes original archive after submitting to the registry (issue #3716)
    • Fixed an issue when multiple pio lib install command with the same local library results in duplicates in lib_deps (issue #3715)
    • ๐Ÿ›  Fixed an issue with a "wrong" timestamp in device monitor output using "time" filter (issue #3712)