forked from platformio/platformio-core
Project Manager and Project Configuration UI for "platformio.ini"
This commit is contained in:
@ -9,6 +9,11 @@ PlatformIO Core 4.0
|
|||||||
4.1.1 (2019-??-??)
|
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>`_)
|
* 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>`_)
|
* 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
|
* Fixed an issue with the broken latest news for PIO Home
|
||||||
@ -26,8 +31,9 @@ PlatformIO Core 4.0
|
|||||||
- Unused variables or functions
|
- Unused variables or functions
|
||||||
- Out of scope memory usage.
|
- 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
|
- Static Code Analysis
|
||||||
- Firmware File Explorer
|
- Firmware File Explorer
|
||||||
- Firmware Memory Inspection
|
- Firmware Memory Inspection
|
||||||
|
@ -24,7 +24,7 @@ from platformio.proc import copy_pythonpath_to_osenv, get_pythonexe_path
|
|||||||
from platformio.project.config import ProjectConfig
|
from platformio.project.config import ProjectConfig
|
||||||
|
|
||||||
CORE_PACKAGES = {
|
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]),
|
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
|
||||||
"tool-pioplus": "^2.6.0",
|
"tool-pioplus": "^2.6.0",
|
||||||
"tool-unity": "~1.20403.0",
|
"tool-unity": "~1.20403.0",
|
||||||
|
Reference in New Issue
Block a user