- 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)