@@ -9,31 +9,43 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
9
9
* Added missing keywords: YunServer, YunClient, pow
10
10
* Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored
11
11
* 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.
13
14
* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file)
14
15
* Added warning message when opening sketches with additional files with illegal names
15
16
* (windows) Upgraded embedded Java runtime to version 7: much faster startup
16
17
* Improved files open/save dialogs
17
18
* Added line numbers, can be enabled/disabled from preferences (Cayci Gorlitsky)
18
19
* 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.
19
27
20
28
[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()
23
31
* 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
26
37
27
38
[core]
28
39
* sam: Fixed wrong initialization for ADC timings (analogRead speed Arduino DUE improved by a factor x10)
29
40
https://github.com/arduino/Arduino/issues/1418
30
41
(http://www.djerickson.com/arduino/)
31
42
* 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
33
44
* avr: Refactored Mega* variants definitions in boards.txt (Kristian Sloth Lauszus)
34
45
* avr: Removed File object destructor. In order to free memory allocated by a File object the safest way is to call its close() method
35
46
* Added digitalPinToInterrupt variant macro (Paul Stoffregen)
36
47
* avr: added variant file for Arduino Ethernet
48
+ * Added SERIAL_* metadata in variants files (Paul Stoffregen)
37
49
38
50
ARDUINO 1.5.4 BETA 2013.09.10
39
51
0 commit comments