**New:**
* Serial terminal feature via `mbed sterm` command (664). This also extends the `mbed compile` command and adds `--sterm` argument, which could be combined with `-f/--flash`.
* Offline mode via `--offline` argument to `mbed import`, `mbed new`, ... (651), which forces the use of the locally cached repositories and prevents connections to remote repositories. This requires caching to be enabled and also that the target repositories have been imported at least once before*
* Classification of secure and insecure repository URLs (642). This also introduces the `--insecure` argument to `mbed import`, `mbed add`, ..., to allow any repository URL to be imported.