2014-06-15 22:02:05 +03:00
|
|
|
Release History
|
|
|
|
===============
|
|
|
|
|
2014-06-21 22:44:57 +03:00
|
|
|
1.0.0 (?)
|
2014-06-15 22:32:37 +03:00
|
|
|
---------
|
|
|
|
|
2014-07-28 21:18:26 +03:00
|
|
|
0.4.0 (?)
|
|
|
|
---------
|
|
|
|
|
|
|
|
* Implemented ``serialports`` command
|
|
|
|
* Allowed to put special build flags only for ``src`` files via
|
|
|
|
``srcbuild_flags`` environment option
|
|
|
|
* Allowed to override some of settings via system environment variables
|
|
|
|
such as: ``$PIOSRCBUILD_FLAGS`` and ``$PIOENVS_DIR``
|
|
|
|
* Added ``--upload-port`` option for ``platformio run`` command
|
|
|
|
* Implemented (especially for `SmartAnthill <http://smartanthill.ikravets.com/>`_)
|
|
|
|
``platformio run -t uploadlazy`` target (no dependencies to framework libs,
|
|
|
|
ELF and etc.)
|
2014-07-30 23:08:36 +03:00
|
|
|
* Allowed to skip default packages via ``platformio install --skip-default-package`` flag
|
2014-07-28 21:18:26 +03:00
|
|
|
|
|
|
|
|
2014-06-21 23:04:33 +03:00
|
|
|
0.3.1 (2014-06-21)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* Fixed auto-installer for Windows OS (bug with %PATH% customisations)
|
|
|
|
|
2014-06-21 22:44:57 +03:00
|
|
|
|
|
|
|
0.3.0 (2014-06-21)
|
|
|
|
------------------
|
|
|
|
|
2014-06-20 15:33:42 +03:00
|
|
|
* Allowed to pass multiple "SomePlatform" to install/uninstall commands
|
|
|
|
* Added "IDE Integration" section to README with Eclipse project examples
|
2014-06-21 22:27:58 +03:00
|
|
|
* Created auto installer script for *PlatformIO* (`issue #3 <https://github.com/ivankravets/platformio/issues/3>`_)
|
|
|
|
* Added "Super-Quick" way to Installation section (README)
|
|
|
|
* Implemented "build_flags" option for environments (`issue #4 <https://github.com/ivankravets/platformio/issues/4>`_)
|
2014-06-20 15:33:42 +03:00
|
|
|
|
|
|
|
|
2014-06-15 22:02:05 +03:00
|
|
|
0.2.0 (2014-06-15)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* Resolved `issue #1 "Build referred libraries" <https://github.com/ivankravets/platformio/issues/1>`_
|
|
|
|
* Renamed project's "libs" directory to "lib"
|
|
|
|
* Added `arduino-internal-library <https://github.com/ivankravets/platformio/tree/develop/examples/arduino-internal-library>`_ example
|
|
|
|
* Changed to beta status
|
|
|
|
|
|
|
|
|
|
|
|
0.1.0 (2014-06-13)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* Birth! First alpha release
|