PIO Home: Recent news

This commit is contained in:
Ivan Kravets
2018-03-20 00:42:10 +02:00
parent c20cd1b464
commit d47022b8c3
2 changed files with 9 additions and 3 deletions

View File

@ -7,6 +7,12 @@ PlatformIO 3.0
3.5.3 (2018-??-??)
~~~~~~~~~~~~~~~~~~
* `PlatformIO Home <http://docs.platformio.org/page/home/index.html>`__ -
interact with PlatformIO ecosystem using modern and cross-platform GUI:
- "Recent News" block on "Welcome" page
- Direct import of development platform's example
* Describe your project with a new
`description <http://docs.platformio.org/en/latest/projectconf/section_platformio.html#description>`_
option for `Project Configuration File "platformio.ini" <http://docs.platformio.org/page/projectconf/section_platformio.html#build-dir>`__ (information will be used by

View File

@ -21,9 +21,9 @@ from platformio import __version__, exception, util
from platformio.managers.package import PackageManager
CORE_PACKAGES = {
"contrib-piohome": ">=0.8.1,<2",
"contrib-pysite": ">=0.1.5,<2",
"tool-pioplus": ">=1.0.0,<2",
"contrib-piohome": ">=0.9.0,<2",
"contrib-pysite": ">=0.2.0,<2",
"tool-pioplus": ">=1.1.1,<2",
"tool-unity": "~1.20302.1",
"tool-scons": "~2.20501.4"
}