diff --git a/HISTORY.rst b/HISTORY.rst index b725d47439..1d4040867c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,13 +9,20 @@ PlatformIO Core 4 4.4.0 (2020-??-??) ~~~~~~~~~~~~~~~~~~ -* New `Account Management System `__ (preview) +* New `Account Management System `__ - Manage own organizations - Manage organization teams - Manage resource access -* Added support for `custom targets `__ (user cases: command shortcuts, pre/post processing based on dependencies, custom command launcher with options, etc.) +* New `Custom Targets `__ + + - Pre/Post processing based on a dependent sources (other target, source file, etc.) + - Command launcher with own arguments + - Launch command with custom options declared in `"platformio.ini" `__ + - Python callback as a target (use the power of Python interpreter and PlatformIO Build API) + + * Added support for "globstar/`**`" (recursive) pattern for the different commands and configuration options (`platformio ci `__, `src_filter `__, `check_patterns `__, `library.json > srcFilter `__). Python 3.5+ is required. * Added a new ``-e, --environment`` option to `platformio project init `__ command that helps to update a PlatformIO project using existing environment * Fixed an issue with PIO Unit Testing when running multiple environments (`issue #3523 `_) diff --git a/docs b/docs index 3bdbfb58e2..8e1821918f 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 3bdbfb58e293ad0e2149fc1e83ad4abba8b7aad9 +Subproject commit 8e1821918ff774f97f97e65c006a7bb669d48c90