- PlatformIO Home - interact with PlatformIO ecosystem using modern and cross-platform GUI:
- "Recent News" block on "Welcome" page
- Direct import of development platform's example
- Simplify configuration for PIO Unit Testing: separate main program from a test build process, drop requirement for
#ifdef UNIT_TEST
guard - Override any option from board manifest in Project Configuration File "platformio.ini" (issue #1612)
- Configure a custom path to SVD file using debug_svd_path option
- Custom project description which will be used by PlatformIO Home
- Updated Unity tool to 2.4.3
- Improved support for Black Magic Probe in "uploader" mode
- Renamed "monitor_baud" option to "monitor_speed"
- Fixed issue when a custom lib_dir was not handled correctly (issue #1473)
- Fixed issue with useless project rebuilding for case insensitive file systems (Windows)
- Fixed issue with
build_unflags
option when a macro contains value (e.g.,-DNAME=VALUE
) - Fixed issue which did not allow to override runtime build environment using extra POST script
- Fixed "RuntimeError: maximum recursion depth exceeded" for library manager (issue #1528)