diff --git a/HISTORY.rst b/HISTORY.rst index 4fe65cbe..47e3fe17 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,7 +9,7 @@ PlatformIO Core 4 4.3.0 (2020-??-??) ~~~~~~~~~~~~~~~~~~ -* Added initial support for an official `PlatformIO for CLion IDE `__ plugin: +* Added initial support for an official `PlatformIO for CLion IDE `__ plugin: - Smart C and C++ editor - Code refactoring @@ -18,13 +18,14 @@ PlatformIO Core 4 - Building, Uploading, Testing - Integrated debugger (inline variable view, conditional breakpoints, expressions, watchpoints, peripheral registers, multi-thread support, etc.) -* Control device monitor output with `filters and text transformations `__ +* Control device monitor output with `filters and text transformations `__ (`pull #3383 `_) * Added support for Arm Mbed "module.json" ``dependencies`` field (`issue #3400 `_) * Improved support for Arduino "library.properties" ``depends`` field * Fixed an issue when quitting from PlatformIO IDE does not shutdown PIO Home server * Fixed an issue "the JSON object must be str, not 'bytes'" when PIO Home is used with Python 3.5 (`issue #3396 `_) * Fixed an issue when Python 2 does not keep encoding when converting ".ino" (`issue #3393 `_) * Fixed an issue when ``"libArchive": false`` in "library.json" does not work (`issue #3403 `_) +* Fixed an issue when not all commands in `compilation database "compile_commands.json" `__ use absolute paths (`pull #3415 `_) 4.2.1 (2020-02-17) ~~~~~~~~~~~~~~~~~~ @@ -54,7 +55,7 @@ PlatformIO Core 4 - Show computed project configuration with a new `platformio project config `_ command or dump to JSON with ``platformio project config --json-output`` (`issue #3335 `_) - Moved ``platformio init`` command to `platformio project init `_ -* Generate `compilation database "compile_commands.json" `_ (`issue #2990 `_) +* Generate `compilation database "compile_commands.json" `__ (`issue #2990 `_) * Control debug flags and optimization level with a new `debug_build_flags `__ option * Install a dev-platform with ALL declared packages using a new ``--with-all-packages`` option for `pio platform install `__ command (`issue #3345 `_) * Added support for "pythonPackages" in `platform.json `__ manifest (PlatformIO Package Manager will install dependent Python packages from PyPi registry automatically when dev-platform is installed) diff --git a/docs b/docs index f3056c3a..05a2a8ff 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit f3056c3a84e140f999b1a2766a479837beceb141 +Subproject commit 05a2a8ff4c1bb4121151cf8b32f4f8f05a709be5 diff --git a/examples b/examples index 5a66e52e..370c2c41 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 5a66e52e1fb59419842aa61fae08e97a710911ea +Subproject commit 370c2c41a10fe02aafe0f4910f827a00b0f24ad8