Skip to content

Latest commit

 

History

History
190 lines (152 loc) · 10.4 KB

HISTORY.rst

File metadata and controls

190 lines (152 loc) · 10.4 KB

Release History

0.10.2 (2015-01-06)

0.10.1 (2015-01-02)

0.10.0 (2015-01-01)

Happy New Year!

0.9.2 (2014-12-10)

  • Replaced "dark blue" by "cyan" colour for the texts (issue #33)
  • Added new setting enable_prompts and allowed to disable all PlatformIO prompts (useful for cloud compilers) (issue #34)
  • Fixed compilation bug on Windows with installed MSVC (issue #18)

0.9.1 (2014-12-05)

0.9.0 (2014-12-01)

  • Implemented platformio settings command
  • Improved platformio init command. Added new option --project-dir where you can specify another path to directory where new project will be initialized (issue #31)
  • Added Migration Manager which simplifies process with upgrading to a major release
  • Added Telemetry Service which should help us make PlatformIO better
  • Implemented PlatformIO AppState Manager which allow to have multiple .platformio states.
  • Refactored Package Manager
  • Download Manager: fixed SHA1 verification within Cygwin Environment (issue #26)
  • Fixed bug with code builder and built-in Arduino libraries (issue #28)

0.8.0 (2014-10-19)

0.7.1 (2014-10-06)

  • Fixed bug with order for includes in conversation from INO/PDE to CPP
  • Automatic detection of port on upload (issue #15)
  • Fixed lib update crashing when no libs are installed (issue #19)

0.7.0 (2014-09-24)

0.6.0 (2014-08-09)

0.5.0 (2014-08-04)

  • Improved nested lookups for libraries
  • Disabled default warning flag "-Wall"
  • Added auto-conversation from *.ino to valid *.cpp for Arduino/Energia frameworks (issue #7)
  • Added Arduino example with external library (Adafruit CC3000)
  • Implemented platformio upgrade command and "auto-check" for the latest version (issue #8)
  • Fixed an issue with "auto-reset" for Raspduino board
  • Fixed a bug with nested libs building

0.4.0 (2014-07-31)

0.3.1 (2014-06-21)

  • Fixed auto-installer for Windows OS (bug with %PATH% customisations)

0.3.0 (2014-06-21)

  • Allowed to pass multiple "SomePlatform" to install/uninstall commands
  • Added "IDE Integration" section to README with Eclipse project examples
  • Created auto installer script for PlatformIO (issue #3)
  • Added "Super-Quick" way to Installation section (README)
  • Implemented "build_flags" option for environments (issue #4)

0.2.0 (2014-06-15)

0.1.0 (2014-06-13)

  • Birth! First alpha release