The headlines:- Some cool new 'bleeding edge' features have gone into this release but they are not quite ready for prime time, so I've hidden them behind the 'Experiments' option which can be found on the about box. This will enable block based drag-drop editing in the Wifi editor and also a remote Android terminal extension. Here is the full list of changes since the last official release:- DS 171 - Chromebook blocks game template now working. - Fixed black background on 'SDK' menu on chromebook. - Delayed homepage load by 2 seconds (else sometimes fails). - Chromebook Terminal tab now fixed (for premium users) - Terminal extension now works after second wifi button press. - Fixed app.Execute() double quotes bug. - SQLite now works with NODOM option. - Switched from Locale.ENGLISH to Locale.ROOT to prevent missing lang issues. - Using NoDom now works with Transparent apps and DS shortcuts. DS170 - Added italian language. - Add 'Experiments' option (console,blockly,gamedemos) - SDK menu now enabled by default. - Add auto wifi option. - Remove SMS permissions for GPlay version of DS. DS169a4 - Added !delplugin command to wifi ide (eg. !delplugin bluetoothle) - WifiConnect now works for Android 4.4 with WPA_PSK routers. - Added app.WifiScan(callback) method (returns list of ssids). - Added 3rd 'status' param to app.HttpRequest() callback function. - Added option to use '~' character instead of '=' between params. - Fixed app.CreateNxt() method. - Improved debug overlay auto scrolling + made monospace for IOT devices. - app.Execute() now supported in NoDOM mode. - Enabled replacement of 'Basic' app template using "/sdcard/DroidScript/Template.js". DS169a3 - Added void OnNewIntent event to plugin API. - app.GetAppPath() now returns correct path for services running in IDE. - Fixed SQLlite query callbacks not working in services. - Fixed plugin callbacks inside services not working. - Upgraded internally to Font-Awesome 4.47 - Service Stop() method now disables action of 'Persist' option. - Fixed calling cam.Stop() twice in row crash. - Fixed IDE bug causing repeated load of extension html file. - Added new 'combine' option app.CreateSysProc() to combine output and error stream. - Added new 'builder' option app.CreateSysProc() to force use of proc builder - app.CreateSysProc() can now accept | separated command list. DS169a2 - Fixed app.SysExec() timeout param had no effect. - Added 'su' and 'sh' options to app.SysExec(), runs commands in a shell. - Added UART and GPIO banana-pi samples for DS-IO. - Changed Wifi IDE debug tab $ commands to run via 'sh' shell. - Added !getplugin command to DS-IO (eg. !getplugin bluetoothle) - Added !getspk command (eg. !getspk http://www.me.org/spks/hello.spk). - Added !buildapk command (eg. !buildapk com.test.puck 1.0 false). - Changed Wifi IDE home page for DS-IO. - Changed USB Serial devices only vendor id match now required (not device id). - Added 'ShowUI' option to app.SetVolume(), also level of -1 keeps current volume. - Added SetOnInput and SetOnError methods to SysProc object. - Changed Terminal sample to use callbacks. - Added .data JavaScript property to all DS object for safely storing user data. - Fixed small memory leak related to anonymous functions as callbacks. - Added 'id' property to websockets and websocket callbacks. - Remote Android shell Terminal added to Wifi IDE. - Added 'Persist' option to app.CreateService() (attempts to force restart if service killed). - Added app/svc.SetInForeground( title,text,largeIcon,smallIcon,importance ) for services. - Added app/svc.SetInBackground() for services. - Added app.ToFront() method (moves app to foreground). - Added 'Tasks' option to app.SetKioskMode (prevents recent tasks button working) - Removed sony smartwatch and pebble entries from manifest - Added OnPause, OnResume, OnConfig, OnMenu events to plugin SDK. - Added app.GetDrawerState() method ('Open', 'Closed', 'Sliding'). - Added SetOnFocus method to TextEdit control (callback returns state true/false). - Added FlappyDinos demo for GameView + fixed some bugs. - Added remote console extension to Wifi IDE (premium only)