diff --git a/HISTORY.rst b/HISTORY.rst index 7be5e06f..f780dc9a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,12 @@ PlatformIO 3.0 3.5.2 (2018-??-??) ~~~~~~~~~~~~~~~~~~ -* Multiple themes (Dark & Light) for `PlatformIO Home `__ +* `PlatformIO Home `__ - + interact with PlatformIO ecosystem using modern and cross-platform GUI: + + - Multiple themes (Dark & Light) + - Ability to specify a name for new project + * Control `PIO Unified Debugger `__ and its firmware loading mode using `debug_load_mode `__ option diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 38d01268..0a94cfa4 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -21,9 +21,9 @@ from platformio import __version__, exception, util from platformio.managers.package import PackageManager CORE_PACKAGES = { - "contrib-piohome": ">=0.7.0,<2", + "contrib-piohome": ">=0.7.1,<2", "contrib-pysite": ">=0.1.5,<2", - "tool-pioplus": ">=0.14.1,<2", + "tool-pioplus": ">=0.14.3,<2", "tool-unity": "~1.20302.1", "tool-scons": "~2.20501.3" }