From 4380e2930e0fd193c553129fa1d0161d374863fe Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Mon, 2 Mar 2015 16:41:19 +0100 Subject: [PATCH] Updated revisions.txt --- build/shared/revisions.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index ba7557fd2..1549257be 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,7 +7,16 @@ ARDUINO 1.6.1 * /dev/cu.* serial ports are now filtered from the port list on MacOSX * Ports in ports list are now grouped by type * Upgraded avr-gcc toolchains to 3.4.5 -* Fixed wrong parsing of boards.txt when using submenu and boards id with underscores +* Fixed: wrong parsing of boards.txt when using submenu and boards id with underscores +* Windows: updated bundled JVM to latest 8u31 +* Windows: JVM memory settings can be customized editing arduino.l4j.ini and arduino_debug.l4j.ini files +* "new" button now behaves as "File -> New..." menu: a new window with an empty sketch is created +* Windows: opening a lonely sketch caused the IDE to crash. Fixed with a bounty on bountysource @gerito1 +* Bridge: fixed bug with multiple and failing YunClient.connect calls @sngl +* Translations updated +* Fixed: status board was not changing when using custom menu @PaulStoffregen +* Fixed: better error message when using a busy serial device +* Fixed: missing bool operator on EthernetClient ARDUINO 1.6.0 - 2015.02.09