Ability to specify a name for new project

This commit is contained in:
Ivan Kravets
2018-03-07 16:30:21 +02:00
parent 90993ec69f
commit e0ce40d6b3
2 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,12 @@ PlatformIO 3.0
3.5.2 (2018-??-??)
~~~~~~~~~~~~~~~~~~
* Multiple themes (Dark & Light) for `PlatformIO Home <http://docs.platformio.org/page/home/index.html>`__
* `PlatformIO Home <http://docs.platformio.org/page/home/index.html>`__ -
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 <http://docs.platformio.org/en/latest/plus/debugging.html>`__
and its firmware loading mode using
`debug_load_mode <http://docs.platformio.org/en/latest/projectconf/section_env_debug.html#debug-load-mode>`__ option

View File

@ -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"
}