2014-06-15 22:02:05 +03:00
|
|
|
Release History
|
|
|
|
===============
|
|
|
|
|
2014-09-24 22:33:40 +03:00
|
|
|
0.8.0 (?)
|
|
|
|
---------
|
|
|
|
|
2014-10-19 00:14:11 +03:00
|
|
|
* Avoided trademark issues in ``library.json`` with new fields:
|
|
|
|
``frameworks``, ``platforms`` and ``dependencies`` (`issue #17 <https://github.com/ivankravets/platformio/issues/17>`_)
|
|
|
|
* Switched logic from "Library Name" to "Library Registry ID" for all
|
|
|
|
``platformio lib`` commands (install, uninstall, update and etc.)
|
|
|
|
* Renamed ``author`` field to ``authors`` and allowed to setup multiple authors
|
|
|
|
per library in ``library.json``
|
|
|
|
* Added option to specify "maintainer" status in ``authors`` field
|
|
|
|
* New filters/options for ``platformio lib search`` command: ``--framework``
|
|
|
|
and ``--platform``
|
|
|
|
|
2014-10-06 23:27:49 +03:00
|
|
|
0.7.1 (2014-10-06)
|
|
|
|
------------------
|
|
|
|
|
2014-09-30 20:55:08 +03:00
|
|
|
* Fixed bug with order for includes in conversation from INO/PDE to CPP
|
2014-10-03 19:47:34 +03:00
|
|
|
* Automatic detection of port on upload (`issue #15 <https://github.com/ivankravets/platformio/issues/15>`_)
|
2014-10-05 23:34:40 +03:00
|
|
|
* Fixed lib update crashing when no libs are installed (`issue #19 <https://github.com/ivankravets/platformio/issues/19>`_)
|
2014-09-30 20:55:08 +03:00
|
|
|
|
2014-09-24 22:33:40 +03:00
|
|
|
|
2014-09-24 22:25:44 +03:00
|
|
|
0.7.0 (2014-09-24)
|
|
|
|
------------------
|
2014-08-09 23:29:37 +03:00
|
|
|
|
2014-08-22 17:57:28 +03:00
|
|
|
* Implemented new ``[platformio]`` section for Configuration File with ``home_dir``
|
|
|
|
option (`issue #14 <https://github.com/ivankravets/platformio/issues/14>`_)
|
2014-09-06 22:19:51 +03:00
|
|
|
* Implemented *Library Manager* (`issue #6 <https://github.com/ivankravets/platformio/issues/6>`_)
|
2014-08-22 17:57:28 +03:00
|
|
|
|
2014-08-09 23:20:45 +03:00
|
|
|
0.6.0 (2014-08-09)
|
|
|
|
------------------
|
2014-08-05 14:18:16 +03:00
|
|
|
|
2014-08-09 23:13:29 +03:00
|
|
|
* Implemented ``serialports monitor`` (`issue #10 <https://github.com/ivankravets/platformio/issues/10>`_)
|
2014-08-05 14:18:16 +03:00
|
|
|
* Fixed an issue ``ImportError: No module named platformio.util`` (`issue #9 <https://github.com/ivankravets/platformio/issues/9>`_)
|
2014-08-09 17:19:08 +03:00
|
|
|
* Fixed bug with auto-conversation from Arduino \*.ino to \*.cpp
|
2014-08-05 14:18:16 +03:00
|
|
|
|
2014-08-04 11:55:55 +03:00
|
|
|
0.5.0 (2014-08-04)
|
|
|
|
------------------
|
2014-08-03 18:40:20 +03:00
|
|
|
|
|
|
|
* Improved nested lookups for libraries
|
|
|
|
* Disabled default warning flag "-Wall"
|
|
|
|
* Added auto-conversation from \*.ino to valid \*.cpp for Arduino/Energia
|
|
|
|
frameworks (`issue #7 <https://github.com/ivankravets/platformio/issues/7>`_)
|
|
|
|
* Added `Arduino example <https://github.com/ivankravets/platformio/tree/develop/examples/arduino-adafruit-library>`_
|
|
|
|
with external library (Adafruit CC3000)
|
|
|
|
* Implemented ``platformio upgrade`` command and "auto-check" for the latest
|
|
|
|
version (`issue #8 <https://github.com/ivankravets/platformio/issues/8>`_)
|
2014-08-05 14:18:16 +03:00
|
|
|
* Fixed an issue with "auto-reset" for Raspduino board
|
|
|
|
* Fixed a bug with nested libs building
|
2014-08-03 18:40:20 +03:00
|
|
|
|
2014-07-31 16:18:17 +03:00
|
|
|
0.4.0 (2014-07-31)
|
|
|
|
------------------
|
2014-07-28 21:18:26 +03:00
|
|
|
|
|
|
|
* 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-31 16:18:17 +03:00
|
|
|
* Added tools for Raspberry Pi platform
|
|
|
|
* Added support for Microduino and Raspduino boards in ``atmelavr`` platform
|
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
|