- getting started link updated to https://dartino.org/getting-started/
- rename "emulated" --> "local" for running on the local host (not emulated)
- remove SOD support
- minor debugging fixes
- support running Dartino apps on Nucleo board and on an emulated device
- improve launching of SOD apps
- allow ~ to be used when specifying Dartino SDK
- reanalyze sources when Dartino SDK path changes
- prompt to opt into analytics
- added menu cmd that opens the Dartino SDK samples as a project in Atom
- update readme to remove Dart SDK installation step now that it's bundled with the Dartino SDK.
- support SoD development over USB without ethernet connection.
- prevent dartino apps from being run using Dart VM
- warn the user of missing dartino.yaml and offers to create it
- for analysis, use Dart SDK that ships as part of Dartino SDK
- echo output from app running on device
- initial support for launching apps on Dartuino board
- soft reboot rather than power cycle when deploying SOD apps
- prompt to install SDK on startup if not already installed
- validate the specified SDK path
- integrate launch into the existing dartlang plugin launching framework
- update 'Create new Project' to use 'dartino create project' command
- hide atom-toolbar on startup (until Dartino launch is integrated in dartlang)
- auto install dartlang plugin if not already installed
- updated readme with installation and getting started instructions
- project folder containing
dartino.yaml
is analyzed as Dartino project - auto save editors before running on device
- menu actions for 'Getting Started', 'SDK Docs', and 'Create new Project'
- auto close/cleanup compile/launch dialogs
- add support to compile, deploy, run Dartino app on STM32 Discovery board from Linux
- add support to compile, deploy, run Dartino app on STM32 Discovery board from Mac
- same support to compile, deploy, run SoD app on STM32 Discovery board from Linux
- initial version