Project Manager and Project Configuration UI for "platformio.ini"

This commit is contained in:
Ivan Kravets
2019-11-15 20:05:09 +02:00
parent 6809da0353
commit c7202154de
2 changed files with 8 additions and 2 deletions

View File

@ -9,6 +9,11 @@ PlatformIO Core 4.0
4.1.1 (2019-??-??)
~~~~~~~~~~~~~~~~~~
* `PlatformIO Home 3.0 <http://docs.platformio.org/page/home/index.html>`__:
- Project Manager
- Project Configuration UI for `"platformio.ini" <https://docs.platformio.org/page/projectconf.html>`__
* Handle project configuration (monitor, test, and upload options) for PIO Remote commands (`issue #2591 <https://github.com/platformio/platformio-core/issues/2591>`_)
* Warn about broken library manifest when scanning dependencies (`issue #3268 <https://github.com/platformio/platformio-core/issues/3268>`_)
* Fixed an issue with the broken latest news for PIO Home
@ -26,8 +31,9 @@ PlatformIO Core 4.0
- Unused variables or functions
- Out of scope memory usage.
* `PlatformIO Home 3.0 <http://docs.platformio.org/page/home/index.html>`__ and Project Inspection
* `PlatformIO Home 3.0 <http://docs.platformio.org/page/home/index.html>`__:
- Project Inspection
- Static Code Analysis
- Firmware File Explorer
- Firmware Memory Inspection

View File

@ -24,7 +24,7 @@ from platformio.proc import copy_pythonpath_to_osenv, get_pythonexe_path
from platformio.project.config import ProjectConfig
CORE_PACKAGES = {
"contrib-piohome": "~3.0.1",
"contrib-piohome": ">=3.1.0-beta.1,<3.2.0",
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
"tool-pioplus": "^2.6.0",
"tool-unity": "~1.20403.0",