* IDE now checks for a more recent version at startup * Updated Turkish translation (thanks, Turgut!) * Added menu command to allow translators to load a translation file from disk (appears at bottom of languages menu in "show advanced blocks" mode) * Added preliminary support for WiFi101 library (used by Arduino MKR1000); not yet tested * ED1: temperature support using temperature sensor in accelerometer * ED1: faster testing of capacitive sensor buttons (thanks, Jose!) * Touch screen support for IoT Bus * Update WoT library to support Things connected via a USB-serial cable * Fix: Offer AdaFruit boards in menu for installing VM from IDE * Increase maximum global variables from 25 to 100 * Increase size of persistent code store on ESP boards * Fix: compaction bug on ESP boards * Improve efficiency of persistent data mechanism to save space in code store * Added mechanism to clear saved MicroBlocks program at startup - on boards with A and B buttons, hold both buttons down while restarting - on other boards, connect pin 4 to ground while restarting * Fix: check for zero-divide and give MicroBlocks error rather than crashing the VM * Internal improvements to debugging facilities (e.g. "outputString") * Fix: Restart serial port after compaction on NRF51 boards * Updated Mozilla IoT Examples