2014-06-15 22:02:05 +03:00
Release History
===============
2015-04-03 17:41:21 +03:00
1.4.0 (2015-??-??)
------------------
* Integrated PlatformIO with AppVeyor Windows based Continuous Integration system
(`issue #149 <https://github.com/platformio/platformio/issues/149> `_ )
* Added support for new Arduino based boards by *SparkFun, BQ, LightUp,
LowPowerLab, RedBearLab, TinyCircuits, WickedDevice* to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards> `__
platform
2015-03-27 17:04:09 +02:00
1.3.0 (2015-03-27)
2015-03-21 23:08:36 +02:00
------------------
2015-03-27 17:04:09 +02:00
* Moved PlatformIO source code and repositories from `Ivan Kravets <https://github.com/ivankravets> `_
account to `PlatformIO Organisation <https://github.com/platformio> `_
2015-03-25 11:35:51 +02:00
(`issue #138 <https://github.com/platformio/platformio/issues/138> `_ )
2015-03-25 11:47:32 +02:00
* Added support for new Arduino based boards by *SparkFun, RepRap, Sanguino* to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards> `__
platform
(`issue #127 <https://github.com/platformio/platformio/issues/127> `_ ,
`issue #131 <https://github.com/platformio/platformio/issues/131> `_ )
2015-03-25 22:00:02 +02:00
* Added integration instructions for `Visual Studio <http://docs.platformio.org/en/latest/ide/visualstudio.html> `_
and `Sublime Text <http://docs.platformio.org/en/latest/ide/sublimetext.html> `_ IDEs
2015-03-21 23:08:36 +02:00
* Improved handling of multi-file `` *.ino/pde `` sketches
2015-03-25 11:34:48 +02:00
(`issue #130 <https://github.com/platformio/platformio/issues/130> `_ )
2015-03-25 22:00:02 +02:00
* Fixed wrong insertion of function prototypes converting `` *.ino/pde ``
(`issue #137 <https://github.com/platformio/platformio/issues/137> `_ ,
`issue #140 <https://github.com/platformio/platformio/issues/140> `_ )
2015-03-21 23:08:36 +02:00
2015-03-20 22:29:51 +02:00
1.2.0 (2015-03-20)
2015-03-13 00:02:31 +02:00
------------------
2015-03-20 21:55:08 +02:00
* Added full support of `mbed <http://docs.platformio.org/en/latest/frameworks/mbed.html> `__
framework including libraries: *RTOS, Ethernet, DSP, FAT, USB* .
2015-03-13 00:02:31 +02:00
* Added `freescalekinetis <http://docs.platformio.org/en/latest/platforms/freescalekinetis.html> `_
development platform with Freescale Kinetis Freedom boards
* Added `nordicnrf51 <http://docs.platformio.org/en/latest/platforms/nordicnrf51.html> `_
development platform with supported boards from *JKSoft, Nordic, RedBearLab,
Switch Science*
* Added `nxplpc <http://docs.platformio.org/en/latest/platforms/nxplpc.html> `_
development platform with supported boards from *CQ Publishing, Embedded
Artists, NGX Technologies, NXP, Outrageous Circuits, SeeedStudio,
Solder Splash Labs, Switch Science, u-blox*
* Added support for *ST Nucleo* boards to
`ststm32 <http://docs.platformio.org/en/latest/platforms/ststm32.html> `__
development platform
* Created new `Frameworks <http://docs.platformio.org/en/latest/frameworks/index.html> `__
2015-03-17 00:54:42 +02:00
page in documentation and added to `PlatformIO Web Site <http://platformio.org> `_
2015-03-25 11:34:48 +02:00
(`issue #115 <https://github.com/platformio/platformio/issues/115> `_ )
2015-03-17 00:54:42 +02:00
* Introduced online `Embedded Boards Explorer <http://platformio.org/#!/boards> `_
2015-03-18 23:17:39 +02:00
* Automatically append define `` -DPLATFORMIO=%version% `` to
2015-03-25 11:34:48 +02:00
builder (`issue #105 <https://github.com/platformio/platformio/issues/105> `_ )
2015-03-13 00:02:31 +02:00
* Renamed `` stm32 `` development platform to
`ststm32 <http://docs.platformio.org/en/latest/platforms/ststm32.html> `__
2015-03-20 21:55:08 +02:00
* Renamed `` opencm3 `` framework to
`libopencm3 <http://docs.platformio.org/en/latest/frameworks/libopencm3.html> `__
2015-03-18 23:17:39 +02:00
* Fixed uploading for `atmelsam <http://docs.platformio.org/en/latest/platforms/atmelsam.html> `__
development platform
2015-03-20 21:55:08 +02:00
* Fixed re-arranging the `` *.ino/pde `` files when converting to `` *.cpp ``
2015-03-25 11:34:48 +02:00
(`issue #100 <https://github.com/platformio/platformio/issues/100> `_ )
2015-03-13 00:02:31 +02:00
2015-03-05 15:05:28 +02:00
1.1.0 (2015-03-05)
2015-03-02 23:17:45 +02:00
------------------
2015-03-05 01:36:31 +02:00
* Implemented `` PLATFORMIO_* `` environment variables
2015-03-25 11:34:48 +02:00
(`issue #102 <https://github.com/platformio/platformio/issues/102> `_ )
2015-03-04 21:06:35 +02:00
* Added support for *SainSmart* boards to
`atmelsam <http://docs.platformio.org/en/latest/platforms/atmelsam.html#boards> `__
development platform
2015-03-05 01:36:31 +02:00
* Added
`Project Configuration <http://docs.platformio.org/en/latest/projectconf.html> `__
option named `envs_dir <http://docs.platformio.org/en/latest/projectconf.html#envs-dir> `__
2015-03-05 14:48:56 +02:00
* Disabled "prompts" automatically for *Continuous Integration* systems
2015-03-25 11:34:48 +02:00
(`issue #103 <https://github.com/platformio/platformio/issues/103> `_ )
2015-03-02 23:17:45 +02:00
* Fixed firmware uploading for
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards> `__
boards which work within `` usbtiny `` protocol
2015-03-25 11:34:48 +02:00
* Fixed uploading for *Digispark* board (`issue #106 <https://github.com/platformio/platformio/issues/106> `_ )
2015-03-02 23:17:45 +02:00
2015-02-28 11:40:09 +02:00
1.0.1 (2015-02-27)
2015-02-27 22:40:15 +02:00
------------------
2015-01-10 16:20:09 +02:00
2015-02-27 22:40:15 +02:00
**PlatformIO 1.0 - recommended for production**
* Changed development status from `` beta `` to `` Production/Stable ``
2015-03-12 23:32:28 +02:00
* Added support for *ARM* -based credit-card sized computers:
2015-02-23 23:47:44 +02:00
`Raspberry Pi <http://www.raspberrypi.org> `_ ,
`BeagleBone <http://beagleboard.org> `_ and `CubieBoard <http://cubieboard.org> `_
2015-03-18 23:17:39 +02:00
* Added `atmelsam <http://docs.platformio.org/en/latest/platforms/atmelsam.html> `__
2015-02-23 23:47:44 +02:00
development platform with supported boards: *Arduino Due and Digistump DigiX*
2015-03-25 11:34:48 +02:00
(`issue #71 <https://github.com/platformio/platformio/issues/71> `_ )
2015-03-13 00:02:31 +02:00
* Added `ststm32 <http://docs.platformio.org/en/latest/platforms/ststm32.html> `__
2015-02-23 23:47:44 +02:00
development platform with supported boards: *Discovery kit for STM32L151/152,
2015-02-25 23:58:13 +02:00
STM32F303xx, STM32F407/417 lines* and `libOpenCM3 Framework <http://www.libopencm3.org> `_
2015-03-25 11:34:48 +02:00
(`issue #73 <https://github.com/platformio/platformio/issues/73> `_ )
2015-02-23 23:47:44 +02:00
* Added `teensy <http://docs.platformio.org/en/latest/platforms/teensy.html> `_
development platform with supported boards: *Teensy 2.x & 3.x*
2015-03-25 11:34:48 +02:00
(`issue #72 <https://github.com/platformio/platformio/issues/72> `_ )
2015-02-23 23:47:44 +02:00
* Added new *Arduino* boards to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards> `__
2015-01-31 17:40:48 +02:00
platform: *Arduino NG, Arduino BT, Arduino Esplora, Arduino Ethernet,
Arduino Robot Control, Arduino Robot Motor and Arduino Yun*
2015-02-23 23:47:44 +02:00
* Added support for *Adafruit* boards to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards> `__
platform: *Adafruit Flora and Adafruit Trinkets*
2015-03-25 11:34:48 +02:00
(`issue #65 <https://github.com/platformio/platformio/issues/65> `_ )
2015-02-23 23:47:44 +02:00
* Added support for *Digispark* boards to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards> `__
platform: *Digispark USB Development Board and Digispark Pro*
2015-03-25 11:34:48 +02:00
(`issue #47 <https://github.com/platformio/platformio/issues/47> `_ )
* Covered code with tests (`issue #2 <https://github.com/platformio/platformio/issues/2> `_ )
2015-01-29 16:09:17 +02:00
* Refactored *Library Dependency Finder* (issues
2015-03-25 11:34:48 +02:00
`#48 <https://github.com/platformio/platformio/issues/48> `_ ,
`#50 <https://github.com/platformio/platformio/issues/50> `_ ,
`#55 <https://github.com/platformio/platformio/pull/55> `_ )
2015-02-22 22:24:22 +02:00
* Added `src_dir <http://docs.platformio.org/en/latest/projectconf.html#src-dir> `__
option to `` [platformio] `` section of
`platformio.ini <http://docs.platformio.org/en/latest/projectconf.html> `__
which allows to redefine location to project's source directory
2015-03-25 11:34:48 +02:00
(`issue #83 <https://github.com/platformio/platformio/issues/83> `_ )
2015-01-10 16:20:09 +02:00
* Added `` --json-output `` option to
`platformio boards <http://docs.platformio.org/en/latest/userguide/cmd_boards.html> `__
2015-02-19 19:16:46 +02:00
and `platformio search <http://docs.platformio.org/en/latest/userguide/cmd_search.html> `__
2015-02-23 23:47:44 +02:00
commands which allows to return the output in `JSON <http://en.wikipedia.org/wiki/JSON> `_ format
2015-03-25 11:34:48 +02:00
(`issue #42 <https://github.com/platformio/platformio/issues/42> `_ )
2015-01-29 16:09:17 +02:00
* Allowed to ignore some libs from *Library Dependency Finder* via
2015-01-29 23:55:17 +02:00
`ignore_libs <http://docs.platformio.org/en/latest/projectconf.html#ignore-libs> `_ option
2015-02-15 23:53:15 +02:00
* Improved `platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html> `__
command: asynchronous output for build process, timing and detailed
2015-02-23 23:47:44 +02:00
information about environment configuration
2015-03-25 11:34:48 +02:00
(`issue #74 <https://github.com/platformio/platformio/issues/74> `_ )
2015-02-23 23:47:44 +02:00
* Output compiled size and static memory usage with
`platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html> `__
2015-03-25 11:34:48 +02:00
command (`issue #59 <https://github.com/platformio/platformio/issues/59> `_ )
2015-02-13 23:10:00 +02:00
* Updated `framework-arduino` AVR & SAM to 1.6 stable version
2015-02-23 23:47:44 +02:00
* Fixed an issue with the libraries that are git repositories
2015-03-25 11:34:48 +02:00
(`issue #49 <https://github.com/platformio/platformio/issues/49> `_ )
2015-02-23 23:47:44 +02:00
* Fixed handling of assembly files
2015-03-25 11:34:48 +02:00
(`issue #58 <https://github.com/platformio/platformio/issues/58> `_ )
2015-02-23 23:47:44 +02:00
* Fixed compiling error if space is in user's folder
2015-03-25 11:34:48 +02:00
(`issue #56 <https://github.com/platformio/platformio/issues/56> `_ )
2015-02-11 12:59:12 +02:00
* Fixed `AttributeError: 'module' object has no attribute 'disable_warnings'`
when a version of `requests` package is less then 2.4.0
2015-02-19 22:02:50 +02:00
* Fixed bug with invalid process's "return code" when PlatformIO has internal
2015-03-25 11:34:48 +02:00
error (`issue #81 <https://github.com/platformio/platformio/issues/81> `_ )
2015-02-27 22:40:15 +02:00
* Several bug fixes, increased stability and performance improvements
2015-01-16 18:41:44 +02:00
2015-01-10 16:20:09 +02:00
2015-01-06 18:32:06 +02:00
0.10.2 (2015-01-06)
-------------------
2015-01-05 22:58:55 +02:00
2015-02-23 23:47:44 +02:00
* Fixed an issue with `` --json-output ``
2015-03-25 11:34:48 +02:00
(`issue #42 <https://github.com/platformio/platformio/issues/42> `_ )
2015-02-23 23:47:44 +02:00
* Fixed an exception during
`platformio upgrade <http://docs.platformio.org/en/latest/userguide/cmd_upgrade.html> `__
2015-03-25 11:34:48 +02:00
under Windows OS (`issue #45 <https://github.com/platformio/platformio/issues/45> `_ )
2015-01-05 22:58:55 +02:00
2015-01-02 23:17:30 +02:00
0.10.1 (2015-01-02)
-------------------
2015-01-02 20:25:30 +02:00
2015-01-02 21:03:14 +02:00
* Added `` --json-output `` option to
`platformio list <http://docs.platformio.org/en/latest/userguide/cmd_list.html> `__ ,
`platformio serialports list <http://docs.platformio.org/en/latest/userguide/cmd_serialports.html> `__ and
2015-02-27 22:28:38 +02:00
`platformio lib list <http://docs.platformio.org/en/latest/userguide/lib/cmd_list.html> `__
2015-01-02 21:03:14 +02:00
commands which allows to return the output in `JSON <http://en.wikipedia.org/wiki/JSON> `_ format
2015-03-25 11:34:48 +02:00
(`issue #42 <https://github.com/platformio/platformio/issues/42> `_ )
2015-01-02 21:03:14 +02:00
* Fixed missing auto-uploading by default after `platformio init <http://docs.platformio.org/en/latest/userguide/cmd_init.html> `__
2015-01-02 20:25:30 +02:00
command
2015-01-02 21:03:14 +02:00
0.10.0 (2015-01-01)
-------------------
**Happy New Year!**
2014-12-19 19:53:25 +02:00
2014-12-30 23:22:42 +02:00
* Implemented `platformio boards <http://docs.platformio.org/en/latest/userguide/cmd_boards.html> `_
2015-03-25 11:34:48 +02:00
command (`issue #11 <https://github.com/platformio/platformio/issues/11> `_ )
2014-12-28 23:38:18 +02:00
* Added support of *Engduino* boards for
2014-12-30 23:22:42 +02:00
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#engduino> `__
2015-03-25 11:34:48 +02:00
platform (`issue #38 <https://github.com/platformio/platformio/issues/38> `_ )
2015-01-02 20:25:30 +02:00
* Added `` --board `` option to `platformio init <http://docs.platformio.org/en/latest/userguide/cmd_init.html> `__
2014-12-29 20:22:01 +02:00
command which allows to initialise project with the specified embedded boards
2015-03-25 11:34:48 +02:00
(`issue #21 <https://github.com/platformio/platformio/issues/21> `_ )
2014-12-30 23:22:42 +02:00
* Added `example with uploading firmware <http://docs.platformio.org/en/latest/projectconf.html#examples> `_
2014-12-28 23:38:18 +02:00
via USB programmer (USBasp) for
2014-12-30 23:22:42 +02:00
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html> `_
2015-03-25 11:34:48 +02:00
*MCUs* (`issue #35 <https://github.com/platformio/platformio/issues/35> `_ )
2014-12-30 23:22:42 +02:00
* Automatic detection of port on `platformio serialports monitor <http://docs.platformio.org/en/latest/userguide/cmd_serialports.html#platformio-serialports-monitor> `_
2015-03-25 11:34:48 +02:00
(`issue #37 <https://github.com/platformio/platformio/issues/37> `_ )
* Allowed auto-installation of platforms when prompts are disabled (`issue #43 <https://github.com/platformio/platformio/issues/43> `_ )
* Fixed urllib3's *SSL* warning under Python <= 2.7.2 (`issue #39 <https://github.com/platformio/platformio/issues/39> `_ )
* Fixed bug with *Arduino USB* boards (`issue #40 <https://github.com/platformio/platformio/issues/40> `_ )
2014-12-19 19:53:25 +02:00
2014-12-10 23:11:05 +02:00
0.9.2 (2014-12-10)
------------------
2014-12-10 22:32:22 +02:00
2015-03-25 11:34:48 +02:00
* Replaced "dark blue" by "cyan" colour for the texts (`issue #33 <https://github.com/platformio/platformio/issues/33> `_ )
2014-12-30 23:22:42 +02:00
* Added new setting `enable_prompts <http://docs.platformio.org/en/latest/userguide/cmd_settings.html> `_
2014-12-10 23:11:05 +02:00
and allowed to disable all *PlatformIO* prompts (useful for cloud compilers)
2015-03-25 11:34:48 +02:00
(`issue #34 <https://github.com/platformio/platformio/issues/34> `_ )
* Fixed compilation bug on *Windows* with installed *MSVC* (`issue #18 <https://github.com/platformio/platformio/issues/18> `_ )
2014-12-10 22:32:22 +02:00
2014-12-05 00:02:09 +02:00
0.9.1 (2014-12-05)
------------------
2014-12-03 14:18:22 +02:00
2014-12-03 20:15:52 +02:00
* Ask user to install platform (when it hasn't been installed yet) within
2014-12-30 23:22:42 +02:00
`platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html> `__
and `platformio show <http://docs.platformio.org/en/latest/userguide/cmd_show.html> `_ commands
* Improved main `documentation <http://docs.platformio.org> `_
2014-12-03 20:15:52 +02:00
* Fixed "*OSError: [Errno 2] No such file or directory* " within
2014-12-30 23:22:42 +02:00
`platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html> `__
2014-12-03 20:15:52 +02:00
command when PlatformIO isn't installed properly
2015-03-25 11:34:48 +02:00
* Fixed example for `Eclipse IDE with Tiva board <https://github.com/platformio/platformio/tree/develop/examples/ide-eclipse> `_
(`issue #32 <https://github.com/platformio/platformio/pull/32> `_ )
* Upgraded `Eclipse Project Examples <https://github.com/platformio/platformio/tree/develop/examples/ide-eclipse> `_
2014-12-04 23:57:52 +02:00
to latest *Luna* and *PlatformIO* releases
2014-12-03 14:18:22 +02:00
2014-12-01 23:04:26 +02:00
0.9.0 (2014-12-01)
------------------
2014-10-19 18:01:27 +03:00
2014-12-30 23:22:42 +02:00
* Implemented `platformio settings <http://docs.platformio.org/en/latest/userguide/cmd_settings.html> `_ command
* Improved `platformio init <http://docs.platformio.org/en/latest/userguide/cmd_init.html> `_ command.
2014-11-30 18:14:18 +02:00
Added new option `` --project-dir `` where you can specify another path to
2015-03-25 11:34:48 +02:00
directory where new project will be initialized (`issue #31 <https://github.com/platformio/platformio/issues/31> `_ )
2014-11-29 22:55:32 +02:00
* Added *Migration Manager* which simplifies process with upgrading to a
major release
2014-11-29 22:48:15 +02:00
* Added *Telemetry Service* which should help us make *PlatformIO* better
* Implemented *PlatformIO AppState Manager* which allow to have multiple
`` .platformio `` states.
2014-11-22 23:55:17 +02:00
* Refactored *Package Manager*
2014-11-21 21:06:32 +02:00
* Download Manager: fixed SHA1 verification within *Cygwin Environment*
2015-03-25 11:34:48 +02:00
(`issue #26 <https://github.com/platformio/platformio/issues/26> `_ )
2014-12-01 16:11:30 +02:00
* Fixed bug with code builder and built-in Arduino libraries
2015-03-25 11:34:48 +02:00
(`issue #28 <https://github.com/platformio/platformio/issues/28> `_ )
2014-11-21 21:06:32 +02:00
2014-10-19 17:58:35 +03:00
0.8.0 (2014-10-19)
------------------
2014-09-24 22:33:40 +03:00
2014-12-30 23:22:42 +02:00
* Avoided trademark issues in `library.json <http://docs.platformio.org/en/latest/librarymanager/config.html> `_
with the new fields: `frameworks <http://docs.platformio.org/en/latest/librarymanager/config.html#frameworks> `_ ,
`platforms <http://docs.platformio.org/en/latest/librarymanager/config.html#platforms> `_
and `dependencies <http://docs.platformio.org/en/latest/librarymanager/config.html#dependencies> `_
2015-03-25 11:34:48 +02:00
(`issue #17 <https://github.com/platformio/platformio/issues/17> `_ )
2014-10-19 00:14:11 +03:00
* Switched logic from "Library Name" to "Library Registry ID" for all
2014-12-30 23:22:42 +02:00
`platformio lib <http://docs.platformio.org/en/latest/userguide/lib/index.html> `_
2014-11-29 22:48:15 +02:00
commands (install, uninstall, update and etc.)
2014-12-30 23:22:42 +02:00
* Renamed `` author `` field to `authors <http://docs.platformio.org/en/latest/librarymanager/config.html#authors> `_
and allowed to setup multiple authors per library in `library.json <http://docs.platformio.org/en/latest/librarymanager/config.html> `_
* Added option to specify "maintainer" status in `authors <http://docs.platformio.org/en/latest/librarymanager/config.html#authors> `_ field
* New filters/options for `platformio lib search <http://docs.platformio.org/en/latest/userguide/lib/cmd_search.html> `_
2014-11-29 22:48:15 +02:00
command: `` --framework `` and `` --platform ``
2014-10-19 00:14:11 +03:00
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
2015-03-25 11:34:48 +02:00
* Automatic detection of port on upload (`issue #15 <https://github.com/platformio/platformio/issues/15> `_ )
* Fixed lib update crashing when no libs are installed (`issue #19 <https://github.com/platformio/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-12-30 23:22:42 +02:00
* Implemented new `[platformio] <http://docs.platformio.org/en/latest/projectconf.html#platformio> `_
section for Configuration File with `home_dir <http://docs.platformio.org/en/latest/projectconf.html#home-dir> `_
2015-03-25 11:34:48 +02:00
option (`issue #14 <https://github.com/platformio/platformio/issues/14> `_ )
* Implemented *Library Manager* (`issue #6 <https://github.com/platformio/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
2015-03-25 11:34:48 +02:00
* Implemented `platformio serialports monitor <http://docs.platformio.org/en/latest/userguide/cmd_serialports.html#platformio-serialports-monitor> `_ (`issue #10 <https://github.com/platformio/platformio/issues/10> `_ )
* Fixed an issue `` ImportError: No module named platformio.util `` (`issue #9 <https://github.com/platformio/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
2015-03-25 11:34:48 +02:00
frameworks (`issue #7 <https://github.com/platformio/platformio/issues/7> `_ )
* Added `Arduino example <https://github.com/platformio/platformio/tree/develop/examples/> `_
2014-11-29 22:55:32 +02:00
with external library (*Adafruit CC3000* )
2014-12-30 23:22:42 +02:00
* Implemented `platformio upgrade <http://docs.platformio.org/en/latest/userguide/cmd_upgrade.html> `_
2014-11-29 22:48:15 +02:00
command and "auto-check" for the latest
2015-03-25 11:34:48 +02:00
version (`issue #8 <https://github.com/platformio/platformio/issues/8> `_ )
2014-11-29 22:55:32 +02:00
* Fixed an issue with "auto-reset" for *Raspduino* board
2014-08-05 14:18:16 +03:00
* 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
2014-12-30 23:22:42 +02:00
* Implemented `platformio serialports <http://docs.platformio.org/en/latest/userguide/cmd_serialports.html> `_ command
2014-07-28 21:18:26 +03:00
* Allowed to put special build flags only for `` src `` files via
2014-12-30 23:22:42 +02:00
`srcbuild_flags <http://docs.platformio.org/en/latest/projectconf.html#srcbuild-flags> `_
2014-11-29 22:48:15 +02:00
environment option
2014-07-28 21:18:26 +03:00
* Allowed to override some of settings via system environment variables
2015-03-05 01:36:31 +02:00
such as: `` PLATFORMIO_SRCBUILD_FLAGS `` and `` PLATFORMIO_ENVS_DIR ``
2014-12-30 23:22:42 +02:00
* Added `` --upload-port `` option for `platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html#cmdoption--upload-port> `__ command
2015-02-27 22:28:38 +02:00
* Implemented (especially for `SmartAnthill <http://docs.smartanthill.ikravets.com/> `_ )
2014-12-30 23:22:42 +02:00
`platformio run -t uploadlazy <http://docs.platformio.org/en/latest/userguide/cmd_run.html> `_
2014-11-29 22:48:15 +02:00
target (no dependencies to framework libs, ELF and etc.)
2014-12-30 23:22:42 +02:00
* Allowed to skip default packages via `platformio install --skip-default-package <http://docs.platformio.org/en/latest/userguide/cmd_install.html#cmdoption--skip-default> `_
2014-11-29 22:48:15 +02:00
option
* Added tools for *Raspberry Pi* platform
* Added support for *Microduino* and *Raspduino* boards in
2014-12-30 23:22:42 +02:00
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html> `_ 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
2015-03-25 11:34:48 +02:00
* Created auto installer script for *PlatformIO* (`issue #3 <https://github.com/platformio/platformio/issues/3> `_ )
2014-06-21 22:27:58 +03:00
* Added "Super-Quick" way to Installation section (README)
2015-03-25 11:34:48 +02:00
* Implemented "build_flags" option for environments (`issue #4 <https://github.com/platformio/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)
------------------
2015-03-25 11:34:48 +02:00
* Resolved `issue #1 "Build referred libraries" <https://github.com/platformio/platformio/issues/1> `_
2014-06-15 22:02:05 +03:00
* Renamed project's "libs" directory to "lib"
2015-03-25 11:34:48 +02:00
* Added `arduino-internal-library <https://github.com/platformio/platformio/tree/develop/examples/> `_ example
2014-06-15 22:02:05 +03:00
* Changed to beta status
0.1.0 (2014-06-13)
------------------
* Birth! First alpha release