Added history section to the manpage

This describes the versions where various options were introduced or
changed.
This commit is contained in:
Matthijs Kooijman 2014-04-07 11:14:08 +02:00 committed by Cristian Maglie
parent 26ac897598
commit 7301b37c7e
1 changed files with 26 additions and 0 deletions

View File

@ -211,6 +211,32 @@ re-use any previous build results in that directory.
arduino --pref build.path=/path/to/sketch/build --verify /path/to/sketch/sketch.ino
HISTORY
-------
1.5.2::
Added initial commandline support. This introduced *--verify*,
*--upload*, *--board*, *--port*, *--verbose* and *-v*.
1.5.5::
Added support for board-specific parameters to *--board*.
{empty}::
Sketch filenames are now interpreted relative to the current
directory instead of the location of the arduino command itself.
1.5.6::
Introduced *--pref*, *--preferences-file*, *--verbose-build* and
*--verbose-upload*.
{empty}::
Preferences set through --pref are remembered, preferences set
through *--board*, *--port* or the *--verbose* options are not.
{empty}::
When running with *--verify* or *--upload*, the full GUI is no
longer shown. Error messages still use a graphical popup and on
Windows, the splash screen is still shown.
RESOURCES
---------
Web site: <http://arduino.cc/>