| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.1.17 source code.tar.gz | 2025-02-13 | 302.0 kB | |
| 6.1.17 source code.zip | 2025-02-13 | 562.0 kB | |
| README.md | 2025-02-13 | 1.7 kB | |
| Totals: 3 Items | 865.7 kB | 0 | |
- Introduced the PLATFORMIO_RUN_JOBS environment variable, allowing manual override of the number of parallel build jobs (issue [#5077])
- Added support for
tar.xztarball dependencies (pull [#4974]) - Ensured that dependencies of private libraries are no longer unnecessarily re-installed, optimizing dependency management and reducing redundant operations (issue [#4987])
- Resolved an issue where the
compiledbtarget failed to properly escape compiler executable paths containing spaces (issue [#4998]) - Resolved an issue with incorrect path resolution when linking static libraries via the build_flags option (issue [#5004])
- Resolved an issue where the
--project-dirflag did not function correctly with the pio check and pio debug commands (issue [#5029]) - Resolved an issue where the LDF occasionally excluded bundled platform libraries from the dependency graph (pull [#4941])