@@ -9,31 +9,43 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
99* Added missing keywords: YunServer, YunClient, pow
1010* Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored
1111* Improved auto format: now handled by Artistic Style http://astyle.sourceforge.net/
12- * Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available. Allows public key only authentication and ssh servers listening on ports other than 22.
12+ * Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available.
13+ Allows public key only authentication and ssh servers listening on ports other than 22.
1314* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file)
1415* Added warning message when opening sketches with additional files with illegal names
1516* (windows) Upgraded embedded Java runtime to version 7: much faster startup
1617* Improved files open/save dialogs
1718* Added line numbers, can be enabled/disabled from preferences (Cayci Gorlitsky)
1819* Removed check on forbidden file in 1.5 formatted libraries (#1692)
20+ * Updated msys-1.0.dll to the latest version (Windows 8.1 compatibility)
21+ * Using [code] tag instead of [quote] in "Copy for forum". Removed color coding.
22+ * When an hardware addon reference another core also the libraries are referenced.
23+ * It's now possible to specify additional custom board parameters from command line.
24+ * Example and Boards are now scrollable.
25+ * Fixed localization issues that sometimes prevented the IDE to start.
26+ * Added "Using library..." debugging message in verbose compile.
1927
2028[libraries]
21- * avr : Fixed buffer overflow in File::doBuffer() (dreggy)
22- * avr : Fixed timeout in Bridge::transfer()
29+ * Bridge : Fixed buffer overflow in File::doBuffer() (dreggy)
30+ * Bridge : Fixed timeout in Bridge::transfer()
2331* sam: Fixed SPI initialization (when using extended API and multiple CS)
24- * avr: Fixed behavior of EthernetClient::flush()
25- * avr: Fixed return value of Bridge::get(..) (returning 0 with valid data len >0)
32+ * Partially fixed the behavior of EthernetClient::flush(), now it doesn't discard
33+ incoming data BUT it doesn't wait for outgoing data to be successfully transmitted.
34+ * Bridge: Fixed return value of Bridge::get(..) (returning 0 with valid data len >0)
35+ * Bridge: Implemented multi-byte File::read(..)
36+ * Esplora: Added support for display GREENTAB_L
2637
2738[core]
2839* sam: Fixed wrong initialization for ADC timings (analogRead speed Arduino DUE improved by a factor x10)
2940 https://github.com/arduino/Arduino/issues/1418
3041 (http://www.djerickson.com/arduino/)
3142* avr: Fixed wrong extended fuses on Arduino Yún when using external programmer
32- * avr: Added yun variant with LED_BUILTIN definition
43+ * Added LED_BUILTIN metadata in variant files
3344* avr: Refactored Mega* variants definitions in boards.txt (Kristian Sloth Lauszus)
3445* avr: Removed File object destructor. In order to free memory allocated by a File object the safest way is to call its close() method
3546* Added digitalPinToInterrupt variant macro (Paul Stoffregen)
3647* avr: added variant file for Arduino Ethernet
48+ * Added SERIAL_* metadata in variants files (Paul Stoffregen)
3749
3850ARDUINO 1.5.4 BETA 2013.09.10
3951
0 commit comments