@@ -17,22 +17,27 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
17
17
* Improved files open/save dialogs
18
18
* Added line numbers, can be enabled/disabled from preferences (Cayci Gorlitsky)
19
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)
20
+ * (windows) Updated msys-1.0.dll to the latest version (Windows 8.1 compatibility)
21
21
* Using [code] tag instead of [quote] in "Copy for forum". Removed color coding.
22
22
* When an hardware addon reference another core also the libraries are referenced.
23
23
* It's now possible to specify additional custom board parameters from command line.
24
+ * Sketches path can be relative (#1493)
24
25
* Example and Boards are now scrollable.
25
26
* Fixed localization issues that sometimes prevented the IDE to start.
26
27
* Added "Using library..." debugging message in verbose compile.
28
+ * Improved preprocessor (fixes #1653, #1687, #817, #1293, #1245)
29
+ * Fixed StringStartsWithEndsWith, KeyboardMessage, LCD CustomCharacter, Blink without delay, SD List files, Arduino Robot examples
30
+ * Added PID/VID for older Arduinos
31
+ * (mac) Improved board autodetection on Mac OS X
27
32
28
33
[libraries]
29
34
* Bridge: Fixed buffer overflow in File::doBuffer() (dreggy)
30
35
* Bridge: Fixed timeout in Bridge::transfer()
36
+ * Bridge: Fixed return value of Bridge::get(..) (returning 0 with valid data len >0)
37
+ * Bridge: Implemented multi-byte File::read(..)
31
38
* sam: Fixed SPI initialization (when using extended API and multiple CS)
32
39
* Partially fixed the behavior of EthernetClient::flush(), now it doesn't discard
33
40
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
41
* Esplora: Added support for display GREENTAB_L
37
42
38
43
[core]
0 commit comments