@@ -17,22 +17,27 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
1717* Improved files open/save dialogs
1818* Added line numbers, can be enabled/disabled from preferences (Cayci Gorlitsky)
1919* 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)
2121* Using [code] tag instead of [quote] in "Copy for forum". Removed color coding.
2222* When an hardware addon reference another core also the libraries are referenced.
2323* It's now possible to specify additional custom board parameters from command line.
24+ * Sketches path can be relative (#1493)
2425* Example and Boards are now scrollable.
2526* Fixed localization issues that sometimes prevented the IDE to start.
2627* 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
2732
2833[libraries]
2934* Bridge: Fixed buffer overflow in File::doBuffer() (dreggy)
3035* 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(..)
3138* sam: Fixed SPI initialization (when using extended API and multiple CS)
3239* Partially fixed the behavior of EthernetClient::flush(), now it doesn't discard
3340 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(..)
3641* Esplora: Added support for display GREENTAB_L
3742
3843[core]
0 commit comments