From bbc08ba509585f51abe69229f7c52173e40d0abc Mon Sep 17 00:00:00 2001 From: ivanovit Date: Tue, 4 Sep 2018 14:00:21 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6624933..7ec790b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.8.1 +===== +## Bug Fixes + - [When file watch is active saving shutdowns emulator](https://github.com/NativeScript/nativescript-vscode-extension/issues/195) + - The LiveSync process will no longer stop the emulator and you will be able to continue the debugging session after the changes are synced. **Note that emulators launched through VS Code will be stopped when the currently active debugging session is terminated. To avoid this behavior, you need to launch the emulators manually and not through VS Code.** + +- The Debug Console panel now shows only device related logs. All other NativeScript related logs are printed in the Output panel. + 0.8.0 ===== ## What's new diff --git a/package.json b/package.json index da5663e..b0fe3cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "0.8.0", + "version": "0.8.1", "minNativescriptCliVersion": "2.5.0", "icon": "images/icon.png", "displayName": "NativeScript",