mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
@ -4,7 +4,7 @@ Release Notes
|
|||||||
PlatformIO 2.0
|
PlatformIO 2.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
2.8.6 (2016-??-??)
|
2.8.6 (2016-03-22)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Launched `PlatformIO Community Forums <http://community.platformio.org>`_
|
* Launched `PlatformIO Community Forums <http://community.platformio.org>`_
|
||||||
@ -21,8 +21,8 @@ PlatformIO 2.0
|
|||||||
* Better handling of used boards when re-initialize/update project
|
* Better handling of used boards when re-initialize/update project
|
||||||
* Improved support for non-Unicode user profiles for Windows OS
|
* Improved support for non-Unicode user profiles for Windows OS
|
||||||
* Disabled progress bar for download operations when prompts are disabled
|
* Disabled progress bar for download operations when prompts are disabled
|
||||||
* Fixed multiple definition errors for ST STM32 development platform and mbed
|
* Fixed multiple definition errors for ST STM32 development platform and
|
||||||
framework
|
ARM mbed framework
|
||||||
(`issue #571 <https://github.com/platformio/platformio/issues/571>`_)
|
(`issue #571 <https://github.com/platformio/platformio/issues/571>`_)
|
||||||
* Fixed invalid board parameters (reset method and baudrate) for a few
|
* Fixed invalid board parameters (reset method and baudrate) for a few
|
||||||
ESP8266 based boards
|
ESP8266 based boards
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = (2, 8, "6.dev0")
|
VERSION = (2, 8, 6)
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
Reference in New Issue
Block a user